MNT-22544: bumped jdom2 version to 2.0.6.1

This commit is contained in:
Vitor Moreira
2022-01-13 09:19:58 +00:00
parent a50c645b41
commit f0c9749ecb
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -43,6 +43,7 @@
<dependency.jakarta.xml.bind-api.version>3.0.1</dependency.jakarta.xml.bind-api.version>
<dependency.hadoop.version>2.7.7</dependency.hadoop.version>
<dependency.restlet.version>2.3.12</dependency.restlet.version>
<dependency.jdom2.version>2.0.6.1</dependency.jdom2.version>
</properties>
<dependencyManagement>
<dependencies>
@@ -119,6 +120,11 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.jdom</groupId>
<artifactId>jdom2</artifactId>
<version>${dependency.jdom2.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
<modules>
@@ -83,7 +83,7 @@ jetty-xml-9.3.29.v20201019.jar https://www.eclipse.org/jetty/licenses.html
woodstox-core-5.0.3.jar https://github.com/FasterXML/woodstox
aggdesigner-algorithm-6.0.jar https://github.com/julianhyde/aggdesigner
parso-2.0.14.jar https://github.com/epam/parso/blob/v2.0.14/LICENSE
jdom2-2.0.6.jar https://github.com/hunterhacker/jdom/blob/JDOM-2.0.6/LICENSE.txt
jdom2-2.0.6.1.jar https://github.com/hunterhacker/jdom/blob/JDOM-2.0.6.1/LICENSE.txt
hadoop-annotations-2.7.7.jar https://github.com/apache/hadoop/blob/rel/release-2.7.7/LICENSE.txt
hadoop-auth-2.7.7.jar https://github.com/apache/hadoop/blob/rel/release-2.7.7/LICENSE.txt
hadoop-common-2.7.7.jar https://github.com/apache/hadoop/blob/rel/release-2.7.7/LICENSE.txt