Commit 33061c17 authored by Wei Qiu's avatar Wei Qiu
Browse files

Reformat pom.xml, remove .settings

parent 895df2b6
eclipse.preferences.version=1
encoding//src/main/java=UTF-8
encoding//src/main/resources=UTF-8
encoding//src/test/java=UTF-8
encoding//src/test/resources=UTF-8
encoding/<project>=UTF-8
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
org.eclipse.jdt.core.compiler.compliance=1.8
org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
org.eclipse.jdt.core.compiler.source=1.8
activeProfiles=
eclipse.preferences.version=1
resolveWorkspaceProjects=true
version=1
...@@ -40,17 +40,17 @@ ...@@ -40,17 +40,17 @@
<groupId>io.dropwizard</groupId> <groupId>io.dropwizard</groupId>
<artifactId>dropwizard-core</artifactId> <artifactId>dropwizard-core</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>de.thomaskrille</groupId> <groupId>de.thomaskrille</groupId>
<artifactId>dropwizard-template-config</artifactId> <artifactId>dropwizard-template-config</artifactId>
<version>1.5.0</version> <version>1.5.0</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>eu.clarin.weblicht</groupId> <groupId>eu.clarin.weblicht</groupId>
<artifactId>wlfxb</artifactId> <artifactId>wlfxb</artifactId>
<version>1.3.3</version> <version>1.3.3</version>
</dependency> </dependency>
</dependencies> </dependencies>
<build> <build>
<plugins> <plugins>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment