Tweaks to server pom

This commit is contained in:
Stian Thorgersen 2013-07-24 14:56:57 +01:00
parent 595fc8e743
commit 522ed2a798

View file

@ -11,7 +11,7 @@
<artifactId>keycloak-server</artifactId> <artifactId>keycloak-server</artifactId>
<name>Keycloak Server</name> <name>Keycloak Server</name>
<packaging>war</packaging> <packaging>war</packaging>
<description /> <description />
<dependencies> <dependencies>
@ -30,24 +30,11 @@
<artifactId>keycloak-ui</artifactId> <artifactId>keycloak-ui</artifactId>
<version>${project.version}</version> <version>${project.version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.jboss.resteasy</groupId> <groupId>org.jboss.resteasy</groupId>
<artifactId>jaxrs-api</artifactId> <artifactId>jaxrs-api</artifactId>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
</dependencies> </dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.6</source>
<target>1.6</target>
</configuration>
</plugin>
</plugins>
</build>
</project> </project>