File tree 6 files changed +7
-54
lines changed
product-composite-service
6 files changed +7
-54
lines changed Original file line number Diff line number Diff line change 2
2
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
3
xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
4
4
<modelVersion >4.0.0</modelVersion >
5
- <build >
6
- <plugins >
7
- <plugin >
8
- <groupId >org.apache.maven.plugins</groupId >
9
- <artifactId >maven-compiler-plugin</artifactId >
10
- <configuration >
11
- <source >13</source >
12
- <target >13</target >
13
- <compilerArgs >--enable-preview</compilerArgs >
14
- </configuration >
15
- </plugin >
16
- </plugins >
17
- </build >
5
+
18
6
<parent >
19
7
<groupId >com.siriusxi.ms.store</groupId >
20
8
<artifactId >store-chassis</artifactId >
Original file line number Diff line number Diff line change 2
2
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
3
xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
4
4
<modelVersion >4.0.0</modelVersion >
5
- <build >
6
- <plugins >
7
- <plugin >
8
- <groupId >org.apache.maven.plugins</groupId >
9
- <artifactId >maven-compiler-plugin</artifactId >
10
- <configuration >
11
- <source >13</source >
12
- <target >13</target >
13
- <compilerArgs >--enable-preview</compilerArgs >
14
- </configuration >
15
- </plugin >
16
- </plugins >
17
- </build >
5
+
18
6
<parent >
19
7
<groupId >com.siriusxi.ms.store</groupId >
20
8
<artifactId >store-chassis</artifactId >
Original file line number Diff line number Diff line change 2
2
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
3
xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
4
4
<modelVersion >4.0.0</modelVersion >
5
- <build >
6
- <plugins >
7
- <plugin >
8
- <groupId >org.apache.maven.plugins</groupId >
9
- <artifactId >maven-compiler-plugin</artifactId >
10
- <configuration >
11
- <source >13</source >
12
- <target >13</target >
13
- <compilerArgs >--enable-preview</compilerArgs >
14
- </configuration >
15
- </plugin >
16
- </plugins >
17
- </build >
5
+
18
6
<parent >
19
7
<groupId >com.siriusxi.ms.store</groupId >
20
8
<artifactId >store-chassis</artifactId >
Original file line number Diff line number Diff line change 2
2
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
3
xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
4
4
<modelVersion >4.0.0</modelVersion >
5
- <build >
6
- <plugins >
7
- <plugin >
8
- <groupId >org.apache.maven.plugins</groupId >
9
- <artifactId >maven-compiler-plugin</artifactId >
10
- <configuration >
11
- <source >13</source >
12
- <target >13</target >
13
- <compilerArgs >--enable-preview</compilerArgs >
14
- </configuration >
15
- </plugin >
16
- </plugins >
17
- </build >
5
+
18
6
<parent >
19
7
<groupId >com.siriusxi.ms.store</groupId >
20
8
<artifactId >store-chassis</artifactId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.springframework.boot</groupId >
7
7
<artifactId >spring-boot-starter-parent</artifactId >
8
- <!-- FIXME change this version to 2.3.0.M4 that fixes ASM8_EXPERIMENTAL when using JDK 14 record feature -->
8
+ <!-- FIXME change this version to 2.3.0.M4 that fixes ASM8_EXPERIMENTAL when using JDK 14
9
+ record feature -->
9
10
<version >2.3.0.M2</version >
10
11
<relativePath /> <!-- lookup parent from repository -->
11
12
</parent >
Original file line number Diff line number Diff line change 21
21
<maven .compiler.plugin.version>3.8.1</maven .compiler.plugin.version>
22
22
<maven .surefire.plugin.version>3.0.0-M4</maven .surefire.plugin.version>
23
23
<maven .failsafe.plugin.version>3.0.0-M4</maven .failsafe.plugin.version>
24
- <log4j .version>1.2.17</log4j .version>
24
+ <log4j .version>1.2.17-atlassian-1 </log4j .version>
25
25
</properties >
26
26
27
27
<dependencyManagement >
You can’t perform that action at this time.
0 commit comments