diff options
Diffstat (limited to 'reception/pom.xml')
-rw-r--r-- | reception/pom.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/reception/pom.xml b/reception/pom.xml index 2b275857..4fdd1f38 100644 --- a/reception/pom.xml +++ b/reception/pom.xml @@ -26,15 +26,8 @@ <version>2.0.0-SNAPSHOT</version> </parent> - <groupId>org.onap.policy.distribution.reception</groupId> <artifactId>reception</artifactId> - <packaging>pom</packaging> <name>${project.artifactId}</name> <description>The module of Policy Distribution that handles reception of policies from other systems.</description> - - <modules> - <module>reception-handling</module> - <module>reception-decoding</module> - </modules> </project> |