Author: bpoussin Date: 2010-05-18 21:35:33 +0200 (Tue, 18 May 2010) New Revision: 44 Url: http://nuiton.org/repositories/revision/diswork/44 Log: suppression de la dependance peerunit Modified: trunk/diswork-fs/pom.xml Modified: trunk/diswork-fs/pom.xml =================================================================== --- trunk/diswork-fs/pom.xml 2010-05-18 19:34:53 UTC (rev 43) +++ trunk/diswork-fs/pom.xml 2010-05-18 19:35:33 UTC (rev 44) @@ -11,7 +11,20 @@ <packaging>jar</packaging> <name>disworkfs</name> - <dependencies> + <build> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-compiler-plugin</artifactId> + <version>2.0.2</version> + <configuration> + <source>1.6</source> + <target>1.6</target> + </configuration> + </plugin> + </plugins> + </build> + <dependencies> <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> @@ -28,16 +41,18 @@ <groupId>org.nuiton</groupId> <artifactId>nuiton-utils</artifactId> </dependency> +<!-- <dependency> <groupId>fr.inria.peerunit</groupId> <artifactId>PeerUnit</artifactId> </dependency> - +--> <!-- test --> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> </dependency> - </dependencies> + </dependencies> </project> +