You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by co...@apache.org on 2011/04/12 17:33:12 UTC

svn commit: r1091469 - /santuario/xml-security-java/trunk/pom.xml

Author: coheigea
Date: Tue Apr 12 15:33:12 2011
New Revision: 1091469

URL: http://svn.apache.org/viewvc?rev=1091469&view=rev
Log:
Updated some of the pom plugins.

Modified:
    santuario/xml-security-java/trunk/pom.xml

Modified: santuario/xml-security-java/trunk/pom.xml
URL: http://svn.apache.org/viewvc/santuario/xml-security-java/trunk/pom.xml?rev=1091469&r1=1091468&r2=1091469&view=diff
==============================================================================
--- santuario/xml-security-java/trunk/pom.xml (original)
+++ santuario/xml-security-java/trunk/pom.xml Tue Apr 12 15:33:12 2011
@@ -101,7 +101,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-compiler-plugin</artifactId>
-                <version>2.1</version>
+                <version>2.3.2</version>
                 <configuration>
                     <source>1.5</source>
                     <target>1.5</target>
@@ -151,7 +151,7 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
-                <version>1.4.3</version>
+                <version>2.1.0</version>
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>
@@ -170,6 +170,7 @@
                         </Export-Package>
                         <Import-Package>
                               !org.apache.xml.security.*,
+                              !javax.xml.crypto.*,
                               !org.jcp.xml.dsig.internal.*,
                               *;resolution:=optional
                         </Import-Package>