TASK-20628 (#14074)
* [TASK-20628] Moved xml module to jdk9-and-above profile * [TASK-20628] Moved xml-2 module to jdk9-and-above profile
This commit is contained in:
@@ -181,6 +181,13 @@
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.apache.bcel</groupId>
|
||||
<artifactId>bcel</artifactId>
|
||||
<version>${bcel.version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
@@ -368,6 +375,7 @@
|
||||
<jsoup.version>1.14.3</jsoup.version>
|
||||
<htmlcleaner.version>2.25</htmlcleaner.version>
|
||||
<jericho.version>3.4</jericho.version>
|
||||
<bcel.version>6.7.0</bcel.version>
|
||||
</properties>
|
||||
|
||||
</project>
|
||||
Reference in New Issue
Block a user