summaryrefslogtreecommitdiff
path: root/src/main/paisa-nonslim/patches/jeltz.patch
blob: d4db428f491a9389bc1b793d171792260ed24390 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37


--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -13,6 +13,6 @@
     jslPipeline
             .checkout()
             .setBranchVersion()
-            .buildMaven([spotless: true])
+            .buildMaven([spotless: true])
             .withInstances([
                     instances: [


--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -19,7 +19,7 @@
                             vehicleInstance: [
                                     services: [
                                             eagle:    [version: '02.01.27.01-PR-379-SNAPSHOT'],
-                                            platform: [version: '03.06.46.01-PR-388-SNAPSHOT'],
+                                            platform: [version: '${j21.platform.version}'],
                                             storage:  [version: '00.24.00.00'],
                                             jeltz:    [version: '%currentBranch%']
                                     ]


--- a/jeltz-process/pom.xml
+++ b/jeltz-process/pom.xml
@@ -58,4 +58,5 @@
         <dependency>
             <groupId>io.github.java-native</groupId>
             <artifactId>jssc</artifactId>
+            <scope>provided</scope>
         </dependency>