summaryrefslogtreecommitdiff
path: root/src/main/paisa-nonslim/patches/blart.patch
blob: 238d635c3f59401e8cb1b3bebc984cb44b2e45d6 (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

  WARN: now based on "SDCISA-15636-Migrate-to-Java-21" branch.

--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -17,3 +17,3 @@ serviceBuildPipeline([
                         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'],



--- a/pom.xml
+++ b/pom.xml
@@ -83,6 +83,11 @@
                     </exclusion>
                 </exclusions>
             </dependency>
+            <dependency>
+                <groupId>org.eclipse.jetty.ee10</groupId>
+                <artifactId>jetty-ee10-webapp</artifactId>
+                <version>12.0.12</version> <!-- TODO move this version somewhere else -->
+            </dependency>
         </dependencies>
     </dependencyManagement>


--- a/blart-web/pom.xml
+++ b/blart-web/pom.xml
@@ -84,6 +84,7 @@
         <dependency>
             <groupId>io.github.java-native</groupId>
             <artifactId>jssc</artifactId>
             <version>${java-native.jssc.version}</version>
+            <scope>provided</scope>
         </dependency>
         <dependency>