diff options
author | Zhaoxing <meng.zhaoxing1@zte.com.cn> | 2017-09-20 15:39:02 +0800 |
---|---|---|
committer | Zhaoxing <meng.zhaoxing1@zte.com.cn> | 2017-09-20 15:40:50 +0800 |
commit | 425c0eb8feaadde4df8f4f1a3b6e72cef7ce3753 (patch) | |
tree | d89d5aca25e828a134284c0f2df51cc57fb6e1fb | |
parent | a9037ba442a545815180adaa72404602f13f3197 (diff) |
Fix bug for oparent-python
Change-Id: Ia1c49c5f3f6d629a5573aa22a7ea9816b230fa85
Issue-ID: INT-222
Signed-off-by: Zhaoxing <meng.zhaoxing1@zte.com.cn>
-rw-r--r-- | oparent-python/pom.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/oparent-python/pom.xml b/oparent-python/pom.xml index c216f46..ef05437 100644 --- a/oparent-python/pom.xml +++ b/oparent-python/pom.xml @@ -12,10 +12,23 @@ <groupId>org.onap.oparent</groupId> <artifactId>oparent</artifactId> <version>1.0.0-SNAPSHOT</version> + <relativePath>../oparent</relativePath> </parent> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> + <repositories> + <repository> + <id>jitpack.io</id> + <url>https://jitpack.io</url> + </repository> + </repositories> + <pluginRepositories> + <pluginRepository> + <id>jitpack.io</id> + <url>https://jitpack.io</url> + </pluginRepository> + </pluginRepositories> <build> <pluginManagement> <plugins> |