Disable single feature test 47/46247/1
authorTimoney, Dan (dt5972) <dt5972@att.com>
Fri, 4 May 2018 16:05:16 +0000 (12:05 -0400)
committerTimoney, Dan (dt5972) <dt5972@att.com>
Fri, 4 May 2018 16:05:16 +0000 (12:05 -0400)
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>
odlparent/odlparent-lite/pom.xml
odlparent/single-feature-parent/pom.xml

index 4517a7e..8ff01d4 100755 (executable)
         <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>
 
 
index 421b83a..2d70bbf 100755 (executable)
         <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>