Skip to content

Commit

Permalink
The osgi.bundle functionality in jta maven module moved to pom.xml
Browse files Browse the repository at this point in the history
- Also removed the password attribute as it did not improve any security

Signed-off-by: David Matějček <david.matejcek@omnifish.ee>
  • Loading branch information
dmatej committed Jul 30, 2023
1 parent 3cadffd commit 8195c1d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 22 deletions.
21 changes: 0 additions & 21 deletions appserver/transaction/jta/osgi.bundle

This file was deleted.

9 changes: 9 additions & 0 deletions appserver/transaction/jta/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,15 @@

<build>
<plugins>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<configuration>
<instructions>
<DynamicImport-Package>org.glassfish.flashlight.provider</DynamicImport-Package>
</instructions>
</configuration>
</plugin>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
Expand Down
2 changes: 1 addition & 1 deletion appserver/transaction/jts/osgi.bundle
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ Import-Package: \
com.sun.corba.ee.spi.orbutil.closure;resolution:=optional, \
com.sun.corba.ee.spi.presentation.rmi;resolution:=optional, \
com.sun.corba.ee.spi.resolver;resolution:=optional, \
com.sun.enterprise.transaction;password=GlassFish, \
com.sun.enterprise.transaction, \
*

0 comments on commit 8195c1d

Please sign in to comment.