src/utils/LogCompilation/pom.xml
changeset 48828 5fcc602d36b6
parent 48170 3af0ab7d1d90
child 53136 ddbd6111f564
--- a/src/utils/LogCompilation/pom.xml	Wed Jan 31 11:20:36 2018 -0800
+++ b/src/utils/LogCompilation/pom.xml	Wed Jan 31 17:45:48 2018 -0500
@@ -1,5 +1,5 @@
 <!--
- Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
+ Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved.
 
  Redistribution and use in source and binary forms, with or without
  modification, are permitted provided that the following conditions
@@ -72,6 +72,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-compiler-plugin</artifactId>
+                <version>3.7.0</version>
                 <configuration>
                     <source>1.8</source>
                     <target>1.8</target>
@@ -88,6 +89,11 @@
                 <version>3.0.0-M1</version>
             </plugin>
             <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-surefire-plugin</artifactId>
+                <version>2.20.1</version>
+            </plugin>
+            <plugin>
                 <artifactId>maven-antrun-plugin</artifactId>
                 <version>1.8</version>
                 <executions>