diff options
author | Jimmy Forsyth <jf2512@att.com> | 2019-04-10 16:05:03 -0400 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2019-04-10 16:05:06 -0400 |
commit | e37495cb185067556b1d3d57ca75bb4e6309fba9 (patch) | |
tree | f7a02c55d742bc619cd40c25eaa2b940f88ffdc6 /pom.xml | |
parent | adb9eba95c4a131589009192718426592e79e2af (diff) |
Remove router-core snapshot dep
Issue-ID: AAI-2358
Change-Id: I37172b146c8fe79901c75f7c67564c9c78f8d25a
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -185,7 +185,7 @@ limitations under the License. <dependency> <groupId>org.onap.aai.router-core</groupId> <artifactId>router-core</artifactId> - <version>1.4.0-SNAPSHOT</version> + <version>1.4.0</version> </dependency> |