diff options
author | Lukasz Muszkieta <lukasz.muszkieta@nokia.com> | 2019-12-19 15:05:17 +0100 |
---|---|---|
committer | Lukasz Muszkieta <lukasz.muszkieta@nokia.com> | 2019-12-19 15:05:17 +0100 |
commit | 07fc1b52da6485e0ec8774f79d506b696aed218a (patch) | |
tree | 31d6374997fb2cf8ee74f766ed1d34be4f2464f6 | |
parent | 64549b75d77bca0ab25f7096540c3e8aeec076b1 (diff) |
fix Jenkins so-master-merge-java
logging-filter-base version in version 1.6.3 causes compilation error, back to the previous
Issue-ID: SO-2581
Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
Change-Id: I48f3cb89cf8be6720826ee6a4b12022900c05432
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -635,7 +635,7 @@ <dependency> <groupId>org.onap.logging-analytics</groupId> <artifactId>logging-filter-base</artifactId> - <version>1.6.3-SNAPSHOT</version> + <version>1.6.2-SNAPSHOT</version> </dependency> <dependency> <groupId>org.onap.logging-analytics</groupId> |