Skip to content

Commit

Permalink
[JBPM-10221] Fix assembly for webc after RHPAM-4876
Browse files Browse the repository at this point in the history
  • Loading branch information
gmunozfe committed Jan 25, 2024
1 parent 967abf4 commit ced6c67
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@
<dependencySet>
<excludes>
<exclude>jakarta.transaction:*</exclude>
<exclude>org.jboss.resteasy:resteasy-jaxrs</exclude>
<exclude>org.jboss.resteasy:resteasy-jaxb-provider</exclude>
</excludes>
<includes>
<include>org.kie.server:kie-server-services-common</include>
Expand Down Expand Up @@ -92,6 +94,9 @@
<include>org.quartz-scheduler:quartz</include>

<include>com.google.inject.extensions:guice-servlet</include>

<include>org.jboss.resteasy:resteasy-jackson2-provider</include>

</includes>
<outputDirectory>WEB-INF/lib</outputDirectory>
<useTransitiveFiltering>true</useTransitiveFiltering>
Expand Down

0 comments on commit ced6c67

Please sign in to comment.