You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2016/11/18 08:56:15 UTC

svn commit: r1770340 - /directory/shared/trunk/pom.xml

Author: elecharny
Date: Fri Nov 18 08:56:14 2016
New Revision: 1770340

URL: http://svn.apache.org/viewvc?rev=1770340&view=rev
Log:
Removed the forbiddenapis dependency, it's a plugin

Modified:
    directory/shared/trunk/pom.xml

Modified: directory/shared/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/shared/trunk/pom.xml?rev=1770340&r1=1770339&r2=1770340&view=diff
==============================================================================
--- directory/shared/trunk/pom.xml (original)
+++ directory/shared/trunk/pom.xml Fri Nov 18 08:56:14 2016
@@ -302,7 +302,7 @@
       <plugin>
         <groupId>de.thetaphi</groupId>
         <artifactId>forbiddenapis</artifactId>
-        <version>2.0</version>
+        <version>${forbiddenapis.version}</version>
         <configuration>
           <internalRuntimeForbidden>false</internalRuntimeForbidden>
           <failOnUnsupportedJava>true</failOnUnsupportedJava>
@@ -562,12 +562,6 @@
       </dependency>
 
       <dependency>
-        <groupId>de.thetaphi</groupId>
-        <artifactId>forbiddenapis</artifactId>
-        <version>${forbiddenapis.version}</version>
-      </dependency>
-
-      <dependency>
         <groupId>org.apache.servicemix.bundles</groupId>
         <artifactId>org.apache.servicemix.bundles.antlr</artifactId>
         <version>${antlr.version}_5</version>