Author: elecharny
Date: Fri Nov 18 08:57:34 2016
New Revision: 1770341
URL: http://svn.apache.org/viewvc?rev=1770341&view=rev
Log:
Removed the forbiddenapis dependency, it's a maven plugin
Modified:
directory/shared/branches/shared-value/pom.xml
Modified: directory/shared/branches/shared-value/pom.xml
URL: http://svn.apache.org/viewvc/directory/shared/branches/shared-value/pom.xml?rev=1770341&r1=1770340&r2=1770341&view=diff
==============================================================================
--- directory/shared/branches/shared-value/pom.xml (original)
+++ directory/shared/branches/shared-value/pom.xml Fri Nov 18 08:57:34 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>
|