Skip to content

Commit 8bc8cb4

Browse files
committed
Gxqueue was not working in jakarta environment
Issue: 108202
1 parent fe327af commit 8bc8cb4

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

gxqueue-awssqs/pom.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,7 @@
1616
<groupId>${project.groupId}</groupId>
1717
<artifactId>gxclassR</artifactId>
1818
<version>${project.version}</version>
19-
</dependency>
20-
<dependency>
21-
<groupId>${project.groupId}</groupId>
22-
<artifactId>gxcommon</artifactId>
23-
<version>${project.version}</version>
19+
<scope>provided</scope>
2420
</dependency>
2521
<dependency>
2622
<groupId>${project.groupId}</groupId>

gxqueue/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
<groupId>${project.groupId}</groupId>
1818
<artifactId>gxclassR</artifactId>
1919
<version>${project.version}</version>
20+
<scope>provided</scope>
2021
</dependency>
2122
<dependency>
2223
<groupId>${project.groupId}</groupId>

0 commit comments

Comments
 (0)