From: <lor...@us...> - 2012-02-06 12:40:15
|
Revision: 3567 http://dl-learner.svn.sourceforge.net/dl-learner/?rev=3567&view=rev Author: lorenz_b Date: 2012-02-06 12:40:04 +0000 (Mon, 06 Feb 2012) Log Message: ----------- Fixed some dependencies for SOLR. Modified Paths: -------------- trunk/components-ext/pom.xml Modified: trunk/components-ext/pom.xml =================================================================== --- trunk/components-ext/pom.xml 2012-02-06 09:38:22 UTC (rev 3566) +++ trunk/components-ext/pom.xml 2012-02-06 12:40:04 UTC (rev 3567) @@ -57,7 +57,6 @@ <dependency> <groupId>org.apache.solr</groupId> <artifactId>solr-core</artifactId> - <version>1.4.1</version> </dependency> <!--BEGIN Logging Dependencies--> @@ -66,16 +65,20 @@ <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> - <version>1.5.8</version> </dependency> + + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-log4j12</artifactId> + </dependency> <!--This is the bridge that ties calls to the slf4j api to the log4j framework. This is a runtime dependency for programs which wish to use log4j as their implementation.--> - <dependency> + <!-- dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</artifactId> <version>1.5.11</version> <scope>runtime</scope> - </dependency> + </dependency--> <!-- This is the concrete implementation of the log4j framework - it is a runtime dependency that needs to be used with the slf4j-log4j12 dependency --> <dependency> @@ -83,12 +86,12 @@ <artifactId>log4j</artifactId> </dependency> - <dependency> + <!-- dependency> <groupId>org.slf4j</groupId> <artifactId>jcl-over-slf4j</artifactId> <version>1.5.11</version> <scope>runtime</scope> - </dependency> + </dependency--> <!--END Logging Dependencies--> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |