summaryrefslogtreecommitdiffstats
path: root/aai-parent
diff options
context:
space:
mode:
Diffstat (limited to 'aai-parent')
-rw-r--r--aai-parent/pom.xml10
1 files changed, 3 insertions, 7 deletions
diff --git a/aai-parent/pom.xml b/aai-parent/pom.xml
index 2b5c191a..01d58f32 100644
--- a/aai-parent/pom.xml
+++ b/aai-parent/pom.xml
@@ -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>
@@ -628,12 +627,6 @@ limitations under the License.
</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>
<version>${netty.handler.version}</version>
@@ -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>