diff servlet3/pom.xml @ 1438:b8f2fde0f034 release-2.3

Merge with 1edc05d955cba1bd06c340b60650f507be4af755
author robcast
date Tue, 10 Nov 2015 14:30:43 +0100
parents 59805085a237 053ff2ca45e3
children 2a248500ede2
line wrap: on
line diff
--- a/servlet3/pom.xml	Mon Oct 12 11:36:05 2015 +0200
+++ b/servlet3/pom.xml	Tue Nov 10 14:30:43 2015 +0100
@@ -7,21 +7,7 @@
   </parent>
   <artifactId>digilib-servlet3</artifactId>
   <name>digilib-servlet3</name>
-  <build>
-  	<pluginManagement>
-  		<plugins>
-  			<plugin>
-  				<groupId>org.apache.maven.plugins</groupId>
-  				<artifactId>maven-compiler-plugin</artifactId>
-                <version>3.3</version>
-                <configuration>
-                    <source>1.7</source>
-                    <target>1.7</target> 
-                </configuration>
-  			</plugin>
-  		</plugins>
-  	</pluginManagement>
-  </build>
+
   <dependencies>
   	<dependency>
   		<groupId>org.mortbay.jetty</groupId>