commit | 4aa38354bdd78be1473975e71b46da8a266e77e1 | [log] [tgz] |
---|---|---|
author | Yuta HIGUCHI <y-higuchi@ak.jp.nec.com> | Tue Jan 10 14:47:49 2017 -0800 |
committer | Yuta HIGUCHI <y-higuchi@ak.jp.nec.com> | Tue Jan 10 14:48:16 2017 -0800 |
tree | aaa994b01c636e4641355c4a04b314f4357efaab | |
parent | 56b29f5c5adba3cf52b3e625a33aa265186e8571 [diff] |
Fix wrong dependency App only required model, not the implementation. Change-Id: If113b8684ad978ee03fc9fec8e07387c1a93e7bb
diff --git a/ecord/co/pom.xml b/ecord/co/pom.xml index 9c29d48..ecca157 100644 --- a/ecord/co/pom.xml +++ b/ecord/co/pom.xml
@@ -43,7 +43,7 @@ <dependencies> <dependency> <groupId>org.onosproject</groupId> - <artifactId>onos-apps-optical</artifactId> + <artifactId>onos-apps-optical-model</artifactId> <version>${onos.version}</version> </dependency> <dependency>