Created
December 7, 2016 17:29
-
-
Save isidromerayo/b92e26107aa240b1f8df6916a73c7717 to your computer and use it in GitHub Desktop.
Weblogic 12.1.3 enable Jersey 2.5.1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<wls:weblogic-web-app | |
xmlns:wls="http://xmlns.oracle.com/weblogic/weblogic-web-app" | |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd http://xmlns.oracle.com/weblogic/weblogic-web-app http://xmlns.oracle.com/weblogic/weblogic-web-app/1.7/weblogic-web-app.xsd"> | |
<wls:library-ref> | |
<wls:library-name>jax-rs</wls:library-name> | |
<wls:specification-version>2.0</wls:specification-version> | |
<wls:exact-match>false</wls:exact-match> | |
</wls:library-ref> | |
</wls:weblogic-web-app> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://docs.oracle.com/middleware/1213/wls/RESTF/use-jersey20-ri.htm#RESTF300