diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2018-10-11 09:04:03 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2018-10-11 09:04:03 -0400 |
commit | 700bb92a8236fc1a37390c8f2d745f1f7864d7a1 (patch) | |
tree | 418cd594b2be553f28a43990df78483e0a558e00 /pomba/service-decomposition | |
parent | 0b977a0ed96bee108035880fd6d855c3df963f70 (diff) |
Remove snapshot dependencies
Remove snapshot dependencies on logging-analytics
Change-Id: If9ebc6e4ca50c53a48bee2ac97d44e540e8f0e59
Issue-ID: SDNC-477
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'pomba/service-decomposition')
-rw-r--r-- | pomba/service-decomposition/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pomba/service-decomposition/pom.xml b/pomba/service-decomposition/pom.xml index 7f70f47..4f127da 100644 --- a/pomba/service-decomposition/pom.xml +++ b/pomba/service-decomposition/pom.xml @@ -88,7 +88,7 @@ limitations under the License. <dependency> <groupId>org.onap.logging-analytics</groupId> <artifactId>logging-slf4j</artifactId> - <version>1.2.2-SNAPSHOT</version> + <version>1.2.2</version> <exclusions> <exclusion> <groupId>com.att.eelf</groupId> |