summaryrefslogtreecommitdiff
path: root/src/main/paisa-nonslim/patches/barman.patch
blob: f93ef4d79e70692c53107a42028d9b1163fa4d67 (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
38
39
40
41


--- a/Jenkinsfile
+++ a/Jenkinsfile
@@ -13,7 +13,7 @@
     jslPipeline
             .checkout()
             .setBranchVersion()
-            .buildMaven()
+            .buildMaven()
             .runKarma()
             .withInstances([
                     instances: [
@@ -20,7 +20,7 @@
                             testInstance: [
                                     services: [
                                             eagle:    [version: '02.01.26.01-PR-379-SNAPSHOT'],
-                                            platform: [version: '03.06.40.01-PR-388-SNAPSHOT'],
+                                            platform: [version: '${j21.platform.version}'],
                                             storage:  [version: '00.24.00.00'],
                                             barman:   [version: '%currentBranch%']
                                     ]


--- a/pom.xml
+++ b/pom.xml
@@ -86,6 +86,11 @@
                 <artifactId>linti</artifactId>
                 <version>${linti.version}</version>
             </dependency>
+            <dependency>
+                <groupId>org.glassfish</groupId>
+                <artifactId>jakarta.el</artifactId>
+                <version>4.0.2</version> <!-- TODO move this version somewhere else -->
+            </dependency>
         </dependencies>
     </dependencyManagement>