Skip to content

Commit

Permalink
Remove javax.transaction in MANIFEST.MF
Browse files Browse the repository at this point in the history
The Import-Package is explicitly adding javax.transaction to MANIFEST.MF
By default this will include jakarta.transaction

Signed-off-by: hussainnm <hussain.nm@cognizant.com>
  • Loading branch information
hussainnm committed Mar 5, 2020
1 parent 5701e3d commit cb36913
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/pom.xml
Expand Up @@ -242,7 +242,6 @@
<Specification-Vendor>Eclipse Foundation</Specification-Vendor>
<Implementation-Vendor>${project.organization.name}</Implementation-Vendor>
<Implementation-Vendor-Id>org.eclipse.ee4j.ejb</Implementation-Vendor-Id>
<Import-Package>javax.transaction;version="[1.3,2.0)",*</Import-Package>
</instructions>
</configuration>
<executions>
Expand Down

0 comments on commit cb36913

Please sign in to comment.