[java-centralized-discovery COMMIT] in /branches/REL_1: ./ pom.xml src/main/assembly/bin.xml
noreply at shibboleth.net
noreply at shibboleth.net
Tue Sep 20 15:33:20 BST 2011
Author: lajoie
Date: Tue Sep 20 15:33:20 2011
New Revision: 2195
URL: http://svn.shibboleth.net/view/java-centralized-discovery?rev=2195&view=rev
Log:
use latest version of parent project
don't bundle Servlet API with package
Modified:
branches/REL_1/ (props changed)
branches/REL_1/pom.xml
branches/REL_1/src/main/assembly/bin.xml
Modified: branches/REL_1/pom.xml
URL: http://svn.shibboleth.net/view/java-centralized-discovery/branches/REL_1/pom.xml?rev=2195&r1=2194&r2=2195&view=diff
==============================================================================
--- branches/REL_1/pom.xml (original)
+++ branches/REL_1/pom.xml Tue Sep 20 15:33:20 2011
@@ -7,7 +7,7 @@
<parent>
<groupId>net.shibboleth</groupId>
<artifactId>parent</artifactId>
- <version>1</version>
+ <version>2</version>
</parent>
<groupId>edu.internet2.middleware</groupId>
Modified: branches/REL_1/src/main/assembly/bin.xml
URL: http://svn.shibboleth.net/view/java-centralized-discovery/branches/REL_1/src/main/assembly/bin.xml?rev=2195&r1=2194&r2=2195&view=diff
==============================================================================
--- branches/REL_1/src/main/assembly/bin.xml (original)
+++ branches/REL_1/src/main/assembly/bin.xml Tue Sep 20 15:33:20 2011
@@ -18,6 +18,9 @@
<includes>
<include>*:jar:*</include>
</includes>
+ <excludes>
+ <exclude>javax.servlet:*</exclude>
+ </excludes>
</dependencySet>
<dependencySet>
<outputDirectory>src/installer/lib</outputDirectory>
More information about the commits
mailing list