Skip to content

Commit

Permalink
libs: drop XACML leftover dependency saxon:saxon
Browse files Browse the repository at this point in the history
Motivation:
As XACML plugin is dropped the required libs should be dropped as well.

Result:
less garbage

Acked-by: Lea Morschel
Acked-by: Karen Hoyos
Target: master
Require-book: no
Require-notes: no
  • Loading branch information
kofemann committed Aug 26, 2024
1 parent d6cb3f1 commit 7ba5b8f
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 39 deletions.
10 changes: 0 additions & 10 deletions packages/fhs/src/main/assembly/fhs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<dependencySets>
<dependencySet>
<excludes>
<exclude>*saxon:saxon*:*:*</exclude>
<exclude>org.dcache:dcache-view:jar:*</exclude>
<exclude>org.dcache:dcache-view-admin:jar:*</exclude>
</excludes>
Expand All @@ -14,15 +13,6 @@
<fileMode>644</fileMode>
<directoryMode>755</directoryMode>
</dependencySet>
<dependencySet>
<includes>
<include>*saxon:saxon*:*:*</include>
</includes>
<outputDirectory>usr/share/dcache/classes/saxon</outputDirectory>
<useProjectArtifact>false</useProjectArtifact>
<fileMode>644</fileMode>
<directoryMode>755</directoryMode>
</dependencySet>
<dependencySet>
<includes>
<include>org.dcache:dcache-view:jar:*</include>
Expand Down
5 changes: 0 additions & 5 deletions packages/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -215,11 +215,6 @@
<artifactId>dcache-view-admin</artifactId>
</dependency>

<dependency>
<groupId>saxon</groupId>
<artifactId>saxon</artifactId>
<scope>runtime</scope>
</dependency>
</dependencies>

<modules>
Expand Down
9 changes: 0 additions & 9 deletions packages/system-test/src/main/assembly/assembly.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<dependencySet>
<excludes>
<exclude>*:*:war:*</exclude>
<exclude>saxon:saxon:*:*</exclude>
<exclude>org.dcache:dcache-plugin-hsqldb:zip:*</exclude>
<exclude>org.dcache:dcache-view:jar:*</exclude>
<exclude>org.dcache:dcache-view-admin:jar:*</exclude>
Expand All @@ -16,14 +15,6 @@
<fileMode>644</fileMode>
<directoryMode>755</directoryMode>
</dependencySet>
<dependencySet>
<includes>
<include>saxon:saxon:*:*</include>
</includes>
<outputDirectory>share/classes/saxon</outputDirectory>
<fileMode>644</fileMode>
<directoryMode>755</directoryMode>
</dependencySet>
<dependencySet>
<includes>
<include>org.dcache:dcache-plugin-hsqldb:zip:*</include>
Expand Down
9 changes: 0 additions & 9 deletions packages/tar/src/main/assembly/tar.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<dependencySet>
<excludes>
<exclude>*:*:war:*</exclude>
<exclude>saxon:saxon:*:*</exclude>
<exclude>org.dcache:dcache-view:jar:*</exclude>
<exclude>org.dcache:dcache-view-admin:jar:*</exclude>
</excludes>
Expand All @@ -15,14 +14,6 @@
<fileMode>644</fileMode>
<directoryMode>755</directoryMode>
</dependencySet>
<dependencySet>
<includes>
<include>saxon:saxon:*:*</include>
</includes>
<outputDirectory>share/classes/saxon</outputDirectory>
<fileMode>644</fileMode>
<directoryMode>755</directoryMode>
</dependencySet>
<dependencySet>
<includes>
<include>org.dcache:dcache-view:jar:*</include>
Expand Down
6 changes: 0 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -642,12 +642,6 @@
<version>2.3.1</version>
</dependency>

<dependency>
<groupId>saxon</groupId>
<artifactId>saxon</artifactId>
<version>6.5.3</version>
</dependency>

<dependency>
<groupId>java.jndi</groupId>
<artifactId>nis</artifactId>
Expand Down

0 comments on commit 7ba5b8f

Please sign in to comment.