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

noreply at shibboleth.net noreply at shibboleth.net
Sat Feb 25 13:38:32 GMT 2012


Author: lajoie
Date: Sat Feb 25 13:38:32 2012
New Revision: 749

URL: http://svn.shibboleth.net/view/java-xmltooling?rev=749&view=rev
Log:
update slf4j - JXT-85
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_1/doc/RELEASE-NOTES.txt
    branches/REL_1/pom.xml

Modified: branches/REL_1/doc/RELEASE-NOTES.txt
URL: http://svn.shibboleth.net/view/java-xmltooling/branches/REL_1/doc/RELEASE-NOTES.txt?rev=749&r1=748&r2=749&view=diff
==============================================================================
--- branches/REL_1/doc/RELEASE-NOTES.txt (original)
+++ branches/REL_1/doc/RELEASE-NOTES.txt Sat Feb 25 13:38:32 2012
@@ -1,6 +1,7 @@
 Changes in Release 1.3.4
 =============================================
 [JXT-84] - XSBoolean missing local name, QName and object providers
+[JXT-85] - Update 3rd party library
 
 Changes in Release 1.3.3
 ==============================================

Modified: branches/REL_1/pom.xml
URL: http://svn.shibboleth.net/view/java-xmltooling/branches/REL_1/pom.xml?rev=749&r1=748&r2=749&view=diff
==============================================================================
--- branches/REL_1/pom.xml (original)
+++ branches/REL_1/pom.xml Sat Feb 25 13:38:32 2012
@@ -48,6 +48,16 @@
             <groupId>org.bouncycastle</groupId>
             <artifactId>bcprov-jdk15</artifactId>
             <version>1.46</version>
+        </dependency>
+        <dependency>
+            <groupId>commons-codec</groupId>
+            <artifactId>commons-codec</artifactId>
+            <version>1.2</version>
+        </dependency>
+        <dependency>
+            <groupId>joda-time</groupId>
+            <artifactId>joda-time</artifactId>
+            <version>1.6.2</version>
         </dependency>
         <dependency>
             <groupId>ca.juliusdavies</groupId>
@@ -118,7 +128,6 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-jar-plugin</artifactId>
-                <version>2.3.1</version>
                 <configuration>
                     <archive>
                         <index>true</index>



More information about the commits mailing list