Skip to content

Commit

Permalink
two fixes to the generated manifest based on matt webbers feedback. C…
Browse files Browse the repository at this point in the history
…an we add a test that ths manifest is valid?
  • Loading branch information
Kevin Savage committed Jul 24, 2017
1 parent 15f1056 commit 03752f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<configuration>
<archive>
<manifestEntries>
<Eclipse-SourceBundle>${project.groupId};version="${project.version}"</Eclipse-SourceBundle>
<Eclipse-SourceBundle>uk.ac.diamond.ispyb.api;version="${project.version}"</Eclipse-SourceBundle>
</manifestEntries>
</archive>
</configuration>
Expand All @@ -55,7 +55,7 @@
<Bundle-Vendor>${project.organization.name}</Bundle-Vendor>
<Export-Package>uk.ac.diamond.ispyb.api</Export-Package>
<Require-Bundle>
org.apache.commons.lang3;bundle-version="3.1.0"
org.apache.commons.lang3;bundle-version="3.1.0",
org.mariadb.jdbc;bundle-version="1.4.6",
org.apache.commons.beanutils;bundle-version="1.8.0"
</Require-Bundle>
Expand Down

0 comments on commit 03752f1

Please sign in to comment.