Skip to content

Commit

Permalink
HV-481 Update maven-bundle-plugin configuration and documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpollet authored and hferentschik committed Mar 2, 2012
1 parent cc7a806 commit 7ae172b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -92,7 +92,7 @@
<para><package>org.xml.sax.*</package></para>
</listitem>
<listitem>
<para><package>org.slf4j.*</package>, [1.5.6,2.0.0)</para>
<para><package>org.jboss.logging.*</package>, [3.1.0,4.0.0)</para>
</listitem>
<listitem>
<para><package>org.joda.time.*</package>, [1.6.0,2.0.0), optional</para>
Expand Down
2 changes: 1 addition & 1 deletion hibernate-validator/pom.xml
Expand Up @@ -240,7 +240,7 @@
javax.validation.*;version="[1.0.0,2.0.0)",
javax.xml.*;version="0",
org.xml.sax.*;version="0",
org.slf4j.*;version="[1.5.6,2.0.0)",
org.jboss.logging.*;version="[3.1.0,4.0.0)",
org.joda.time.*;version="[1.6.0,2.0.0)";resolution:=optional,
org.jsoup.*;version="[1.5.2,2.0.0)";resolution:=optional
</Import-Package>
Expand Down

0 comments on commit 7ae172b

Please sign in to comment.