[java-opensaml2 COMMIT] in /branches/REL_2: doc/RELEASE-NOTES.txt pom.xml

noreply at shibboleth.net noreply at shibboleth.net
Sat Feb 25 13:58:55 GMT 2012


Author: lajoie
Date: Sat Feb 25 13:58:55 2012
New Revision: 1566

URL: http://svn.shibboleth.net/view/java-opensaml2?rev=1566&view=rev
Log:
update slf4j - JOST-180
prevent some other libraries from major updates pulled in via java-parent project
remove maven plugin version, that now comes from java-parent project

Modified:
    branches/REL_2/doc/RELEASE-NOTES.txt
    branches/REL_2/pom.xml

Modified: branches/REL_2/doc/RELEASE-NOTES.txt
URL: http://svn.shibboleth.net/view/java-opensaml2/branches/REL_2/doc/RELEASE-NOTES.txt?rev=1566&r1=1565&r2=1566&view=diff
==============================================================================
--- branches/REL_2/doc/RELEASE-NOTES.txt (original)
+++ branches/REL_2/doc/RELEASE-NOTES.txt Sat Feb 25 13:58:55 2012
@@ -2,7 +2,7 @@
 =============================================
 [JOST-176] - SubjectConfirmationUnmarshaller processChildElement misplaces KeyInfo
 [JOST-179] - FileBackedHTTPMetadataProvider does not properly release HTTP connections
-[JOST-180] - Update openws library version
+[JOST-180] - Update dependencies
 [JOST-181] - Bug in marshalling an XACML Policy AttributeDesignatorType
 
 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=1566&r1=1565&r2=1566&view=diff
==============================================================================
--- branches/REL_2/pom.xml (original)
+++ branches/REL_2/pom.xml Sat Feb 25 13:58:55 2012
@@ -50,6 +50,11 @@
             <version>1.4.4</version>
         </dependency>
         <dependency>
+            <groupId>commons-codec</groupId>
+            <artifactId>commons-codec</artifactId>
+            <version>1.3</version>
+        </dependency>
+        <dependency>
             <groupId>commons-collections</groupId>
             <artifactId>commons-collections</artifactId>
             <version>3.2.1</version>
@@ -112,6 +117,11 @@
                     <artifactId>antisamy</artifactId>
                 </exclusion>
             </exclusions>
+        </dependency>
+        <dependency>
+            <groupId>joda-time</groupId>
+            <artifactId>joda-time</artifactId>
+            <version>1.6.2</version>
         </dependency>
 
         <!-- Provided dependencies -->
@@ -187,7 +197,6 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-jar-plugin</artifactId>
-                <version>2.3.1</version>
                 <configuration>
                     <archive>
                         <index>true</index>
@@ -250,7 +259,6 @@
                     <plugin>
                         <groupId>org.apache.maven.plugins</groupId>
                         <artifactId>maven-assembly-plugin</artifactId>
-                        <version>2.2.1</version>
                         <configuration>
                             <descriptors>
                                 <descriptor>src/main/assembly/bin.xml</descriptor>



More information about the commits mailing list