Skip to content

Commit

Permalink
LDEV-4479 - revert
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeloffner committed Dec 18, 2023
1 parent 0187ce9 commit 77af5c5
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
6 changes: 6 additions & 0 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,12 @@
<version>1.4.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.lucee</groupId>
<artifactId>jta</artifactId>
<version>1.1.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>fusiondebug.api</groupId>
<artifactId>server</artifactId>
Expand Down
1 change: 1 addition & 0 deletions core/src/main/java/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,7 @@ Require-Bundle: org.apache.commons.commons-codec;bundle-version=1.15.0,
org.lucee.log4j-api;bundle-version=2.20.0,
org.lucee.portlet;bundle-version=1.0.0,
org.lucee.xml.apis;bundle-version=1.4.1,
org.lucee.jta;bundle-version=1.1.0,
fusiondebug.api.server;bundle-version=1.0.20,
org.lucee.httpcomponents.httpclient;bundle-version=4.5.13,
org.lucee.httpcomponents.httpcore;bundle-version=4.4.13,
Expand Down
6 changes: 6 additions & 0 deletions loader/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -485,6 +485,12 @@
<version>1.4.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.lucee</groupId>
<artifactId>jta</artifactId>
<version>1.1.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>fusiondebug.api</groupId>
<artifactId>server</artifactId>
Expand Down

0 comments on commit 77af5c5

Please sign in to comment.