Author: bpoussin Date: 2011-08-31 13:56:30 +0200 (Wed, 31 Aug 2011) New Revision: 330 Url: http://chorem.org/repositories/revision/bow/330 Log: remove nuiton-profiling dependency change scope to runtime for struts2-jquery-plugin dependency Modified: trunk/bow-ui/pom.xml trunk/pom.xml Modified: trunk/bow-ui/pom.xml =================================================================== --- trunk/bow-ui/pom.xml 2011-08-31 11:50:49 UTC (rev 329) +++ trunk/bow-ui/pom.xml 2011-08-31 11:56:30 UTC (rev 330) @@ -33,12 +33,6 @@ <dependencies> - <dependency> - <groupId>org.nuiton</groupId> - <artifactId>nuiton-profiling</artifactId> - <version>2.3-SNAPSHOT</version> - </dependency> - <!-- compile dependencies --> <dependency> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2011-08-31 11:50:49 UTC (rev 329) +++ trunk/pom.xml 2011-08-31 11:56:30 UTC (rev 330) @@ -183,6 +183,7 @@ <groupId>com.jgeppert.struts2.jquery</groupId> <artifactId>struts2-jquery-plugin</artifactId> <version>${struts2jqueryVersion}</version> + <scope>runtime</scope> </dependency> <dependency>
participants (1)
-
bpoussin@users.chorem.org