Skip to content

Commit defa5df

Browse files
committed
Remove xalan/xercies dependency declarations
1 parent 337ef96 commit defa5df

File tree

7 files changed

+6
-67
lines changed

7 files changed

+6
-67
lines changed

java/buildconf/build-props.xml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -165,13 +165,11 @@
165165

166166
<property name="build.jar.dependencies"
167167
value="ant ant-junit ${ant-contrib.path} antlr ${test.build.jar.dependencies}
168-
${common.jar.dependencies} ${tomcat-jars} ${jasper-jars}
169-
xalan-j2" />
168+
${common.jar.dependencies} ${tomcat-jars} ${jasper-jars}" />
170169

171170
<property name="run.jar.dependencies"
172171
value="antlr objectweb-asm/asm ${cglib-jar} ${c3p0} commons-discovery dom4j ${jaf} ${jta11-jars} ojdbc14 sitemesh
173-
taglibs-standard-impl taglibs-standard-jstlel taglibs-standard-spec
174-
xalan-j2 xalan-j2-serializer xerces-j2 ${common.jar.dependencies}" />
172+
taglibs-standard-impl taglibs-standard-jstlel taglibs-standard-spec ${common.jar.dependencies}" />
175173

176174
<!-- =================== RPM build, use jpackage syntax ======================= -->
177175
<!-- property name="install.test.jar.dependencies"
@@ -188,12 +186,12 @@
188186

189187
<property name="install.build.jar.dependencies"
190188
value="ant ant/ant-junit ${ant-contrib.path} antlr ${jasper-jars} ${test.build.jar.dependencies}
191-
${install.common.jar.dependencies} xalan-j2" />
189+
${install.common.jar.dependencies}" />
192190

193191
<property name="install.run.jar.dependencies"
194192
value="antlr objectweb-asm/asm ${cglib-jar} ${c3p0} commons-discovery dom4j ${jaf} ${jta11-jars} sitemesh
195193
taglibs-standard-impl taglibs-standard-jstlel taglibs-standard-spec
196-
xalan-j2 xalan-j2-serializer xerces-j2 ${install.common.jar.dependencies}" />
194+
${install.common.jar.dependencies}" />
197195

198196
<property name="install.common.jar.dependencies"
199197
value="bcel ${cglib-jar} commons-beanutils commons-cli commons-codec
@@ -219,7 +217,7 @@
219217
taglibs-standard-impl taglibs-standard-jstlel taglibs-standard-spec
220218
postgresql-jdbc ongres-scram/client ongres-scram/common ${stringprep-jars}
221219
snakeyaml simpleframework/simplexml ${suse-common-jars} ${suse-runtime-jars}
222-
xalan-j2 xalan-j2-serializer xerces-j2 simple-core ${ehcache}" />
220+
simple-core ${ehcache}" />
223221

224222
<property name="taskomatic.jar.dependencies"
225223
value="${dist.jar.dependencies} jsch" />

java/buildconf/ivy/ivy-suse.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,6 @@
9797
<dependency org="suse" name="taglibs-standard-jstlel" rev="1.2.5" />
9898
<dependency org="suse" name="taglibs-standard-spec" rev="1.2.5" />
9999
<dependency org="suse" name="woodstox-core-asl" rev="4.4.2" />
100-
<dependency org="suse" name="xalan" rev="2.7.3" />
101-
<dependency org="suse" name="serializer" rev="2.7.3" />
102-
<dependency org="suse" name="xercesImpl" rev="2.12.2" />
103100
<dependency org="suse" name="xmlsec" rev="2.0.7" />
104101
<dependency org="suse" name="jaxb-api" rev="2.4.0" />
105102
<dependency org="suse" name="javax.activation" rev="1.2.0" />

java/buildconf/ivy/obs-maven-config.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -290,17 +290,6 @@ artifacts:
290290
- artifact: woodstox-core-asl
291291
package: woodstox
292292
repository: Uyuni_Other
293-
- artifact: xalan
294-
package: xalan-j2
295-
jar: xalan-j2\.jar
296-
repository: Leap_sle
297-
- artifact: serializer
298-
package: xalan-j2
299-
jar: xalan-j2-serializer\.jar
300-
repository: Leap_sle
301-
- artifact: xercesImpl
302-
package: xerces-j2
303-
repository: Leap
304293
- artifact: xmlsec
305294
repository: Uyuni_Other
306295
- artifact: velocity-engine-core

java/core/pom.xml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -405,18 +405,6 @@
405405
<groupId>org.codehaus.woodstox</groupId>
406406
<artifactId>woodstox-core-asl</artifactId>
407407
</dependency>
408-
<dependency>
409-
<groupId>xalan</groupId>
410-
<artifactId>xalan</artifactId>
411-
</dependency>
412-
<dependency>
413-
<groupId>xalan</groupId>
414-
<artifactId>serializer</artifactId>
415-
</dependency>
416-
<dependency>
417-
<groupId>xerces</groupId>
418-
<artifactId>xercesImpl</artifactId>
419-
</dependency>
420408
<dependency>
421409
<groupId>org.apache.santuario</groupId>
422410
<artifactId>xmlsec</artifactId>

java/pom.xml

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -670,35 +670,6 @@
670670
<artifactId>taglibs-standard-spec</artifactId>
671671
<version>1.2.5</version>
672672
</dependency>
673-
<dependency>
674-
<groupId>xalan</groupId>
675-
<artifactId>xalan</artifactId>
676-
<version>2.7.3</version>
677-
</dependency>
678-
<dependency>
679-
<groupId>xalan</groupId>
680-
<artifactId>serializer</artifactId>
681-
<version>2.7.3</version>
682-
<exclusions>
683-
<!-- We do not provide this at runtime -->
684-
<exclusion>
685-
<groupId>xml-apis</groupId>
686-
<artifactId>xml-apis</artifactId>
687-
</exclusion>
688-
</exclusions>
689-
</dependency>
690-
<dependency>
691-
<groupId>xerces</groupId>
692-
<artifactId>xercesImpl</artifactId>
693-
<version>2.12.2</version>
694-
<exclusions>
695-
<!-- We do not provide this at runtime -->
696-
<exclusion>
697-
<groupId>xml-apis</groupId>
698-
<artifactId>xml-apis</artifactId>
699-
</exclusion>
700-
</exclusions>
701-
</dependency>
702673
<dependency>
703674
<groupId>org.apache.santuario</groupId>
704675
<artifactId>xmlsec</artifactId>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Removed xalan and xerces dependency

java/spacewalk-java.spec

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@ BuildRequires: tomcat-lib >= 7
148148
BuildRequires: tomcat-taglibs-standard
149149
BuildRequires: uyuni-base-server
150150
BuildRequires: woodstox
151-
BuildRequires: xalan-j2
152151
BuildRequires: xmlsec
153152
BuildRequires: (google-gson >= 2.2.4 with google-gson < 2.10.0)
154153
BuildRequires: mvn(org.apache.velocity:velocity-engine-core) >= 2.2
@@ -238,8 +237,6 @@ Requires: system-lock-formula
238237
Requires: tomcat-lib >= 7
239238
Requires: tomcat-taglibs-standard
240239
Requires: woodstox
241-
Requires: xalan-j2 >= 2.6.0
242-
Requires: xerces-j2
243240
Requires: xmlsec
244241
Requires: (/sbin/unix2_chkpwd or /usr/sbin/unix2_chkpwd)
245242
Requires: (google-gson >= 2.2.4 with google-gson < 2.10.0)
@@ -386,8 +383,6 @@ Requires: spacewalk-java-jdbc
386383
Requires: spacewalk-java-lib = %{version}
387384
Requires: statistics
388385
Requires: tomcat-taglibs-standard
389-
Requires: xalan-j2 >= 2.6.0
390-
Requires: xerces-j2
391386
Requires: (/sbin/unix2_chkpwd or /usr/sbin/unix2_chkpwd)
392387
Requires: mvn(org.hibernate:hibernate-c3p0)
393388
Requires: mvn(org.hibernate:hibernate-core)

0 commit comments

Comments
 (0)