[java-parent-project COMMIT] /trunk/pom.xml
noreply at shibboleth.net
noreply at shibboleth.net
Wed Apr 4 17:27:54 BST 2012
Author: lajoie
Date: Wed Apr 4 17:27:54 2012
New Revision: 66
URL: http://svn.shibboleth.net/view/java-parent-project?rev=66&view=rev
Log:
Add java-support as a managed dep in the parent POM
Move to use the X.X-SNAPSHOT version name for our in-development projects to prevent patch releases from causing a problem
Re-org OpenSAML and IdP module lists just to make it easier to comment out impl modules
Modified:
trunk/pom.xml
Modified: trunk/pom.xml
URL: http://svn.shibboleth.net/view/java-parent-project/trunk/pom.xml?rev=66&r1=65&r2=66&view=diff
==============================================================================
--- trunk/pom.xml (original)
+++ trunk/pom.xml Wed Apr 4 17:27:54 2012
@@ -206,6 +206,11 @@
<version>1.4.1</version>
</dependency>
<dependency>
+ <groupId>net.shibboleth.utilities</groupId>
+ <artifactId>java-support</artifactId>
+ <version>1.0-SNAPSHOT</version>
+ </dependency>
+ <dependency>
<groupId>${spring.groupId}</groupId>
<artifactId>spring-context-support</artifactId>
<version>${spring.version}</version>
@@ -314,6 +319,13 @@
</dependency>
<!-- Test dependencies -->
+ <dependency>
+ <groupId>net.shibboleth.utilities</groupId>
+ <artifactId>java-support</artifactId>
+ <version>1.0-SNAPSHOT</version>
+ <type>test-jar</type>
+ <scope>test</scope>
+ </dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
More information about the commits
mailing list