diff options
-rw-r--r-- | yang-compiler/README.md | 4 | ||||
-rw-r--r-- | yang-compiler/pom.xml | 6 |
2 files changed, 2 insertions, 8 deletions
diff --git a/yang-compiler/README.md b/yang-compiler/README.md index 40d94c4..264d2f1 100644 --- a/yang-compiler/README.md +++ b/yang-compiler/README.md @@ -29,11 +29,11 @@ plugin to extend customized functions. ###  Obtain code ``` -# git clone https://github.com/yang-central/yang-compiler.git +# git clone "https://gerrit.onap.org/r/a/modeling/yang-kit" ``` ###  Build code ``` -# cd yang-compiler +# cd yangkit/yang-compiler # mvn clean install ```  it will generate yang-compiler-1.0-SNAPSHOT.jar and libs directory under the directory target. diff --git a/yang-compiler/pom.xml b/yang-compiler/pom.xml index f739e39..9199c82 100644 --- a/yang-compiler/pom.xml +++ b/yang-compiler/pom.xml @@ -98,12 +98,6 @@ <artifactId>poi-ooxml</artifactId>
<version>5.2.3</version>
</dependency>
- <dependency>
- <groupId>io.github.yang-central.yangkit</groupId>
- <artifactId>yang-compiler</artifactId>
- <version>1.3.1</version>
- <scope>compile</scope>
- </dependency>
</dependencies>
<name>yang compiler</name>
<description>yang compiler: compile yang modules regardless where the dependencies are (by resolve and download
|