Skip to content

Commit 123553b

Browse files
committed
Update RESTEasy dependency
1 parent 0d6ece3 commit 123553b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

pki.spec

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@ BuildRequires: mvn(org.jboss.spec.javax.ws.rs:jboss-jaxrs-api_2.0_spec)
228228
BuildRequires: mvn(org.jboss.logging:jboss-logging)
229229

230230
BuildRequires: mvn(org.jboss.resteasy:resteasy-jaxrs)
231+
BuildRequires: mvn(org.jboss.resteasy:resteasy-client)
231232
BuildRequires: mvn(org.jboss.resteasy:resteasy-jackson2-provider)
232233
BuildRequires: mvn(org.jboss.resteasy:resteasy-servlet-initializer)
233234
%endif
@@ -561,6 +562,7 @@ Requires: mvn(org.jboss.spec.javax.ws.rs:jboss-jaxrs-api_2.0_spec)
561562
Requires: mvn(org.jboss.logging:jboss-logging)
562563

563564
Requires: mvn(org.jboss.resteasy:resteasy-jaxrs)
565+
Requires: mvn(org.jboss.resteasy:resteasy-client)
564566
Requires: mvn(org.jboss.resteasy:resteasy-jackson2-provider)
565567
%else
566568
Provides: bundled(jakarta-activation)
@@ -578,6 +580,7 @@ Provides: bundled(jboss-jaxrs-2.0-api)
578580
Provides: bundled(jboss-logging)
579581

580582
Provides: bundled(resteasy-jaxrs)
583+
Provides: bundled(resteasy-client)
581584
Provides: bundled(resteasy-jackson2-provider)
582585
%endif
583586

@@ -1103,6 +1106,8 @@ then
11031106

11041107
cp /usr/share/java/resteasy/resteasy-jaxrs.jar \
11051108
resteasy-jaxrs-$RESTEASY_VERSION.jar
1109+
cp /usr/share/java/resteasy/resteasy-client.jar \
1110+
resteasy-client-$RESTEASY_VERSION.jar
11061111
cp /usr/share/java/resteasy/resteasy-jackson2-provider.jar \
11071112
resteasy-jackson2-provider-$RESTEASY_VERSION.jar
11081113

0 commit comments

Comments
 (0)