Skip to content

Commit

Permalink
Exclude slf4j
Browse files Browse the repository at this point in the history
  • Loading branch information
vthglyk committed Feb 13, 2019
1 parent b72fd67 commit a47f87b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM openjdk:8-jre-alpine
WORKDIR /home

ENV componentName "AuthenticationAuthorizationManager"
ENV componentVersion 5.0.11
ENV componentVersion 5.0.12
ENV symbIoTeSecurityVersion 27.5.0

COPY ./docker/configure.sh configure.sh
Expand Down
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ Forces dependencies' cache invalidation for each build for dependencies marked w
configurations.all {
// check for updates every build
resolutionStrategy.cacheChangingModulesFor 0, 'seconds'
exclude group: 'org.slf4j', module : "slf4j-log4j12"
}

dependencies {
Expand All @@ -89,7 +90,7 @@ dependencies {
//compile project(':SymbIoTeSecurity')
compile('com.github.symbiote-h2020:SymbIoTeSecurity:[27.5, 27.999]') {changing = true }

compile('com.github.symbiote-h2020:SymbIoTeLibraries:[5.37, 5.999]'){ changing = true }
compile('com.github.symbiote-h2020:SymbIoTeLibraries:[5.38, 5.999]'){ changing = true }
//compile project(':SymbIoTeLibraries')

// Spring
Expand Down

0 comments on commit a47f87b

Please sign in to comment.