summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunil unnava <sunil.unnava@att.com>2018-10-30 13:47:45 -0400
committersunil unnava <sunil.unnava@att.com>2018-10-30 13:48:35 -0400
commit9072eeb0cff6005902d0d21b3e5653e284288122 (patch)
tree324d921446e2717b048ba4a9972eb7356557661c
parent33cda0071903889b52ce073b8747a67d942314d4 (diff)
Fix for a license issue
Issue-ID: DMAAP-871 Change-Id: I82756cf83c804ebf4df04821b4a98c9e71628a6f Signed-off-by: sunil unnava <sunil.unnava@att.com>
-rw-r--r--pom.xml25
1 files changed, 1 insertions, 24 deletions
diff --git a/pom.xml b/pom.xml
index 1aa8cdd..5948ef7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,29 +47,6 @@
<build>
<plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-enforcer-plugin</artifactId>
- <executions>
- <execution>
- <id>enforce-no-snapshots</id>
- <goals>
- <goal>enforce</goal>
- </goals>
- <configuration>
- <rules>
- <requireReleaseDeps>
- <message>No Snapshots Allowed!</message>
- <excludes>
- <exclude>org.onap.dmaap.messagerouter.msgrtr:msgrtr</exclude>
- </excludes>
- </requireReleaseDeps>
- </rules>
- <fail>true</fail>
- </configuration>
- </execution>
- </executions>
- </plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
@@ -480,7 +457,7 @@
<dependency>
<groupId>org.onap.dmaap.messagerouter.msgrtr</groupId>
<artifactId>msgrtr</artifactId>
- <version>1.1.12-SNAPSHOT</version>
+ <version>1.1.12</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>