Author: jbonofre
Date: Wed May 29 05:27:35 2013
New Revision: 1487255
URL: http://svn.apache.org/r1487255
Log:
Upgrade to bundle-pom 10 and remove optional dependency flag
Modified:
servicemix/smx4/bundles/trunk/opensaml-2.4.1/pom.xml
Modified: servicemix/smx4/bundles/trunk/opensaml-2.4.1/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/opensaml-2.4.1/pom.xml?rev=1487255&r1=1487254&r2=1487255&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/opensaml-2.4.1/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/opensaml-2.4.1/pom.xml Wed May 29 05:27:35
2013
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>bundles-pom</artifactId>
- <version>8</version>
+ <version>10</version>
<relativePath>../bundles-pom/pom.xml</relativePath>
</parent>
@@ -46,7 +46,6 @@
org.opensaml*;version="2.4.1";-split-package:=merge-first
</servicemix.osgi.export>
<servicemix.osgi.import.pkg>
- !org.opensaml*,
javax.crypto,
javax.net,
javax.net.ssl,
@@ -83,19 +82,16 @@
<groupId>${pkgGroupId}</groupId>
<artifactId>${pkgArtifactId}</artifactId>
<version>${pkgVersion}</version>
- <optional>true</optional>
</dependency>
<dependency>
<groupId>${pkgGroupId}</groupId>
<artifactId>openws</artifactId>
<version>1.4.1</version>
- <optional>true</optional>
</dependency>
<dependency>
<groupId>${pkgGroupId}</groupId>
<artifactId>xmltooling</artifactId>
<version>1.3.1</version>
- <optional>true</optional>
</dependency>
<!-- sources -->
@@ -104,21 +100,18 @@
<artifactId>${pkgArtifactId}</artifactId>
<version>${pkgVersion}</version>
<classifier>sources</classifier>
- <optional>true</optional>
</dependency>
<dependency>
<groupId>${pkgGroupId}</groupId>
<artifactId>openws</artifactId>
<version>1.4.1</version>
<classifier>sources</classifier>
- <optional>true</optional>
</dependency>
<dependency>
<groupId>${pkgGroupId}</groupId>
<artifactId>xmltooling</artifactId>
<version>1.3.1</version>
<classifier>sources</classifier>
- <optional>true</optional>
</dependency>
</dependencies>