Author: jcouteau Date: 2011-01-27 10:57:22 +0100 (Thu, 27 Jan 2011) New Revision: 690 Url: http://nuiton.org/repositories/revision/wikitty/690 Log: Remove unused dependency Modified: trunk/wikitty-api/pom.xml trunk/wikitty-hessian-server/pom.xml trunk/wikitty-jdbc-impl/pom.xml trunk/wikitty-perf-test/pom.xml Modified: trunk/wikitty-api/pom.xml =================================================================== --- trunk/wikitty-api/pom.xml 2011-01-27 09:10:33 UTC (rev 689) +++ trunk/wikitty-api/pom.xml 2011-01-27 09:57:22 UTC (rev 690) @@ -16,127 +16,104 @@ <artifactId>wikitty-api</artifactId> <dependencies> - <!-- TEST --> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - </dependency> - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-test</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-context</artifactId> - <scope>test</scope> - </dependency> - - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-beans</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>log4j</groupId> - <artifactId>log4j</artifactId> - <scope>test</scope> - </dependency> - - - <!-- COMPILE --> + <!-- COMPILE --> <!-- pour la communication client/serveur et la notification sur protocole cajo --> <dependency> - <groupId>gnu.cajo</groupId> - <artifactId>cajo</artifactId> + <groupId>gnu.cajo</groupId> + <artifactId>cajo</artifactId> </dependency> - <!-- cache implementation --> - <dependency> - <groupId>org.apache.jcs</groupId> - <artifactId>jcs</artifactId> - </dependency> + <!-- cache implementation --> + <dependency> + <groupId>org.apache.jcs</groupId> + <artifactId>jcs</artifactId> + </dependency> - <!-- base64 encoder/decoder used for binary type --> - <dependency> - <groupId>net.iharder</groupId> - <artifactId>base64</artifactId> - </dependency> + <!-- base64 encoder/decoder used for binary type --> + <dependency> + <groupId>net.iharder</groupId> + <artifactId>base64</artifactId> + </dependency> - <dependency> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - </dependency> + <dependency> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + </dependency> - <dependency> - <groupId>commons-lang</groupId> - <artifactId>commons-lang</artifactId> - </dependency> + <dependency> + <groupId>commons-lang</groupId> + <artifactId>commons-lang</artifactId> + </dependency> - <dependency> - <groupId>commons-collections</groupId> - <artifactId>commons-collections</artifactId> - </dependency> + <dependency> + <groupId>commons-collections</groupId> + <artifactId>commons-collections</artifactId> + </dependency> - <dependency> - <groupId>commons-beanutils</groupId> - <artifactId>commons-beanutils</artifactId> - </dependency> + <dependency> + <groupId>commons-beanutils</groupId> + <artifactId>commons-beanutils</artifactId> + </dependency> - <dependency> - <groupId>org.nuiton</groupId> - <artifactId>nuiton-utils</artifactId> - </dependency> + <dependency> + <groupId>org.nuiton</groupId> + <artifactId>nuiton-utils</artifactId> + </dependency> - <dependency> - <groupId>org.nuiton.i18n</groupId> - <artifactId>nuiton-i18n</artifactId> - </dependency> + <dependency> + <groupId>org.nuiton.i18n</groupId> + <artifactId>nuiton-i18n</artifactId> + </dependency> - <dependency> - <groupId>xpp3</groupId> - <artifactId>xpp3</artifactId> - </dependency> + <dependency> + <groupId>xpp3</groupId> + <artifactId>xpp3</artifactId> + </dependency> - <dependency> - <groupId>net.sf.opencsv</groupId> - <artifactId>opencsv</artifactId> - </dependency> + <dependency> + <groupId>net.sf.opencsv</groupId> + <artifactId>opencsv</artifactId> + </dependency> - <!-- JTA --> - <dependency> - <groupId>jboss.jbossts</groupId> - <artifactId>jbossjta</artifactId> - </dependency> - <dependency> - <groupId>javax.transaction</groupId> - <artifactId>jta</artifactId> - </dependency> + <!-- JTA --> + <dependency> + <groupId>jboss.jbossts</groupId> + <artifactId>jbossjta</artifactId> + </dependency> + <dependency> + <groupId>javax.transaction</groupId> + <artifactId>jta</artifactId> + </dependency> - <!-- for event serialization --> - <dependency> - <groupId>com.thoughtworks.xstream</groupId> - <artifactId>xstream</artifactId> - </dependency> + <!-- for event serialization --> + <dependency> + <groupId>com.thoughtworks.xstream</groupId> + <artifactId>xstream</artifactId> + </dependency> - <!-- Cache --> - <dependency> - <groupId>jivesoftware</groupId> - <artifactId>smack</artifactId> - </dependency> + <!-- Cache --> + <dependency> + <groupId>jivesoftware</groupId> + <artifactId>smack</artifactId> + </dependency> - <dependency> - <groupId>jivesoftware</groupId> - <artifactId>smackx</artifactId> - </dependency> + <dependency> + <groupId>jivesoftware</groupId> + <artifactId>smackx</artifactId> + </dependency> + <!-- TEST --> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + </dependency> </dependencies> - <!-- ************************************************************* --> - <!-- *** Project Information ************************************* --> - <!-- ************************************************************* --> + <!-- ************************************************************* --> + <!-- *** Project Information ************************************* --> + <!-- ************************************************************* --> <name>Wikitty :: api</name> Modified: trunk/wikitty-hessian-server/pom.xml =================================================================== --- trunk/wikitty-hessian-server/pom.xml 2011-01-27 09:10:33 UTC (rev 689) +++ trunk/wikitty-hessian-server/pom.xml 2011-01-27 09:57:22 UTC (rev 690) @@ -26,7 +26,7 @@ <scope>compile</scope> </dependency> - <dependency> + <!--dependency> <groupId>${project.groupId}</groupId> <artifactId>wikitty-jdbc-impl</artifactId> <version>${project.version}</version> @@ -38,7 +38,7 @@ <artifactId>wikitty-solr-impl</artifactId> <version>${project.version}</version> <scope>runtime</scope> - </dependency> + </dependency--> <dependency> <groupId>org.eclipse.jetty</groupId> Modified: trunk/wikitty-jdbc-impl/pom.xml =================================================================== --- trunk/wikitty-jdbc-impl/pom.xml 2011-01-27 09:10:33 UTC (rev 689) +++ trunk/wikitty-jdbc-impl/pom.xml 2011-01-27 09:57:22 UTC (rev 690) @@ -40,34 +40,8 @@ <groupId>junit</groupId> <artifactId>junit</artifactId> </dependency> - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-test</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-beans</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-context</artifactId> - <scope>test</scope> - </dependency> - <!-- - | FIXME poussin 20101118 POURQUOI UNE DEPENDANCE JETTY POUR JDBC ????? - | sans plus d'explication je serais tante de le supprime, car maintenant - | on utilise plus la version morbay mais la version eclipse - +--> <dependency> - <groupId>org.mortbay.jetty</groupId> - <artifactId>jetty</artifactId> - <scope>provided</scope> - </dependency> - - <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </dependency> Modified: trunk/wikitty-perf-test/pom.xml =================================================================== --- trunk/wikitty-perf-test/pom.xml 2011-01-27 09:10:33 UTC (rev 689) +++ trunk/wikitty-perf-test/pom.xml 2011-01-27 09:57:22 UTC (rev 690) @@ -30,24 +30,6 @@ </dependency> <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-test</artifactId> - <scope>test</scope> - </dependency> - - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-beans</artifactId> - <scope>test</scope> - </dependency> - - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-context</artifactId> - <scope>test</scope> - </dependency> - - <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </dependency>