diff options
author | zhaoyehua <zhaoyh6@asiainfo.com> | 2021-03-18 11:32:28 +0800 |
---|---|---|
committer | zhaoyehua <zhaoyh6@asiainfo.com> | 2021-03-18 11:32:39 +0800 |
commit | 067135387ed1b6bc9c400e47aedf1b78834f5d3d (patch) | |
tree | 91d0b58602991bad32f70f3c6053aab6cc68653d | |
parent | aa6d621060ac14ee2e8287dd1ab30bf8f1740d1f (diff) |
feat:modity pom.xml add parent pom
Issue-ID: USECASEUI-525
Change-Id: If9e3f623c7e4f4eeee6fd5f16649d20469334fd1
Signed-off-by: zhaoyehua <zhaoyh6@asiainfo.com>
-rw-r--r-- | pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -15,6 +15,11 @@ limitations under the License. --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + <parent> + <groupId>org.onap.oparent</groupId> + <artifactId>oparent</artifactId> + <version>2.1.0</version> + </parent> <groupId>org.onap.usecase-ui.nlp</groupId> <artifactId>usecase-ui-nlp</artifactId> <version>1.0.0-SNAPSHOT</version> |