We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9330a3 commit 3dcf52fCopy full SHA for 3dcf52f
1 file changed
java/pom.xml
@@ -41,7 +41,6 @@
41
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
42
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
43
<junit.version>4.13.1</junit.version>
44
- <xalan.version>2.7.2</xalan.version>
45
<xmlsec.version>2.3.0</xmlsec.version>
46
<httpclient.version>4.5.13</httpclient.version>
47
<bouncycastle.version>1.70</bouncycastle.version>
@@ -235,11 +234,6 @@
235
234
<version>${junit.version}</version>
236
<scope>test</scope>
237
</dependency>
238
- <dependency>
239
- <groupId>xalan</groupId>
240
- <artifactId>xalan</artifactId>
241
- <version>${xalan.version}</version>
242
- </dependency>
243
<dependency>
244
<groupId>org.apache.santuario</groupId>
245
<artifactId>xmlsec</artifactId>
0 commit comments