Skip to content

Commit bc3e480

Browse files
committed
update jms-api
Signed-off-by: Ceki Gulcu <[email protected]>
1 parent 6396d81 commit bc3e480

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -375,9 +375,9 @@
375375
<scope>test</scope>
376376
</dependency>
377377
<dependency>
378-
<groupId>org.apache.geronimo.specs</groupId>
379-
<artifactId>geronimo-jms_1.1_spec</artifactId>
380-
<version>1.0</version>
378+
<groupId>javax.jms</groupId>
379+
<artifactId>javax.jms-api</artifactId>
380+
<version>2.0.1</version>
381381
<optional>true</optional>
382382
</dependency>
383383
<dependency>

0 commit comments

Comments
 (0)