Commit 73f153da authored by Andy Wilkinson's avatar Andy Wilkinson

Use a property for the version of the JMS API managed dependency

Closes gh-7042
parent a2794d75
......@@ -110,6 +110,7 @@
<jetty.version>9.3.11.v20160721</jetty.version>
<jetty-jsp.version>2.2.0.v201112011158</jetty-jsp.version>
<jetty-el.version>8.0.33</jetty-el.version>
<jms-api.version>1.1-rev-1</jms-api.version>
<jmustache.version>1.12</jmustache.version>
<jna.version>4.2.2</jna.version>
<joda-time.version>2.9.4</joda-time.version>
......@@ -991,7 +992,7 @@
<dependency>
<groupId>javax.jms</groupId>
<artifactId>jms-api</artifactId>
<version>1.1-rev-1</version>
<version>${jms-api.version}</version>
</dependency>
<dependency>
<groupId>javax.mail</groupId>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment