keycloak-aplcache

Tweaks to server pom

7/24/2013 10:56:57 AM

Changes

server/pom.xml 19(+3 -16)

Details

server/pom.xml 19(+3 -16)

diff --git a/server/pom.xml b/server/pom.xml
index 108cf8c..26f83af 100755
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -11,7 +11,7 @@
 	<artifactId>keycloak-server</artifactId>
 	<name>Keycloak Server</name>
 	<packaging>war</packaging>
-	
+
 	<description />
 
 	<dependencies>
@@ -30,24 +30,11 @@
 			<artifactId>keycloak-ui</artifactId>
 			<version>${project.version}</version>
 		</dependency>
-			
+
 		<dependency>
 			<groupId>org.jboss.resteasy</groupId>
 			<artifactId>jaxrs-api</artifactId>
 			<scope>provided</scope>
-		</dependency>		
+		</dependency>
 	</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>