summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPrudence Au <prudence.au@amdocs.com>2018-10-26 12:59:35 -0400
committerPrudence Au <prudence.au@amdocs.com>2018-10-26 13:03:32 -0400
commitb5f75d3996fbfd270e301abbe38766a9f6cf3a40 (patch)
treeb5253dd311748a9fdd47bf10ad50681ef7b8f750
parent28b5ce6794f46f196ea7c005b61d25f8b57d69f7 (diff)
Fix build issue
Change-Id: I737b498ca38845f58cf51f633307d39e3a86184c Signed-off-by: Prudence Au <prudence.au@amdocs.com> Issue-ID: LOG-391
-rw-r--r--pom.xml18
1 files changed, 1 insertions, 17 deletions
diff --git a/pom.xml b/pom.xml
index d1bea76..92abce0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -119,22 +119,6 @@ limitations under the License.
<groupId>org.apache.camel</groupId>
<artifactId>camel-servlet-starter</artifactId>
</dependency>
- <!-- logging dependencies -->
- <dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-api</artifactId>
- </dependency>
- <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>
- </dependency>
<!-- swagger dependencies -->
<dependency>
<groupId>io.swagger</groupId>
@@ -145,7 +129,7 @@ limitations under the License.
<dependency>
<groupId>org.onap.logging-analytics.pomba</groupId>
<artifactId>pomba-audit-common</artifactId>
- <version>1.3.1-SNAPSHOT</version>
+ <version>1.3.1</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>