Merge "Fixing issue where PdpRegistration message is treated as Heartbeat by PAP"
authorRam Krishna Verma <ram.krishna.verma@est.tech>
Wed, 20 Nov 2019 09:57:22 +0000 (09:57 +0000)
committerGerrit Code Review <gerrit@onap.org>
Wed, 20 Nov 2019 09:57:22 +0000 (09:57 +0000)
packages/pom.xml

index 1e1bce1..b57b6cb 100644 (file)
@@ -39,6 +39,9 @@
             <activation>
                 <activeByDefault>true</activeByDefault>
             </activation>
+            <modules>
+                <module>policy-pap-tarball</module>
+            </modules>
         </profile>
         <profile>
             <id>docker</id>
@@ -51,4 +54,4 @@
             </properties>
         </profile>
     </profiles>
-</project>
\ No newline at end of file
+</project>