logging-slf4j:1.2.2-SNAPSHOT does not exist 26/70826/1
authorRob Daugherty <rd472p@att.com>
Fri, 19 Oct 2018 15:37:05 +0000 (11:37 -0400)
committerRob Daugherty <rd472p@att.com>
Fri, 19 Oct 2018 15:39:07 +0000 (11:39 -0400)
Change the dependency to the 1.2.2 release version.
Remove the exclusion for EELF, because 1.2.2 doesn't use it.

Change-Id: I0ccca79df59282d5d9d71eec4b3faa845d31814f
Issue-ID: SO-1152
Signed-off-by: Rob Daugherty <rd472p@att.com>
common/pom.xml
cxf-logging/pom.xml

index 799d8a4..8b0f19c 100644 (file)
                <dependency>
                        <groupId>org.onap.logging-analytics</groupId>
                        <artifactId>logging-slf4j</artifactId>
-                       <version>1.2.2-SNAPSHOT</version>
-                       <exclusions>
-                               <exclusion>
-                                       <groupId>com.att.eelf</groupId>
-                                       <artifactId>eelf-core</artifactId>
-                               </exclusion>
-                       </exclusions>
+                       <version>1.2.2</version>
                </dependency>
     </dependencies>
        <build>
index 378d169..42e5308 100644 (file)
                <dependency>
                        <groupId>org.onap.logging-analytics</groupId>
                        <artifactId>logging-slf4j</artifactId>
-                       <version>1.2.2-SNAPSHOT</version>
-                       <exclusions>
-                               <exclusion>
-                                       <groupId>com.att.eelf</groupId>
-                                       <artifactId>eelf-core</artifactId>
-                               </exclusion>
-                       </exclusions>
+                       <version>1.2.2</version>
                </dependency>
     </dependencies>
        <build>