diff --git a/README.md b/README.md
index 4cab756f9..595d734c2 100644
--- a/README.md
+++ b/README.md
@@ -3,6 +3,8 @@ Cryptomator
Multiplatform transparent client-side encryption of your files in the cloud. You need Java 8 in order to run the application. Get the runtime environment here: http://www.oracle.com/technetwork/java/javase/downloads/index.html
+If you run OS X and want to take a look at the current alpha version, go ahead and [download Cryptomator.dmg](https://github.com/totalvoidness/cryptomator/releases/download/v0.1.0/Cryptomator.dmg).
+
## Features
- Totally transparent: Just work on the encrypted volume, as if it was an USB drive
- Works with Dropbox, OneDrive (Skydrive), Google Drive and any other cloud storage, that syncs with a local directory
@@ -38,8 +40,8 @@ Multiplatform transparent client-side encryption of your files in the cloud. You
- Support for HTTP range requests
### UI
-- Automount of WebDAV volumes for Win/Mac/Tux
-- App icon and drive icons in WebDAV volumes
+- Automount of WebDAV volumes for Win/Tux
+- Drive icons in WebDAV volumes
- Change password functionality
- Better explanations on UI
diff --git a/main/core/pom.xml b/main/core/pom.xml
index 39044745b..a406c3c1d 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 e2387264e..3fe9c62c1 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 e4ec9b797..4ee6e376f 100644
--- a/main/pom.xml
+++ b/main/pom.xml
@@ -1,25 +1,21 @@
-
-
+
+
4.0.0
org.cryptomator
main
0.2.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