Skip to content

Commit 5cb24ec

Browse files
committed
Adding semi-automated tests of a Microservices landscape
- Dependencies updates
1 parent a3f8464 commit 5cb24ec

File tree

6 files changed

+7
-54
lines changed

6 files changed

+7
-54
lines changed

product-composite-service/pom.xml

+1-13
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,7 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<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+
186
<parent>
197
<groupId>com.siriusxi.ms.store</groupId>
208
<artifactId>store-chassis</artifactId>

product-service/pom.xml

+1-13
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,7 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<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+
186
<parent>
197
<groupId>com.siriusxi.ms.store</groupId>
208
<artifactId>store-chassis</artifactId>

recommendation-service/pom.xml

+1-13
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,7 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<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+
186
<parent>
197
<groupId>com.siriusxi.ms.store</groupId>
208
<artifactId>store-chassis</artifactId>

review-service/pom.xml

+1-13
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,7 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<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+
186
<parent>
197
<groupId>com.siriusxi.ms.store</groupId>
208
<artifactId>store-chassis</artifactId>

store-chassis/pom.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<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 -->
910
<version>2.3.0.M2</version>
1011
<relativePath/> <!-- lookup parent from repository -->
1112
</parent>

store-utils/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<maven.compiler.plugin.version>3.8.1</maven.compiler.plugin.version>
2222
<maven.surefire.plugin.version>3.0.0-M4</maven.surefire.plugin.version>
2323
<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>
2525
</properties>
2626

2727
<dependencyManagement>

0 commit comments

Comments
 (0)