Skip to content

Commit

Permalink
Replace deprecated Maven plugin config properties
Browse files Browse the repository at this point in the history
  • Loading branch information
sophokles73 committed Oct 19, 2023
1 parent 6ffdace commit fed0f58
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions adapters/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,9 @@
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<systemProperties>
<systemPropertyVariables>
<java.util.logging.manager>org.jboss.logmanager.LogManager</java.util.logging.manager>
</systemProperties>
</systemPropertyVariables>
</configuration>
</plugin>
<plugin>
Expand Down
4 changes: 2 additions & 2 deletions services/device-registry-mongodb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,9 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<skipTests>${skipDockerTests}</skipTests>
<systemProperties>
<systemPropertyVariables>
<mongoDbImageName>${mongodb-image.name}</mongoDbImageName>
</systemProperties>
</systemPropertyVariables>
</configuration>
</plugin>
</plugins>
Expand Down
4 changes: 2 additions & 2 deletions services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,9 @@
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<systemProperties>
<systemPropertyVariables>
<java.util.logging.manager>org.jboss.logmanager.LogManager</java.util.logging.manager>
</systemProperties>
</systemPropertyVariables>
</configuration>
</plugin>
<plugin>
Expand Down
4 changes: 2 additions & 2 deletions tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -554,9 +554,9 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<configuration>
<systemProperties>
<systemPropertyVariables>
<downstream.bootstrap.servers>${docker.host.address}:${kafka.port}</downstream.bootstrap.servers>
</systemProperties>
</systemPropertyVariables>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit fed0f58

Please sign in to comment.