diff options
author | 黄卓垚10112215 <huang.zhuoyao@zte.com.cn> | 2017-09-30 09:45:45 +0800 |
---|---|---|
committer | Zhuoyao Huang <10112215@zte.com.cn> | 2017-09-30 09:52:24 +0800 |
commit | f276f1c4215010b956ab2c7131358f9b5bfb5f92 (patch) | |
tree | 5ca05f938ab29101338fc427e61377730f56746e /common/pom.xml | |
parent | d859da901dfd362b13881e443c5bc86c38cefe09 (diff) |
remove odl dependence temporary
Change-Id: I2d4348974badf6b4ecb255adb3ffa3b5c399d7e2
Issue-ID: SO-88
Signed-off-by: Zhuoyao Huang <10112215@zte.com.cn>
description: Remove odl dependence temporary for docker deployment, utill the issue is be solved. Before that time, yang decoder is unavailable.
Diffstat (limited to 'common/pom.xml')
-rw-r--r-- | common/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/pom.xml b/common/pom.xml index 4c756ae532..5726ae926c 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -151,7 +151,7 @@ <version>1.3.0</version> </dependency> <!--for yang decoder--> - <dependency> + <!--<dependency> <groupId>org.opendaylight.yangtools</groupId> <artifactId>yang-data-codec-gson</artifactId> <version>1.1.1-Carbon</version> @@ -175,7 +175,7 @@ <groupId>org.dom4j</groupId> <artifactId>dom4j</artifactId> <version>2.0.0</version> - </dependency> + </dependency>--> </dependencies> <build> <resources> |