Author: tchemit Date: 2011-05-15 23:41:24 +0200 (Sun, 15 May 2011) New Revision: 2291 Url: http://nuiton.org/repositories/revision/topia/2291 Log: optimize third-parties + dependencies Added: trunk/topia-tutorial/src/license/ trunk/topia-tutorial/src/license/THIRD-PARTY.properties Modified: trunk/topia-tutorial/pom.xml Modified: trunk/topia-tutorial/pom.xml =================================================================== --- trunk/topia-tutorial/pom.xml 2011-05-15 21:12:09 UTC (rev 2290) +++ trunk/topia-tutorial/pom.xml 2011-05-15 21:41:24 UTC (rev 2291) @@ -5,7 +5,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>topia</artifactId> - <version>2.5.4-SNAPSHOT</version> + <version>2.5.5-SNAPSHOT</version> </parent> <groupId>org.nuiton.topia</groupId> @@ -23,12 +23,22 @@ <groupId>commons-lang</groupId> <artifactId>commons-lang</artifactId> </dependency> + + <dependency> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + </dependency> <!--Used for ApplicationConfig --> <dependency> <groupId>org.nuiton</groupId> <artifactId>nuiton-utils</artifactId> </dependency> + + <dependency> + <groupId>org.nuiton.i18n</groupId> + <artifactId>nuiton-i18n</artifactId> + </dependency> <dependency> <groupId>org.slf4j</groupId> Added: trunk/topia-tutorial/src/license/THIRD-PARTY.properties =================================================================== --- trunk/topia-tutorial/src/license/THIRD-PARTY.properties (rev 0) +++ trunk/topia-tutorial/src/license/THIRD-PARTY.properties 2011-05-15 21:41:24 UTC (rev 2291) @@ -0,0 +1,20 @@ +# Generated by org.codehaus.mojo.license.AddThirdPartyMojo +#------------------------------------------------------------------------------- +# Already used licenses in project : +# - BSD License +# - Common Public License Version 1.0 +# - GNU Lesser General Public License +# - Lesser General Public License (LGPL) v 3.0 +# - MIT License +# - The Apache Software License, Version 2.0 +# - The H2 License, Version 1.0 +#------------------------------------------------------------------------------- +# Please fill the missing licenses for dependencies : +# +# +#Sun May 15 23:37:10 CEST 2011 +antlr--antlr--2.7.6--jar=BSD License +commons-primitives--commons-primitives--1.0--jar=The Apache Software License, Version 2.0 +dom4j--dom4j--1.6.1--jar=BSD License +javassist--javassist--3.8.0.GA--jar=Lesser General Public License (LGPL) v 2.1 +javax.transaction--jta--1.1--jar=COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 Property changes on: trunk/topia-tutorial/src/license/THIRD-PARTY.properties ___________________________________________________________________ Added: svn:keywords + Author Date Id Revision Added: svn:eol-style + native
participants (1)
-
tchemit@users.nuiton.org