diff options
author | Vijay Venkatesh Kumar <vv770d@att.com> | 2019-06-21 20:50:07 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-06-21 20:50:07 +0000 |
commit | 80b11e8899cd74c70703f35c14bb8b4b2c7e7d52 (patch) | |
tree | 53b774f3d8b8d9f79fd414ae9112e4c55ff21867 /pom.xml | |
parent | 639686e01af925f2be3bd0d3cd187be7df0b2cf8 (diff) | |
parent | 57c7c88b199fd10945aa2e7c7e08231dc0f15d4a (diff) |
Merge "No available docker logs"
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -160,8 +160,7 @@ <runs>
<!-- Maven is loosing file permissions during artifacts copy -->
<run>chmod +x bin/*.sh</run>
- <run><![CDATA[apt-get update && apt-get install -y --no-install-recommends logrotate procps && apt-get install -y vim && apt-get install -y curl && apt-get clean all]]></run>
- <run>chmod 0644 etc/logrotate.conf</run>
+ <run><![CDATA[apt-get update && apt-get install -y --no-install-recommends procps && apt-get install -y vim && apt-get install -y curl && apt-get clean all]]></run>
</runs>
<exposes>
<expose>8080</expose>
@@ -342,8 +341,8 @@ </dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-starter-log4j</artifactId>
- <version>1.3.8.RELEASE</version>
+ <artifactId>spring-boot-starter-log4j2</artifactId>
+ <version>2.1.5.RELEASE</version>
</dependency>
<dependency>
<groupId>io.springfox</groupId>
|