aboutsummaryrefslogtreecommitdiffstats
path: root/champ-service-deps-titan
diff options
context:
space:
mode:
authormichaere <michaere@amdocs.com>2018-03-13 11:17:03 +0000
committermichaere <michaere@amdocs.com>2018-03-13 11:39:22 +0000
commit84cdd4d4e354e856bf265c36d4953367cb9a1bd7 (patch)
tree3a5f48b3ecdda707d700d7ad102be7026ae384f4 /champ-service-deps-titan
parentbc567018a6b5577c2ba18835ca1dbc0b0f394d6d (diff)
Tidy pom's following event-client version update
Removed ability to override the version of the event-client Issue-ID: AAI-873 Change-Id: I49c76cca0ac6da49964df277467f57a463b65069 Signed-off-by: michaere <michaere@amdocs.com>
Diffstat (limited to 'champ-service-deps-titan')
-rw-r--r--champ-service-deps-titan/pom.xml34
1 files changed, 0 insertions, 34 deletions
diff --git a/champ-service-deps-titan/pom.xml b/champ-service-deps-titan/pom.xml
index f4f081d..3f6165b 100644
--- a/champ-service-deps-titan/pom.xml
+++ b/champ-service-deps-titan/pom.xml
@@ -6,46 +6,12 @@
<artifactId>champ-service-deps-titan</artifactId>
<packaging>pom</packaging>
<version>1.2.0-SNAPSHOT</version>
-
- <properties>
- <event.client.version>1.2.0</event.client.version>
- </properties>
<dependencies>
- <!-- Event Bus Library. -->
- <dependency>
- <groupId>org.onap.aai.event-client</groupId>
- <artifactId>event-client-api</artifactId>
- <version>${event.client.version}</version>
- </dependency>
- <dependency>
- <groupId>org.onap.aai.event-client</groupId>
- <artifactId>event-client-dmaap</artifactId>
- <version>${event.client.version}</version>
- </dependency>
- <dependency>
- <groupId>org.onap.aai.event-client</groupId>
- <artifactId>event-client-kafka</artifactId>
- <version>${event.client.version}</version>
- </dependency>
<dependency>
<groupId>org.onap.aai</groupId>
<artifactId>champ-titan</artifactId>
<version>1.2.0-SNAPSHOT</version>
- <exclusions>
- <exclusion>
- <groupId>org.onap.aai.event-client</groupId>
- <artifactId>event-client-api</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.onap.aai.event-client</groupId>
- <artifactId>event-client-dmaap</artifactId>
- </exclusion>
- <exclusion>
- <groupId>org.onap.aai.event-client</groupId>
- <artifactId>event-client-kafka</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<dependency>
<groupId>com.thinkaurelius.titan</groupId>