Changing NB API authentication/authorization to use Tomcat Valve.
[controller.git] / opendaylight / northbound / commons / pom.xml
index 61e5304e7360c942722ce4a16daece224f0c1f10..d52bedf819b4556329c9c322fb3eb612c3197444 100644 (file)
               org.opendaylight.controller.sal.utils,
               org.opendaylight.controller.usermanager,
               javax.servlet.http, 
-              org.slf4j, 
-              org.springframework.security.authentication, 
-              org.springframework.security.core, 
-              org.springframework.security.core.context, 
-              org.springframework.security.web.context               
+              org.slf4j,                              
             </Import-Package>
           </instructions>
         </configuration>
       <artifactId>usermanager</artifactId>
       <version>0.4.0-SNAPSHOT</version>
     </dependency>
-       <dependency>
-               <groupId>org.springframework.security</groupId>
-               <artifactId>spring-security-core</artifactId>
-               <version>${spring-security.version}</version>
-               <scope>provided</scope>
-       </dependency>
-       <dependency>
-               <groupId>org.springframework.security</groupId>
-               <artifactId>spring-security-web</artifactId>
-               <version>${spring-security.version}</version>
-               <scope>provided</scope>
-       </dependency>        
   </dependencies>
 </project>