Skip to content

Commit

Permalink
[CONJ-752] better import package format in manifest file
Browse files Browse the repository at this point in the history
  • Loading branch information
rusher committed Jan 6, 2020
1 parent dd5e00d commit 7be1f01
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions pom.xml
Expand Up @@ -276,16 +276,7 @@
<Bundle-SymbolicName>org.mariadb.jdbc</Bundle-SymbolicName>
<Automatic-Module-Name>org.mariadb.jdbc</Automatic-Module-Name>
<Export-Package>org.mariadb.jdbc</Export-Package>
<Import-Package>org.osgi.framework,
javax.naming,
javax.management,
javax.sql,
javax.net;resolution:=optional,
javax.net.ssl;resolution:=optional,
javax.transaction.xa;resolution:=optional,
waffle.windows.auth;resolution:=optional,
waffle.windows.auth.impl;resolution:=optional
</Import-Package>
<Import-Package>org.osgi.framework,javax.naming,javax.management,javax.sql,javax.net;resolution:=optional,javax.net.ssl;resolution:=optional,javax.transaction.xa;resolution:=optional,waffle.windows.auth;resolution:=optional,waffle.windows.auth.impl;resolution:=optional</Import-Package>
<Bundle-Activator>org.mariadb.jdbc.internal.osgi.MariaDbActivator</Bundle-Activator>
</manifestEntries>
</archive>
Expand Down

0 comments on commit 7be1f01

Please sign in to comment.