Skip to content

Commit

Permalink
Add jaxb dependency when building spacewalk-java RPM
Browse files Browse the repository at this point in the history
  • Loading branch information
cbosdo committed Jan 23, 2024
1 parent 1fff5c2 commit 252f563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/buildconf/build-props.xml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@
regexp ${jmock-jars} strutstest" / -->

<!-- SUSE extra dependencies: build and runtime -->
<property name="suse-common-jars" value="jade4j jose4j salt-netapi-client spark-core spark-template-jade httpasyncclient simpleclient simpleclient_common simpleclient_hibernate simpleclient_servlet simpleclient_httpserver pgjdbc-ng/pgjdbc-ng pgjdbc-ng/spy netty/netty-common netty/netty-buffer netty/netty-resolver netty/netty-transport netty/netty-codec netty/netty-handler netty/netty-transport-native-unix-common java-saml java-saml-core joda-time woodstox-core-asl xmlsec stax2-api stax-api ${commons-jexl} ical4j ${product-common-jars}" />
<property name="suse-common-jars" value="jade4j jose4j salt-netapi-client spark-core spark-template-jade httpasyncclient simpleclient simpleclient_common simpleclient_hibernate simpleclient_servlet simpleclient_httpserver pgjdbc-ng/pgjdbc-ng pgjdbc-ng/spy netty/netty-common netty/netty-buffer netty/netty-resolver netty/netty-transport netty/netty-codec netty/netty-handler netty/netty-transport-native-unix-common java-saml java-saml-core joda-time woodstox-core-asl xmlsec stax2-api stax-api ${commons-jexl} ical4j ${product-common-jars} ${jaxb}" />

<!-- SUSE extra dependencies: runtime only -->
<property name="suse-runtime-jars" value="${commons-lang} concurrentlinkedhashmap-lru
Expand Down

0 comments on commit 252f563

Please sign in to comment.