Commit 43d64ba5 authored by Andy Wilkinson's avatar Andy Wilkinson

Add dependency management for groovy-jaxb introduced in 2.5.1

Closes gh-15468
parent 4101e154
......@@ -1837,6 +1837,11 @@
<artifactId>groovy-groovysh</artifactId>
<version>${groovy.version}</version>
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-jaxb</artifactId>
<version>${groovy.version}</version>
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-jmx</artifactId>
......
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