Skip to content

Commit

Permalink
Adding semi-automated tests of a Microservices landscape
Browse files Browse the repository at this point in the history
- Dependencies updates
  • Loading branch information
mohamed-taman committed Apr 2, 2020
1 parent a3f8464 commit 5cb24ec
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 54 deletions.
14 changes: 1 addition & 13 deletions product-composite-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>13</source>
<target>13</target>
<compilerArgs>--enable-preview</compilerArgs>
</configuration>
</plugin>
</plugins>
</build>

<parent>
<groupId>com.siriusxi.ms.store</groupId>
<artifactId>store-chassis</artifactId>
Expand Down
14 changes: 1 addition & 13 deletions product-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>13</source>
<target>13</target>
<compilerArgs>--enable-preview</compilerArgs>
</configuration>
</plugin>
</plugins>
</build>

<parent>
<groupId>com.siriusxi.ms.store</groupId>
<artifactId>store-chassis</artifactId>
Expand Down
14 changes: 1 addition & 13 deletions recommendation-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>13</source>
<target>13</target>
<compilerArgs>--enable-preview</compilerArgs>
</configuration>
</plugin>
</plugins>
</build>

<parent>
<groupId>com.siriusxi.ms.store</groupId>
<artifactId>store-chassis</artifactId>
Expand Down
14 changes: 1 addition & 13 deletions review-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>13</source>
<target>13</target>
<compilerArgs>--enable-preview</compilerArgs>
</configuration>
</plugin>
</plugins>
</build>

<parent>
<groupId>com.siriusxi.ms.store</groupId>
<artifactId>store-chassis</artifactId>
Expand Down
3 changes: 2 additions & 1 deletion store-chassis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<!-- FIXME change this version to 2.3.0.M4 that fixes ASM8_EXPERIMENTAL when using JDK 14 record feature -->
<!-- FIXME change this version to 2.3.0.M4 that fixes ASM8_EXPERIMENTAL when using JDK 14
record feature -->
<version>2.3.0.M2</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
Expand Down
2 changes: 1 addition & 1 deletion store-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<maven.compiler.plugin.version>3.8.1</maven.compiler.plugin.version>
<maven.surefire.plugin.version>3.0.0-M4</maven.surefire.plugin.version>
<maven.failsafe.plugin.version>3.0.0-M4</maven.failsafe.plugin.version>
<log4j.version>1.2.17</log4j.version>
<log4j.version>1.2.17-atlassian-1</log4j.version>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit 5cb24ec

Please sign in to comment.