Merge branch 'maven' of ssh://github.com/y-higuchi/ONOS into maven
diff --git a/pom.xml b/pom.xml
index aa66d5a..0d03e90 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,10 +5,10 @@
<maven>3.0.4</maven>
</prerequisites>
<groupId>net.onrc.onos</groupId>
- <artifactId>ofcontroller</artifactId>
+ <artifactId>ONOS</artifactId>
<version>0.1.0</version>
<packaging>jar</packaging>
- <name>Ofcontroller</name>
+ <name>ONOS</name>
<url>http://onlab.us/</url>
<repositories>
<repository>
@@ -251,6 +251,7 @@
<artifactId>blueprints-core</artifactId>
<version>2.3.0</version>
</dependency>
+ <!-- dependency to locally modified version -->
<dependency>
<groupId>com.netflix.curator</groupId>
<artifactId>curator-framework</artifactId>