Skip to content

Commit f5858e5

Browse files
Switch from javax.jms back to geronimo-jms
1 parent ad8b9f2 commit f5858e5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ for communicating with Amazon Simple Queue Service. This project builds on top o
1515
<dependency>
1616
<groupId>com.amazonaws</groupId>
1717
<artifactId>amazon-sqs-java-messaging-lib</artifactId>
18-
<version>1.1.2</version>
18+
<version>1.1.3</version>
1919
<type>jar</type>
2020
</dependency>
2121
```

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>com.amazonaws</groupId>
44
<artifactId>amazon-sqs-java-messaging-lib</artifactId>
5-
<version>1.1.2</version>
5+
<version>1.1.3</version>
66
<name>Amazon SQS Java Messaging Library</name>
77
<description>The Amazon SQS Java Messaging Library holds the Java Message Service compatible classes, that are used
88
for communicating with Amazon Simple Queue Service.
@@ -40,9 +40,9 @@
4040
<version>${aws-java-sdk.version}</version>
4141
</dependency>
4242
<dependency>
43-
<groupId>javax.jms</groupId>
44-
<artifactId>jms-api</artifactId>
45-
<version>1.1-rev-1</version>
43+
<groupId>org.apache.geronimo.specs</groupId>
44+
<artifactId>geronimo-jms_1.1_spec</artifactId>
45+
<version>1.1.1</version>
4646
</dependency>
4747
<dependency>
4848
<groupId>org.junit.jupiter</groupId>

0 commit comments

Comments
 (0)