Skip to content

Commit

Permalink
[SMX4-1119] Fix build warning messages in jaxen 1.1.1 bundle
Browse files Browse the repository at this point in the history
[SMX4-1122] Upgrade to bundles-pom 9-SNAPSHOT

git-svn-id: https://svn.apache.org/repos/asf/servicemix/smx4/bundles/trunk@1336031 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
jbonofre committed May 9, 2012
1 parent f4c83f9 commit 6cbe47a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions jaxen-1.1.1/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>bundles-pom</artifactId>
<version>8</version>
<version>9-SNAPSHOT</version>
<relativePath>../bundles-pom/pom.xml</relativePath>
</parent>

Expand All @@ -43,10 +43,12 @@
org.jaxen
</servicemix.osgi.export.pkg>
<servicemix.osgi.import.pkg>
javax.xml.parsers,
org.w3c.dom,
org.xml.sax,
nu.xom*;resolution:=optional;version="[1.1,2)",
org.dom4j*;resolution:=optional;version="[1.6.1,2)",
org.jdom*;resolution:=optional;version="[1.0,2)",
*
org.jdom*;resolution:=optional;version="[1.0,2)"
</servicemix.osgi.import.pkg>
</properties>

Expand Down

0 comments on commit 6cbe47a

Please sign in to comment.