Skip to content

Commit

Permalink
update maven plugins + junit
Browse files Browse the repository at this point in the history
  • Loading branch information
mprins committed Sep 16, 2019
1 parent 3bda898 commit 447441d
Showing 1 changed file with 5 additions and 15 deletions.
20 changes: 5 additions & 15 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<netbeans.hint.jdkPlatform>JDK_${java.version}</netbeans.hint.jdkPlatform>
<maven-javadoc-plugin.version>3.1.1</maven-javadoc-plugin.version>
<junit.jupiter.version>5.3.1</junit.jupiter.version>
<junit.jupiter.version>5.5.2</junit.jupiter.version>
<jacoco-maven-plugin.version>0.8.4</jacoco-maven-plugin.version>
</properties>
<organization>
Expand Down Expand Up @@ -97,9 +97,9 @@
<version>3.1.0</version>
</plugin>
<plugin>
<groupId>org.jvnet.jax-ws-commons</groupId>
<groupId>com.sun.xml.ws</groupId>
<artifactId>jaxws-maven-plugin</artifactId>
<version>2.3.1-b20150201.1248</version>
<version>2.3.2</version>
</plugin>
<plugin>
<artifactId>maven-deploy-plugin</artifactId>
Expand Down Expand Up @@ -183,16 +183,7 @@
<plugin>
<groupId>com.smartbear.soapui</groupId>
<artifactId>soapui-maven-plugin</artifactId>
<version>5.4.0</version>
</plugin>
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>4.0.2</version>
<configuration>
<suppressionFile>${project.basedir}/.mvn/owasp-suppression.xml</suppressionFile>
<format>ALL</format>
</configuration>
<version>5.5.0-AT</version>
</plugin>
</plugins>
</pluginManagement>
Expand Down Expand Up @@ -268,8 +259,7 @@
</executions>
</plugin>
<plugin>
<groupId>org.jvnet.jax-ws-commons</groupId>
<!--java 11... <groupId>com.sun.xml.ws</groupId><version>2.3.1</version>-->
<groupId>com.sun.xml.ws</groupId>
<artifactId>jaxws-maven-plugin</artifactId>
<executions>
<execution>
Expand Down

0 comments on commit 447441d

Please sign in to comment.