aboutsummaryrefslogtreecommitdiffstats
path: root/reference/logging-demo/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'reference/logging-demo/pom.xml')
-rw-r--r--reference/logging-demo/pom.xml22
1 files changed, 11 insertions, 11 deletions
diff --git a/reference/logging-demo/pom.xml b/reference/logging-demo/pom.xml
index 11649cf..1988407 100644
--- a/reference/logging-demo/pom.xml
+++ b/reference/logging-demo/pom.xml
@@ -3,7 +3,7 @@
<parent>
<groupId>org.onap.logging-analytics</groupId>
<artifactId>logging-reference</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
</parent>
<artifactId>logging-demo</artifactId>
<packaging>war</packaging>
@@ -12,7 +12,7 @@
<jackson-2-version>2.8.6</jackson-2-version>
<!-- https://mvnrepository.com/artifact/org.springframework/spring-aop/5.0.5.RELEASE -->
<spring.version>5.1.2.RELEASE</spring.version>
- <logback.version>1.2.3</logback.version>
+ <logback.version>1.2.3</logback.version>
</properties>
<build>
<plugins>
@@ -72,10 +72,10 @@
<dependency>
<groupId>org.onap.logging-analytics</groupId>
<artifactId>logging-mock-service</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>${project.version}</version>
</dependency>
-
-
+
+
<!-- https://jersey.java.net/documentation/latest/modules-and-dependencies.html -->
<dependency>
<groupId>javax.ws.rs</groupId>
@@ -214,7 +214,7 @@
<version>3.0.1</version>
<scope>provided</scope>
</dependency>
-
+
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-aop</artifactId>
@@ -246,10 +246,10 @@
<version>${spring.version}</version>
<!--scope>test</scope-->
</dependency>
- <dependency>
- <groupId>org.springframework</groupId>
- <artifactId>spring-aspects</artifactId>
- <version>${spring.version}</version>
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-aspects</artifactId>
+ <version>${spring.version}</version>
</dependency>
<dependency>
<groupId>org.aspectj</groupId>
@@ -292,6 +292,6 @@
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>test</scope>
- </dependency>
+ </dependency>
</dependencies>
</project>