Skip to content

Commit

Permalink
Merge pull request #1748 from lat-lon/fix/integrationTest-soapUiPlugi…
Browse files Browse the repository at this point in the history
…n-1740

Upgraded jetty and soapUI maven plugins to latest bugfix version
  • Loading branch information
copierrj authored Oct 9, 2024
2 parents c9d8e0b + df9a0da commit c619ee2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deegree-tests/deegree-integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<plugin>
<groupId>com.smartbear.soapui</groupId>
<artifactId>soapui-maven-plugin</artifactId>
<version>5.7.0</version>
<version>5.7.2</version>
<dependencies>
<dependency>
<groupId>com.jgoodies</groupId>
Expand Down
1 change: 0 additions & 1 deletion deegree-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<configuration>
<scanIntervalSeconds>10</scanIntervalSeconds>
<stopPort>${jetty.stop.port}</stopPort>
<stopKey>STOP</stopKey>
<stopWait>10</stopWait>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@
<plugin>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<version>11.0.21</version>
<version>11.0.24</version>
</plugin>
</plugins>
</pluginManagement>
Expand Down

0 comments on commit c619ee2

Please sign in to comment.