summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorefiacor <fiachra.corcoran@est.tech>2022-09-27 08:54:09 +0100
committerefiacor <fiachra.corcoran@est.tech>2022-09-27 08:56:04 +0100
commita21bea17a28b6a1c28a82f9d2888bdeb82cf1464 (patch)
treef377b6fce4010410e730ebb101d1f098ac387825
parent773faca00e8087953da2e47d7c05471be2458147 (diff)
[DMAAP-MR] Revert ajsc exclusions1.4.2
Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: I0143dbaac28ac24007b178f5a6e1361d45ececd0 Issue-ID: DMAAP-1748
-rw-r--r--pom.xml16
-rw-r--r--version.properties2
2 files changed, 2 insertions, 16 deletions
diff --git a/pom.xml b/pom.xml
index 4574bc5..10d0134 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
<groupId>org.onap.dmaap.messagerouter.messageservice</groupId>
<artifactId>dmaapMR1</artifactId>
- <version>1.4.1-SNAPSHOT</version>
+ <version>1.4.2-SNAPSHOT</version>
<name>dmaap-messagerouter-messageservice</name>
<description>Message Router - Restful interface built for kafka</description>
<licenses>
@@ -702,20 +702,6 @@
<artifactId>ajsc-runner</artifactId>
<version>3.0.11-oss</version>
<scope>runtime</scope>
- <exclusions>
- <exclusion>
- <groupId>org.json</groupId>
- <artifactId>json</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.eclipse.jetty</groupId>
- <artifactId>jetty-util</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.quartz-scheduler</groupId>
- <artifactId>quartz</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<dependency>
<groupId>com.att.ajsc</groupId>
diff --git a/version.properties b/version.properties
index b7a70d5..043c6b2 100644
--- a/version.properties
+++ b/version.properties
@@ -27,7 +27,7 @@
major=1
minor=4
-patch=1
+patch=2
base_version=${major}.${minor}.${patch}