summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimoney, Dan (dt5972) <dt5972@att.com>2018-05-04 12:05:16 -0400
committerTimoney, Dan (dt5972) <dt5972@att.com>2018-05-04 12:05:16 -0400
commit2f4cbed5f3f059aeced08cbb7b82f91de5ef4a80 (patch)
treee9cf683f2d36e782243ba4205514d42855474797
parentfc0e89cd750b1ef17b71bf60b47e7556845943c4 (diff)
Disable single feature test
Disable SingleFeatureTest. Also, added properties to specify groupId and version of dmaapClient. Change-Id: Id55e25fc092fec1d4bc8b851bd6b38a1c002c2d7 Issue-ID: CCSDK-267 Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
-rwxr-xr-xodlparent/odlparent-lite/pom.xml3
-rwxr-xr-xodlparent/single-feature-parent/pom.xml4
2 files changed, 7 insertions, 0 deletions
diff --git a/odlparent/odlparent-lite/pom.xml b/odlparent/odlparent-lite/pom.xml
index 4517a7e6..8ff01d4a 100755
--- a/odlparent/odlparent-lite/pom.xml
+++ b/odlparent/odlparent-lite/pom.xml
@@ -180,6 +180,9 @@
<eelf.maven.plugin.version>1.0.0</eelf.maven.plugin.version>
<tomcat-jdbc.version>8.5.14</tomcat-jdbc.version>
+
+ <dmaapClient.groupId>org.onap.dmaap.messagerouter.dmaapclient</dmaapClient.groupId>
+ <dmaapClient.version>1.1.5</dmaapClient.version>
</properties>
diff --git a/odlparent/single-feature-parent/pom.xml b/odlparent/single-feature-parent/pom.xml
index 421b83ac..2d70bbfc 100755
--- a/odlparent/single-feature-parent/pom.xml
+++ b/odlparent/single-feature-parent/pom.xml
@@ -180,6 +180,10 @@
<eelf.maven.plugin.version>1.0.0</eelf.maven.plugin.version>
<tomcat-jdbc.version>8.5.14</tomcat-jdbc.version>
+
+
+ <!-- Disable SingleFeatureTest, since it will fail if any dependencies are released ONAP artifacts -->
+ <skip.karaf.featureTest>true</skip.karaf.featureTest>
</properties>