Commit e0d34b94 authored by Stephane Nicoll's avatar Stephane Nicoll

Fix build

parent 04d7df92
...@@ -300,6 +300,11 @@ ...@@ -300,6 +300,11 @@
<artifactId>spring-mobile-device</artifactId> <artifactId>spring-mobile-device</artifactId>
<optional>true</optional> <optional>true</optional>
</dependency> </dependency>
<dependency>
<groupId>org.springframework.security.oauth</groupId>
<artifactId>spring-security-oauth2</artifactId>
<optional>true</optional>
</dependency>
<dependency> <dependency>
<groupId>org.springframework.security</groupId> <groupId>org.springframework.security</groupId>
<artifactId>spring-security-web</artifactId> <artifactId>spring-security-web</artifactId>
......
...@@ -2458,20 +2458,20 @@ rather than the version that pre-installed with the server. You can do this by a ...@@ -2458,20 +2458,20 @@ rather than the version that pre-installed with the server. You can do this by a
[source,xml,indent=0] [source,xml,indent=0]
---- ----
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<wls:weblogic-web-app <wls:weblogic-web-app
xmlns:wls="http://xmlns.oracle.com/weblogic/weblogic-web-app" xmlns:wls="http://xmlns.oracle.com/weblogic/weblogic-web-app"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
http://java.sun.com/xml/ns/javaee/ejb-jar_3_0.xsd http://java.sun.com/xml/ns/javaee/ejb-jar_3_0.xsd
http://xmlns.oracle.com/weblogic/weblogic-web-app http://xmlns.oracle.com/weblogic/weblogic-web-app
http://xmlns.oracle.com/weblogic/weblogic-web-app/1.4/weblogic-web-app.xsd"> http://xmlns.oracle.com/weblogic/weblogic-web-app/1.4/weblogic-web-app.xsd">
<wls:container-descriptor> <wls:container-descriptor>
<wls:prefer-application-packages> <wls:prefer-application-packages>
<wls:package-name>org.slf4j</wls:package-name> <wls:package-name>org.slf4j</wls:package-name>
</wls:prefer-application-packages> </wls:prefer-application-packages>
</wls:container-descriptor> </wls:container-descriptor>
</wls:weblogic-web-app> </wls:weblogic-web-app>
---- ----
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment