Skip to content

Commit 3dcf52f

Browse files
committed
Removed dependency
1 parent f9330a3 commit 3dcf52f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

java/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4242
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
4343
<junit.version>4.13.1</junit.version>
44-
<xalan.version>2.7.2</xalan.version>
4544
<xmlsec.version>2.3.0</xmlsec.version>
4645
<httpclient.version>4.5.13</httpclient.version>
4746
<bouncycastle.version>1.70</bouncycastle.version>
@@ -235,11 +234,6 @@
235234
<version>${junit.version}</version>
236235
<scope>test</scope>
237236
</dependency>
238-
<dependency>
239-
<groupId>xalan</groupId>
240-
<artifactId>xalan</artifactId>
241-
<version>${xalan.version}</version>
242-
</dependency>
243237
<dependency>
244238
<groupId>org.apache.santuario</groupId>
245239
<artifactId>xmlsec</artifactId>

0 commit comments

Comments
 (0)