diff options
Diffstat (limited to 'policy-core/drools-artifact-1.2')
-rw-r--r-- | policy-core/drools-artifact-1.2/pom.xml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/policy-core/drools-artifact-1.2/pom.xml b/policy-core/drools-artifact-1.2/pom.xml index 6b39d7c4..0b78f847 100644 --- a/policy-core/drools-artifact-1.2/pom.xml +++ b/policy-core/drools-artifact-1.2/pom.xml @@ -23,13 +23,9 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> + <groupId>org.onap.policy.drools-pdp</groupId> <artifactId>drools-artifact1</artifactId> <version>17.2.0-SNAPSHOT</version> <description>supports Junit tests in policy-core</description> - <parent> - <groupId>org.onap.policy.drools-pdp</groupId> - <artifactId>drools-pdp</artifactId> - <version>1.1.0-SNAPSHOT</version> - </parent> </project> |