MNT-22544: bumped jdom2 version to 2.0.6.1

This commit is contained in:
Vitor Moreira
2022-01-12 17:44:20 +00:00
parent 2314ba850b
commit 41b87f44cc
2 changed files with 7 additions and 1 deletions

View File

@@ -44,6 +44,7 @@
<dependency.tika.version>1.27</dependency.tika.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>
@@ -112,6 +113,11 @@
<artifactId>org.restlet.ext.servlet</artifactId>
<version>${dependency.restlet.version}</version>
</dependency>
<dependency>
<groupId>org.jdom</groupId>
<artifactId>jdom2</artifactId>
<version>${dependency.jdom2.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
<modules>

View File

@@ -99,7 +99,7 @@ openjson-1.0.12.jar https://github.com/openjson/openjson/blob/v1.0.12/LICENSE.tx
jna-5.8.0.jar https://github.com/java-native-access/jna/blob/5.8.0/LICENSE
isoparser-1.9.41.7.jar http://www.apache.org/licenses/LICENSE-2.0.txt
metadata-extractor-2.15.0.1.jar http://www.apache.org/licenses/LICENSE-2.0.txt
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