|
@@ -1,25 +1,21 @@
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
-<!--
|
|
|
- Copyright (c) 2014 Sebastian Stenzel
|
|
|
- This file is licensed under the terms of the MIT license.
|
|
|
- See the LICENSE.txt file for more info.
|
|
|
-
|
|
|
- Contributors:
|
|
|
- Sebastian Stenzel - initial API and implementation
|
|
|
--->
|
|
|
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
+<!-- Copyright (c) 2014 Sebastian Stenzel This file is licensed under the
|
|
|
+ terms of the MIT license. See the LICENSE.txt file for more info. Contributors:
|
|
|
+ Sebastian Stenzel - initial API and implementation -->
|
|
|
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
<groupId>org.cryptomator</groupId>
|
|
|
<artifactId>main</artifactId>
|
|
|
<version>0.1.0</version>
|
|
|
<packaging>pom</packaging>
|
|
|
<name>Cryptomator</name>
|
|
|
-
|
|
|
+
|
|
|
<organization>
|
|
|
<name>cryptomator.org</name>
|
|
|
<url>http://cryptomator.org</url>
|
|
|
</organization>
|
|
|
-
|
|
|
+
|
|
|
<developers>
|
|
|
<developer>
|
|
|
<name>Sebastian Stenzel</name>
|
|
@@ -64,7 +60,7 @@
|
|
|
<artifactId>ui</artifactId>
|
|
|
<version>${project.version}</version>
|
|
|
</dependency>
|
|
|
-
|
|
|
+
|
|
|
<!-- Logging -->
|
|
|
<dependency>
|
|
|
<groupId>log4j</groupId>
|
|
@@ -121,6 +117,21 @@
|
|
|
</dependencies>
|
|
|
</dependencyManagement>
|
|
|
|
|
|
+ <dependencies>
|
|
|
+ <dependency>
|
|
|
+ <groupId>log4j</groupId>
|
|
|
+ <artifactId>log4j</artifactId>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.slf4j</groupId>
|
|
|
+ <artifactId>slf4j-log4j12</artifactId>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>junit</groupId>
|
|
|
+ <artifactId>junit</artifactId>
|
|
|
+ </dependency>
|
|
|
+ </dependencies>
|
|
|
+
|
|
|
<modules>
|
|
|
<module>crypto-api</module>
|
|
|
<module>crypto-aes</module>
|