diff options
author | efiacor <fiachra.corcoran@est.tech> | 2022-09-27 08:54:09 +0100 |
---|---|---|
committer | efiacor <fiachra.corcoran@est.tech> | 2022-09-27 08:56:04 +0100 |
commit | a21bea17a28b6a1c28a82f9d2888bdeb82cf1464 (patch) | |
tree | f377b6fce4010410e730ebb101d1f098ac387825 | |
parent | 773faca00e8087953da2e47d7c05471be2458147 (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.xml | 16 | ||||
-rw-r--r-- | version.properties | 2 |
2 files changed, 2 insertions, 16 deletions
@@ -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} |