[java-identity-provider COMMIT] /trunk/idp-conf/pom.xml

noreply at shibboleth.net noreply at shibboleth.net
Mon Sep 12 15:34:52 EDT 2016


Author: tzeller
Date: Mon Sep 12 15:34:52 2016
New Revision: 8386

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=8386&view=rev
Log:
Remove redundant idp-cas-impl dependency from POM

Maven had been complaining :
[WARNING] Some problems were encountered while building the effective model ...
[WARNING] ... must be unique: ${project.groupId}:idp-cas-impl:jar -> duplicate declaration ...

Modified:
    trunk/idp-conf/pom.xml

Modified: trunk/idp-conf/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/pom.xml?rev=8386&r1=8385&r2=8386&view=diff
==============================================================================
--- trunk/idp-conf/pom.xml	(original)
+++ trunk/idp-conf/pom.xml	Mon Sep 12 15:34:52 2016
@@ -140,12 +140,6 @@
             <scope>test</scope>
         </dependency>
         <dependency>
-            <groupId>${project.groupId}</groupId>
-            <artifactId>idp-cas-impl</artifactId>
-            <version>${project.version}</version>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
             <groupId>org.mockito</groupId>
             <artifactId>mockito-core</artifactId>
             <scope>test</scope>



More information about the commits mailing list