diff options
author | Steve Smokowski <ss835w@att.com> | 2019-09-20 15:22:05 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-09-20 15:22:05 +0000 |
commit | 7e070b202cd8a109e7254854a23de33f91dc0522 (patch) | |
tree | edcbd7e11fc2278269d5d0dc165a654150308060 /pom.xml | |
parent | a2fd007e4d1b03f7258d71fa86658510ff2f1790 (diff) | |
parent | ae9a2bd01ae94f303d390fdb0673dba71b07fcb0 (diff) |
Merge "Exception string in checkRelationshipRelatedTo"
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -635,11 +635,11 @@ <!-- *********************************************************************************************************** --> <!-- Dependencies --> <dependencies> - <dependency> - <groupId>org.onap.logging-analytics</groupId> - <artifactId>logging-slf4j</artifactId> - <version>1.5.0-SNAPSHOT</version> - </dependency> + <dependency> + <groupId>org.onap.logging-analytics</groupId> + <artifactId>logging-slf4j</artifactId> + <version>1.5.0-SNAPSHOT</version> + </dependency> <dependency> <groupId>org.onap.logging-analytics</groupId> <artifactId>logging-filter-base</artifactId> |