r20 - in trunk: wikitty-api wikitty-hbase-impl wikitty-jdbc-impl wikitty-jpa-impl wikitty-solr-impl
Author: echatellier Date: 2010-04-23 11:49:39 +0200 (Fri, 23 Apr 2010) New Revision: 20 Log: Quick update dependencies version and scope. Especially for log4j & slf4j. Modified: trunk/wikitty-api/pom.xml trunk/wikitty-hbase-impl/pom.xml trunk/wikitty-jdbc-impl/pom.xml trunk/wikitty-jpa-impl/pom.xml trunk/wikitty-solr-impl/pom.xml Modified: trunk/wikitty-api/pom.xml =================================================================== --- trunk/wikitty-api/pom.xml 2010-04-23 09:38:33 UTC (rev 19) +++ trunk/wikitty-api/pom.xml 2010-04-23 09:49:39 UTC (rev 20) @@ -43,7 +43,7 @@ <scope>test</scope> </dependency> - <!-- RUNTIME --> + <!-- TEST --> <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> @@ -53,13 +53,12 @@ <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> - <scope>compile</scope> </dependency> <dependency> <groupId>commons-lang</groupId> <artifactId>commons-lang</artifactId> - <version>2.4</version> + <version>2.5</version> </dependency> <dependency> Modified: trunk/wikitty-hbase-impl/pom.xml =================================================================== --- trunk/wikitty-hbase-impl/pom.xml 2010-04-23 09:38:33 UTC (rev 19) +++ trunk/wikitty-hbase-impl/pom.xml 2010-04-23 09:49:39 UTC (rev 20) @@ -47,7 +47,7 @@ <scope>test</scope> </dependency> - <!-- COMPILE --> + <!-- COMPILE --> <dependency> <groupId>${project.groupId}</groupId> <artifactId>core-wikitty-api</artifactId> Modified: trunk/wikitty-jdbc-impl/pom.xml =================================================================== --- trunk/wikitty-jdbc-impl/pom.xml 2010-04-23 09:38:33 UTC (rev 19) +++ trunk/wikitty-jdbc-impl/pom.xml 2010-04-23 09:49:39 UTC (rev 20) @@ -83,7 +83,8 @@ <dependency> <groupId>com.h2database</groupId> <artifactId>h2</artifactId> - <version>1.1.118</version> + <version>1.2.127</version> + <scope>test</scope> </dependency> <dependency> <groupId>com.experlog</groupId> Modified: trunk/wikitty-jpa-impl/pom.xml =================================================================== --- trunk/wikitty-jpa-impl/pom.xml 2010-04-23 09:38:33 UTC (rev 19) +++ trunk/wikitty-jpa-impl/pom.xml 2010-04-23 09:49:39 UTC (rev 20) @@ -91,7 +91,7 @@ <dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-entitymanager</artifactId> - <version>3.5.0-CR-1</version> + <version>3.5.1-Final</version> </dependency> <dependency> <groupId>org.hibernate</groupId> @@ -134,9 +134,9 @@ <version>1.1</version> </dependency> <dependency> - <groupId>org.hibernate.java-persistence</groupId> - <artifactId>jpa-api</artifactId> - <version>2.0-cr-1</version> + <groupId>org.hibernate.javax.persistence</groupId> + <artifactId>hibernate-jpa-2.0-api</artifactId> + <version>1.0.0.Final</version> </dependency> <!-- H2 --> Modified: trunk/wikitty-solr-impl/pom.xml =================================================================== --- trunk/wikitty-solr-impl/pom.xml 2010-04-23 09:38:33 UTC (rev 19) +++ trunk/wikitty-solr-impl/pom.xml 2010-04-23 09:49:39 UTC (rev 20) @@ -34,13 +34,13 @@ <groupId>javax.servlet</groupId> <artifactId>servlet-api</artifactId> <version>2.5</version> - <scope>runtime</scope> + <scope>provided</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-simple</artifactId> - <version>1.5.8</version> - <scope>runtime</scope> + <version>1.5.11</version> + <scope>test</scope> </dependency> <dependency>
participants (1)
-
echatellier@users.nuiton.org