Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
Merge pull request #73 from galasa-dev/jade-jta
Browse files Browse the repository at this point in the history
Jade jta
  • Loading branch information
KirbyKatcher authored Jun 19, 2024
2 parents 0f4bde3 + 11f7f04 commit 6090669
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 18 deletions.
2 changes: 1 addition & 1 deletion com.auth0.jwt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>dev.galasa</groupId>
<artifactId>galasa-wrapping-parent</artifactId>
<version>0.34.0</version>
<version>0.35.0</version>
</parent>

<artifactId>com.auth0.jwt</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion com.google.gson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>dev.galasa</groupId>
<artifactId>galasa-wrapping-parent</artifactId>
<version>0.34.0</version>
<version>0.35.0</version>
</parent>

<artifactId>gson</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion com.jcraft.jsch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>dev.galasa</groupId>
<artifactId>galasa-wrapping-parent</artifactId>
<version>0.34.0</version>
<version>0.35.0</version>
</parent>

<artifactId>com.jcraft.jsch</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion io.grpc.java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>dev.galasa</groupId>
<artifactId>galasa-wrapping-parent</artifactId>
<version>0.34.0</version>
<version>0.35.0</version>
</parent>

<artifactId>io.grpc.java</artifactId>
Expand Down
37 changes: 25 additions & 12 deletions jakarta.transaction/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,28 @@
<parent>
<groupId>dev.galasa</groupId>
<artifactId>galasa-wrapping-parent</artifactId>
<version>0.34.0</version>
<version>0.35.0</version>
</parent>

<artifactId>jta</artifactId>
<version>1.2</version>
<version>2.0.1</version>
<packaging>bundle</packaging>

<name>galasa wrapped version of JTA</name>

<dependencies>
<!-- https://mvnrepository.com/artifact/jakarta.transaction/jakarta.transaction-api/2.0.1 -->
<dependency>
<groupId>jakarta.transaction</groupId>
<artifactId>jakarta.transaction-api</artifactId>
<version>2.0.1</version>
</dependency>



<dependency>
<groupId>jakarta.transaction</groupId>
<artifactId>jakarta.transaction-api</artifactId>
<version>2.0.1</version>
</dependency>
<!-- https://mvnrepository.com/artifact/javax.transaction/javax.transaction-api -->
<dependency>
<groupId>javax.transaction</groupId>
<artifactId>javax.transaction-api</artifactId>
<version>1.3</version>
</dependency>
</dependencies>

<build>
Expand All @@ -38,8 +41,18 @@
<instructions>
<Bundle-SymbolicName>jakarta.transaction</Bundle-SymbolicName>
<Embed-Dependency>*;scope=compile</Embed-Dependency>
<Export-Package>jakarta.transaction-api,
jakarta.transaction-api.*
<Export-Package>javax.transaction,
javax.transaction.*,
javax.enterprise.util,
javax.enterprise.context,
javax.interceptor,
jakarta.transaction,
jakarta.transaction.xa,
jakarta.transaction.*,
jakarta.transaction.xa.*,
jakarta.enterprise.util,
jakarta.enterprise.context,
jakarta.interceptor
</Export-Package>
</instructions>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion kafka.clients/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>dev.galasa</groupId>
<artifactId>galasa-wrapping-parent</artifactId>
<version>0.34.0</version>
<version>0.35.0</version>
</parent>

<artifactId>kafka.clients</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>dev.galasa</groupId>
<artifactId>galasa-wrapping-parent</artifactId>
<version>0.34.0</version>
<version>0.35.0</version>
<packaging>pom</packaging>

<name>Galasa OSGi Wrapping</name>
Expand Down

0 comments on commit 6090669

Please sign in to comment.