[java-opensaml2 COMMIT] in /branches/REL_2: doc/README.txt doc/RELEASE-NOTES.txt pom.xml src/main/assembly/bin.xml

noreply at shibboleth.net noreply at shibboleth.net
Sun Feb 26 12:13:30 GMT 2012


Author: lajoie
Date: Sun Feb 26 12:13:30 2012
New Revision: 1567

URL: http://svn.shibboleth.net/view/java-opensaml2?rev=1567&view=rev
Log:
Clean up assembly descriptor - JOST-182
update links in README

Modified:
    branches/REL_2/doc/README.txt
    branches/REL_2/doc/RELEASE-NOTES.txt
    branches/REL_2/pom.xml
    branches/REL_2/src/main/assembly/bin.xml

Modified: branches/REL_2/doc/README.txt
URL: http://svn.shibboleth.net/view/java-opensaml2/branches/REL_2/doc/README.txt?rev=1567&r1=1566&r2=1567&view=diff
==============================================================================
--- branches/REL_2/doc/README.txt (original)
+++ branches/REL_2/doc/README.txt Sun Feb 26 12:13:30 2012
@@ -13,11 +13,11 @@
 
 Feedback
 --------
-Feedback may be provided through the OpenSAML mailing list.
-https://wiki.shibboleth.net/confluence/display/OpenSAML/MailingList
+Feedback may be provided through the Shibboleth development mailing list.
+http://shibboleth.internet2.edu/lists.html
 
 Issues, Suggestions
 --------
 Issues or suggestions for improvement may submitted to the OpenWS - Java
 project at:
-http://bugs.internet2.edu/jira
+https://issues.shibboleth.net/jira/browse/JOST

Modified: branches/REL_2/doc/RELEASE-NOTES.txt
URL: http://svn.shibboleth.net/view/java-opensaml2/branches/REL_2/doc/RELEASE-NOTES.txt?rev=1567&r1=1566&r2=1567&view=diff
==============================================================================
--- branches/REL_2/doc/RELEASE-NOTES.txt (original)
+++ branches/REL_2/doc/RELEASE-NOTES.txt Sun Feb 26 12:13:30 2012
@@ -4,6 +4,7 @@
 [JOST-179] - FileBackedHTTPMetadataProvider does not properly release HTTP connections
 [JOST-180] - Update dependencies
 [JOST-181] - Bug in marshalling an XACML Policy AttributeDesignatorType
+[JOST-182] - Clean up maven assembly description
 
 Changes in Release 2.5.2
 =============================================

Modified: branches/REL_2/pom.xml
URL: http://svn.shibboleth.net/view/java-opensaml2/branches/REL_2/pom.xml?rev=1567&r1=1566&r2=1567&view=diff
==============================================================================
--- branches/REL_2/pom.xml (original)
+++ branches/REL_2/pom.xml Sun Feb 26 12:13:30 2012
@@ -23,6 +23,7 @@
     
     <properties>
         <svn.relative.location>java-opensaml2</svn.relative.location>
+        <openws.version>1.4.4</openws.version>
     </properties>
 
     <repositories>
@@ -47,7 +48,7 @@
         <dependency>
             <groupId>org.opensaml</groupId>
             <artifactId>openws</artifactId>
-            <version>1.4.4</version>
+            <version>${openws.version}</version>
         </dependency>
         <dependency>
             <groupId>commons-codec</groupId>
@@ -126,10 +127,49 @@
 
         <!-- Provided dependencies -->
         <dependency>
+            <groupId>javax.servlet</groupId>
+            <artifactId>servlet-api</artifactId>
+        </dependency>
+        
+        <!-- Runtime dependencies -->
+        <dependency>
+            <groupId>${xerces.groupId}</groupId>
+            <artifactId>xml-apis</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>${xerces.groupId}</groupId>
+            <artifactId>xercesImpl</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>${xerces.groupId}</groupId>
+            <artifactId>serializer</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>xml-resolver</groupId>
+            <artifactId>xml-resolver</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>${xalan.groupId}</groupId>
+            <artifactId>xalan</artifactId>
+        </dependency>
+
+        <!-- Test dependencies -->
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <version>3.8.1</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>ch.qos.logback</groupId>
+            <artifactId>logback-classic</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
             <groupId>org.springframework</groupId>
             <artifactId>spring-core</artifactId>
             <version>2.0.8</version>
-            <scope>provided</scope>
+            <scope>test</scope>
             <exclusions>
                 <exclusion>
                     <groupId>commons-logging</groupId>
@@ -141,54 +181,13 @@
             <groupId>org.springframework</groupId>
             <artifactId>spring-mock</artifactId>
             <version>2.0.8</version>
-            <scope>provided</scope>
+            <scope>test</scope>
             <exclusions>
                 <exclusion>
                     <groupId>commons-logging</groupId>
                     <artifactId>commons-logging</artifactId>
                 </exclusion>
             </exclusions>
-        </dependency>
-        
-        <!-- Runtime dependencies -->
-
-        <!-- Test dependencies -->
-        <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>

[... 95 lines stripped ...]


More information about the commits mailing list