diff options
author | frank feng <frank.fengchong@huawei.com> | 2023-09-06 15:41:51 +0800 |
---|---|---|
committer | frank feng <frank.fengchong@huawei.com> | 2023-09-06 15:45:52 +0800 |
commit | 921f0af17f560e45b95668a1b00f895bca48039d (patch) | |
tree | ad6abdaefa19ec2aa3243a103d249a5775b64017 | |
parent | 47ef15fef5cdd02f99ce1546c557fe8c74591d46 (diff) |
modify yang-compiler/README.md and pom.xml
Issue-ID: MODELING-680
Change-Id: Ibba70201edd88de2022857883714d64969ac985f
Signed-off-by: frank feng <frank.fengchong@huawei.com>
-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
|