diff --git a/main/core/pom.xml b/main/core/pom.xml index d23e756e7..e83bd5a7e 100644 --- a/main/core/pom.xml +++ b/main/core/pom.xml @@ -30,12 +30,6 @@ crypto-api - - - org.slf4j - slf4j-log4j12 - - org.eclipse.jetty diff --git a/main/core/src/main/resources/log4j.xml b/main/core/src/main/resources/log4j.xml deleted file mode 100644 index 9583a53e2..000000000 --- a/main/core/src/main/resources/log4j.xml +++ /dev/null @@ -1,48 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/main/core/src/main/resources/log4j2.xml b/main/core/src/main/resources/log4j2.xml new file mode 100644 index 000000000..249d75093 --- /dev/null +++ b/main/core/src/main/resources/log4j2.xml @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/main/crypto-aes/pom.xml b/main/crypto-aes/pom.xml index c05dee070..777ccc5c2 100644 --- a/main/crypto-aes/pom.xml +++ b/main/crypto-aes/pom.xml @@ -24,12 +24,6 @@ crypto-api - - - org.slf4j - slf4j-log4j12 - - commons-io @@ -48,18 +42,11 @@ commons-codec - com.fasterxml.jackson.core jackson-databind - - - - junit - junit - diff --git a/main/pom.xml b/main/pom.xml index 3c66b30fb..2202b4e12 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -1,25 +1,21 @@ - - + + 4.0.0 org.cryptomator main 0.1.0 pom Cryptomator - + cryptomator.org http://cryptomator.org - + Sebastian Stenzel @@ -32,8 +28,7 @@ UTF-8 - 1.2.16 - 1.7.5 + 2.1 4.11 2.4 4.0 @@ -64,22 +59,22 @@ ui ${project.version} - + - log4j - log4j + org.apache.logging.log4j + log4j-core ${log4j.version} - org.slf4j - slf4j-api - ${slf4j.version} + org.apache.logging.log4j + log4j-slf4j-impl + ${log4j.version} - org.slf4j - slf4j-log4j12 - ${slf4j.version} + org.apache.logging.log4j + log4j-jul + ${log4j.version} @@ -121,6 +116,25 @@ + + + org.apache.logging.log4j + log4j-core + + + org.apache.logging.log4j + log4j-slf4j-impl + + + org.apache.logging.log4j + log4j-jul + + + junit + junit + + + crypto-api crypto-aes