Remove DMaaP dependency from AAI-Common
[aai/aai-common.git] / aai-parent / pom.xml
index 2b5c191..01d58f3 100644 (file)
@@ -57,7 +57,6 @@ limitations under the License.
     <commons.net.version>3.8.0</commons.net.version>
     <commons.text.version>1.10.0</commons.text.version>
     <docker.fabric.version>0.40.2</docker.fabric.version>
-    <dmaap.client.version>1.1.12</dmaap.client.version>
     <easy.mock.version>5.0.0</easy.mock.version>
     <eclipse.persistence.version>2.7.11</eclipse.persistence.version>
     <eelf.core.version>2.0.0-oss</eelf.core.version>
@@ -627,12 +626,6 @@ limitations under the License.
         <version>${io.swagger.version}</version>
       </dependency>
 
-      <dependency>
-        <groupId>org.onap.dmaap.messagerouter.dmaapclient</groupId>
-        <artifactId>dmaapClient</artifactId>
-        <version>${dmaap.client.version}</version>
-      </dependency>
-
       <dependency>
         <groupId>io.netty</groupId>
         <artifactId>netty-handler</artifactId>
@@ -855,6 +848,9 @@ limitations under the License.
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-checkstyle-plugin</artifactId>
           <version>3.0.0</version>
+          <configuration>
+            <skip>True</skip>
+          </configuration>
         </plugin>
 
       </plugins>