Author: tchemit Date: 2012-07-02 15:17:24 +0200 (Mon, 02 Jul 2012) New Revision: 734 Url: http://nuiton.org/repositories/revision/jrst/734 Log: optimize dependencies Modified: trunk/jrst-site-util/pom.xml trunk/jrst/pom.xml Modified: trunk/jrst/pom.xml =================================================================== --- trunk/jrst/pom.xml 2012-07-02 13:01:01 UTC (rev 733) +++ trunk/jrst/pom.xml 2012-07-02 13:17:24 UTC (rev 734) @@ -80,10 +80,10 @@ <artifactId>jaxx-runtime</artifactId> </dependency> - <dependency> + <!--dependency> <groupId>org.nuiton.jaxx</groupId> <artifactId>jaxx-widgets</artifactId> - </dependency> + </dependency--> <dependency> <groupId>commons-lang</groupId> Modified: trunk/jrst-site-util/pom.xml =================================================================== --- trunk/jrst-site-util/pom.xml 2012-07-02 13:01:01 UTC (rev 733) +++ trunk/jrst-site-util/pom.xml 2012-07-02 13:17:24 UTC (rev 734) @@ -55,12 +55,22 @@ </exclusions> </dependency> - <dependency> + <!--dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-model</artifactId> + </dependency--> + + <dependency> + <groupId>com.google.guava</groupId> + <artifactId>guava</artifactId> </dependency> <dependency> + <groupId>commons-collections</groupId> + <artifactId>commons-collections</artifactId> + </dependency> + + <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-project</artifactId> </dependency>
participants (1)
-
tchemit@users.nuiton.org