You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by co...@apache.org on 2017/10/26 11:13:59 UTC

directory-kerby git commit: Updating compiler plugin + fixing build with JDK7

Repository: directory-kerby
Updated Branches:
  refs/heads/trunk b63d44d0b -> e99c6010e


Updating compiler plugin + fixing build with JDK7


Project: http://git-wip-us.apache.org/repos/asf/directory-kerby/repo
Commit: http://git-wip-us.apache.org/repos/asf/directory-kerby/commit/e99c6010
Tree: http://git-wip-us.apache.org/repos/asf/directory-kerby/tree/e99c6010
Diff: http://git-wip-us.apache.org/repos/asf/directory-kerby/diff/e99c6010

Branch: refs/heads/trunk
Commit: e99c6010e3768e64f8dbd2ea0684cacfed126d8f
Parents: b63d44d
Author: Colm O hEigeartaigh <co...@apache.org>
Authored: Thu Oct 26 12:13:46 2017 +0100
Committer: Colm O hEigeartaigh <co...@apache.org>
Committed: Thu Oct 26 12:13:46 2017 +0100

----------------------------------------------------------------------
 pom.xml | 18 +-----------------
 1 file changed, 1 insertion(+), 17 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-kerby/blob/e99c6010/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b5a23d3..f515c48 100644
--- a/pom.xml
+++ b/pom.xml
@@ -113,28 +113,12 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-compiler-plugin</artifactId>
-          <version>3.6.1</version>
+          <version>3.6.2</version>
           <configuration>
             <source>1.7</source>
             <target>1.7</target>
             <encoding>UTF-8</encoding>
-            <compilerId>javac-with-errorprone</compilerId>
-            <forceJavacCompilerUse>true</forceJavacCompilerUse>
           </configuration>
-          <dependencies>
-            <dependency>
-              <groupId>org.codehaus.plexus</groupId>
-              <artifactId>plexus-compiler-javac-errorprone</artifactId>
-              <version>2.8</version>
-            </dependency>
-            <!-- override plexus-compiler-javac-errorprone's dependency on
-                 Error Prone with the latest version -->
-            <dependency>
-              <groupId>com.google.errorprone</groupId>
-              <artifactId>error_prone_core</artifactId>
-              <version>2.1.1</version>
-            </dependency>
-          </dependencies>
         </plugin>
 
         <plugin>