aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorShwetank Dave <shwetank.dave@amdocs.com>2018-08-24 13:24:49 -0400
committerShwetank Dave <shwetank.dave@amdocs.com>2018-08-30 14:08:19 -0400
commit525c7d8dbef106245c4fce29a5b6b31b7160b21c (patch)
tree5f24deb3ca219bf7536649d1c89988abb06dbbf3 /pom.xml
parente16bda37d76e63e0f903bba13ed1dccf3b17f395 (diff)
Updated log messages to be more intuitive
Added support for kafka Updated logging.clj file to not reject messages which contain an empty substring. Updating Dockerfile to use the specified GLIBC_VERSION Adding spotify docker plugin Moving the Dockerfile to directory root. Issue-ID: AAI-1542 Change-Id: I4c41486cb6c7698a2c2736d574721f6a5237563e Signed-off-by: Shwetank Dave <shwetank.dave@amdocs.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml39
1 files changed, 34 insertions, 5 deletions
diff --git a/pom.xml b/pom.xml
index 1d9ab52..07fdebf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,9 +7,7 @@
<name>chameleon</name>
<description/>
<scm>
- <tag>36b5671af2c3eec5ca81663382c4ca2898f79e55
-</tag>
- <url/>
+ <tag>33595bcc69c84291645bd60cc15bddea1255e298</tag>
</scm>
<build>
<sourceDirectory>src</sourceDirectory>
@@ -102,6 +100,27 @@
</executions>
</plugin>
<plugin>
+ <groupId>com.spotify</groupId>
+ <artifactId>dockerfile-maven-plugin</artifactId>
+ <version>1.4.4</version>
+ <configuration>
+ <tag>latest</tag>
+ <repository>${docker.push.registry}/onap/chameleon</repository>
+ <verbose>true</verbose>
+ <serverId>docker-hub</serverId>
+ </configuration>
+ <executions>
+ <execution>
+ <id>default</id>
+ <goals>
+ <goal>build</goal>
+ <goal>push</goal>
+ <goal>tag</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>1.7</version>
@@ -136,7 +155,7 @@
</repository>
<repository>
<id>clojars</id>
- <url>https://clojars.org/repo/</url>
+ <url>https://repo.clojars.org/</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
@@ -195,6 +214,11 @@
<version>1.9.0</version>
</dependency>
<dependency>
+ <groupId>org.clojure</groupId>
+ <artifactId>core.async</artifactId>
+ <version>0.4.474</version>
+ </dependency>
+ <dependency>
<groupId>com.7theta</groupId>
<artifactId>utilis</artifactId>
<version>1.0.4</version>
@@ -257,7 +281,12 @@
<dependency>
<groupId>org.onap.aai.event-client</groupId>
<artifactId>event-client-dmaap</artifactId>
- <version>1.2.1</version>
+ <version>1.3.0</version>
+ </dependency>
+ <dependency>
+ <groupId>org.onap.aai.event-client</groupId>
+ <artifactId>event-client-kafka</artifactId>
+ <version>1.3.0</version>
</dependency>
<dependency>
<groupId>org.onap.aai.logging-service</groupId>