Remove superfluous groupId.
[controller.git] / opendaylight / northbound / statistics / pom.xml
index b3fe26f6a06ea884af140754561ea5c6c9d782c9..1f7f0ea73ed8a0c403c6c9bc032b83d910923d27 100644 (file)
@@ -7,8 +7,7 @@
     <version>1.4.0-SNAPSHOT</version>
     <relativePath>../../commons/opendaylight</relativePath>
   </parent>
-  
-  <groupId>org.opendaylight.controller</groupId>
+
   <artifactId>statistics.northbound</artifactId>
   <version>0.4.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
@@ -22,7 +21,7 @@
           <dependency>
             <groupId>org.opendaylight.controller</groupId>
             <artifactId>sal</artifactId>
-            <version>0.4.0-SNAPSHOT</version>
+            <version>0.5.0-SNAPSHOT</version>
           </dependency>
         </dependencies>
       </plugin>        
                          org.opendaylight.controller.sal.utils,
                          org.opendaylight.controller.containermanager,
                          org.opendaylight.controller.statisticsmanager,
+                         org.opendaylight.controller.usermanager,
                          org.opendaylight.controller.switchmanager,
+                         org.opendaylight.controller.sal.authorization,
                          org.apache.commons.logging,
               com.sun.jersey.spi.container.servlet,
               org.opendaylight.controller.northbound.commons,
               org.opendaylight.controller.northbound.commons.exception,
-              com.sun.jersey.spi.spring.container.servlet,
-              org.springframework.web.context,
-              org.springframework.web,
-              org.springframework.web.servlet,
-              org.springframework.web.filter,
-              org.springframework.security.config,
-              org.springframework.security.web.authentication,
-              org.springframework.security.web.authentication.www,
+              org.opendaylight.controller.northbound.commons.utils,
               javax.ws.rs,
               javax.ws.rs.core,
               javax.xml.bind.annotation,
@@ -88,7 +82,7 @@
        <dependency>
       <groupId>org.opendaylight.controller</groupId>
       <artifactId>sal</artifactId>
-      <version>0.4.0-SNAPSHOT</version>
+      <version>0.5.0-SNAPSHOT</version>
        </dependency> 
        
        <dependency>
          <artifactId>commons.northbound</artifactId>
          <version>0.4.0-SNAPSHOT</version>
        </dependency>
-        
-       <dependency>
-               <groupId>org.springframework</groupId>
-               <artifactId>spring-web</artifactId>
-               <version>${spring.version}</version>
-               <scope>provided</scope>
-       </dependency>
-
-       <dependency>
-               <groupId>org.springframework.security</groupId>
-               <artifactId>spring-security-config</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>
-        
+    
     <dependency>
       <groupId>org.codehaus.enunciate</groupId>
       <artifactId>enunciate-core-annotations</artifactId>