Fix: artifactId commons.northbound is no longer available in controller beryllium. 46/26646/2
authorjensenzhang <jingxuan.n.zhang@gmail.com>
Tue, 8 Sep 2015 11:56:28 +0000 (19:56 +0800)
committerjensenzhang <jingxuan.n.zhang@gmail.com>
Tue, 8 Sep 2015 14:14:12 +0000 (22:14 +0800)
Change-Id: I8a6c21f629323572276840b34aa67df5572741de
Signed-off-by: jensenzhang <jingxuan.n.zhang@gmail.com>
alto-northbound/pom.xml
pom.xml

index 1de7a50ced2bd80ae6d392037e706bdd1c2d0e1d..0e6c2f246c1cc2967115a054626684dbacf4ac19 100644 (file)
@@ -65,9 +65,9 @@
     </dependency>
 
     <dependency>
-      <groupId>org.opendaylight.controller</groupId>
-      <artifactId>commons.northbound</artifactId>
-      <version>${controller.commons.northbound.version}</version>
+      <groupId>javax.servlet</groupId>
+      <artifactId>javax.servlet-api</artifactId>
+      <version>${servlet.version}</version>
     </dependency>
 
     <dependency>
diff --git a/pom.xml b/pom.xml
index 9525443eb929a29086af5e868641aa7737788bca..fa3576d7495217dbe4b79a2db70617a9771509bc 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -75,6 +75,7 @@
     <commons.juli.version>7.0.53.v201406060720</commons.juli.version>
     <commons.tomcat.api.version>7.0.53.v201406060720</commons.tomcat.api.version>
     <commons.tomcat.util.version>7.0.53.v201406070630</commons.tomcat.util.version>
+    <servlet.version>3.0.1</servlet.version>
   </properties>
 
   <dependencyManagement>