Skip to content
Snippets Groups Projects
Commit b3d1bcfd authored by srosse's avatar srosse
Browse files

no-jira: update some maven plugins

parent 563f5f79
No related branches found
No related tags found
No related merge requests found
...@@ -1261,7 +1261,7 @@ ...@@ -1261,7 +1261,7 @@
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId> <artifactId>maven-surefire-plugin</artifactId>
<version>2.21.0</version> <version>2.22.1</version>
<configuration> <configuration>
<encoding>UTF-8</encoding> <encoding>UTF-8</encoding>
<skipTests>${skipTests}</skipTests> <skipTests>${skipTests}</skipTests>
...@@ -1281,7 +1281,7 @@ ...@@ -1281,7 +1281,7 @@
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId> <artifactId>maven-failsafe-plugin</artifactId>
<version>2.21.0</version> <version>2.22.1</version>
<configuration> <configuration>
<encoding>UTF-8</encoding> <encoding>UTF-8</encoding>
<skipITs>${skipSeleniumTests}</skipITs> <skipITs>${skipSeleniumTests}</skipITs>
...@@ -1323,19 +1323,6 @@ ...@@ -1323,19 +1323,6 @@
</execution> </execution>
</executions> </executions>
</plugin> </plugin>
<!-- Dependency checks -->
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>3.3.2</version>
<executions>
<execution>
<goals>
<goal>check</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins> </plugins>
<pluginManagement> <pluginManagement>
<plugins> <plugins>
...@@ -1721,7 +1708,20 @@ ...@@ -1721,7 +1708,20 @@
</plugin> </plugin>
<!-- end rest api documentation --> <!-- end rest api documentation -->
<!-- Dependency checks -->
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>3.3.2</version>
<executions>
<execution>
<goals>
<goal>check</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins> </plugins>
</pluginManagement> </pluginManagement>
</build> </build>
...@@ -2569,7 +2569,7 @@ ...@@ -2569,7 +2569,7 @@
<dependency> <dependency>
<groupId>org.jboss.arquillian</groupId> <groupId>org.jboss.arquillian</groupId>
<artifactId>arquillian-bom</artifactId> <artifactId>arquillian-bom</artifactId>
<version>1.4.0.Final</version> <version>1.4.1.Final</version>
<scope>import</scope> <scope>import</scope>
<type>pom</type> <type>pom</type>
</dependency> </dependency>
...@@ -2598,7 +2598,7 @@ ...@@ -2598,7 +2598,7 @@
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-report-plugin</artifactId> <artifactId>maven-surefire-report-plugin</artifactId>
<version>2.20</version> <version>2.22.1</version>
</plugin> </plugin>
</plugins> </plugins>
</reporting> </reporting>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment