Skip to content

Commit

Permalink
KEYCLOAK-7378 Fix missing OSGi import for Fuse 6.3 JAX-RS example app
Browse files Browse the repository at this point in the history
  • Loading branch information
hmlnarik committed May 23, 2018
1 parent 1e438cd commit 8261ffe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/fuse/cxf-jaxrs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
<keycloak.osgi.export>
</keycloak.osgi.export>
<keycloak.osgi.import>
javax.ws.rs;version="[2,3)",
META-INF.cxf;version="[2.7,3.2)",
META-INF.cxf.osgi;version="[2.7,3.2)";resolution:=optional,
org.apache.cxf.transport.http;version="[2.7,3.2)",
Expand Down

0 comments on commit 8261ffe

Please sign in to comment.