aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordglFromAtt <dgl@research.att.com>2020-01-10 12:35:26 -0500
committerdglFromAtt <dgl@research.att.com>2020-01-10 12:35:34 -0500
commit1fe60460fd192704042551dbf0f5a0df7915fa4d (patch)
tree89cd6d023b14ba963bb2d42da6dbc766f8e81354
parent7d6b9e0691854d74c6ab082f9a33e2fe9006e0c7 (diff)
No SNAPSHOT in dependency
Issue-ID: DMAAP-1363 Signed-off-by: dglFromAtt <dgl@research.att.com> Change-Id: I8c6f7aad695f226783cbfbd7557ca3c5256c6923 Signed-off-by: dglFromAtt <dgl@research.att.com>
-rw-r--r--dmaap-bc/pom.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/dmaap-bc/pom.xml b/dmaap-bc/pom.xml
index 3c953a8..e268f2b 100644
--- a/dmaap-bc/pom.xml
+++ b/dmaap-bc/pom.xml
@@ -50,6 +50,7 @@
<requireReleaseDeps>
<message>No Snapshots Allowed!</message>
<excludes>
+<!-- for example, these might be needed...
<exclude>org.onap.dmaap.dbcapi:dbcapi</exclude>
<exclude>org.onap.aaf.authz:aaf-cadi-client</exclude>
<exclude>org.onap.aaf.authz:aaf-misc-env</exclude>
@@ -57,6 +58,7 @@
<exclude>org.onap.aaf.authz:aaf-auth-client</exclude>
<exclude>org.onap.aaf.authz:aaf-cadi-core</exclude>
<exclude>org.onap.aaf.authz:aaf-misc-rosetta</exclude>
+-->
</excludes>
</requireReleaseDeps>
</rules>
@@ -421,7 +423,7 @@
<dependency>
<groupId>org.onap.dmaap.dbcapi</groupId>
<artifactId>dbcapi</artifactId>
- <version>2.0.1-SNAPSHOT</version>
+ <version>2.0.1</version>
</dependency>
</dependencies>
<reporting>