pom, new modules changes 01/42801/2
authorKishore Reddy, Gujja (kg811t) <kg811t@research.att.com>
Fri, 13 Apr 2018 19:33:16 +0000 (15:33 -0400)
committerKishore Reddy, Gujja (kg811t) <kg811t@research.att.com>
Fri, 13 Apr 2018 20:27:12 +0000 (16:27 -0400)
Issue-ID: PORTAL-254

portal/SDK release 2.3.0, domain, sdk aaf modules

Change-Id: Ifa3779bba9f3f3129f883b0445da9e5cc21477e8
Signed-off-by: Kishore Reddy, Gujja (kg811t) <kg811t@research.att.com>
ecomp-sdk/epsdk-aaf/pom.xml
ecomp-sdk/epsdk-domain/pom.xml
ecomp-sdk/pom.xml

index 9faa113..f09f7a6 100644 (file)
@@ -2,6 +2,12 @@
        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
        <modelVersion>4.0.0</modelVersion>
 
+       <parent>
+               <groupId>org.onap.portal.sdk</groupId>
+               <artifactId>epsdk-project</artifactId>
+               <version>2.3.0-SNAPSHOT</version>
+       </parent>
+       
        <groupId>org.onap.portal.sdk</groupId>
        <artifactId>epsdk-ext-auth</artifactId>
        <version>2.3.0-SNAPSHOT</version>
index 6c9f821..1e01888 100644 (file)
@@ -2,6 +2,12 @@
        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
        <modelVersion>4.0.0</modelVersion>
 
+       <parent>
+               <groupId>org.onap.portal.sdk</groupId>
+               <artifactId>epsdk-project</artifactId>
+               <version>2.3.0-SNAPSHOT</version>
+       </parent>
+
        <groupId>org.onap.portal.sdk</groupId>
        <artifactId>epsdk-domain</artifactId>
        <version>2.3.0-SNAPSHOT</version>
                        <version>1.10.19</version>
                        <scope>test</scope>
                </dependency>
+               <!-- Jacoco for offline instrumentation -->
+               <dependency>
+                       <groupId>org.jacoco</groupId>
+                       <artifactId>org.jacoco.agent</artifactId>
+                       <version>${jacoco.version}</version>
+                       <classifier>runtime</classifier>
+               </dependency>
                <dependency>
                        <groupId>junit</groupId>
                        <artifactId>junit</artifactId>
index da248a8..7a2b7db 100644 (file)
@@ -24,6 +24,7 @@
                <module>epsdk-core</module>
                <module>epsdk-analytics</module>
                <module>epsdk-domain</module>
+               <module>epsdk-aaf</module>
                <module>epsdk-music</module>
                <module>epsdk-workflow</module>
                <module>epsdk-app-common</module>