We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2794d7 commit 73f153dCopy full SHA for 73f153d
spring-boot-dependencies/pom.xml
@@ -110,6 +110,7 @@
110
<jetty.version>9.3.11.v20160721</jetty.version>
111
<jetty-jsp.version>2.2.0.v201112011158</jetty-jsp.version>
112
<jetty-el.version>8.0.33</jetty-el.version>
113
+ <jms-api.version>1.1-rev-1</jms-api.version>
114
<jmustache.version>1.12</jmustache.version>
115
<jna.version>4.2.2</jna.version>
116
<joda-time.version>2.9.4</joda-time.version>
@@ -991,7 +992,7 @@
991
992
<dependency>
993
<groupId>javax.jms</groupId>
994
<artifactId>jms-api</artifactId>
- <version>1.1-rev-1</version>
995
+ <version>${jms-api.version}</version>
996
</dependency>
997
998
<groupId>javax.mail</groupId>
0 commit comments