Modified: incubator/stanbol/trunk/parent/pom.xml URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/parent/pom.xml?rev=1097740&r1=1097739&r2=1097740&view=diff ============================================================================== --- incubator/stanbol/trunk/parent/pom.xml (original) +++ incubator/stanbol/trunk/parent/pom.xml Fri Apr 29 09:20:31 2011 @@ -140,7 +140,7 @@ <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-simple</artifactId> - <version>1.5.2</version> + <version>1.6.1</version> </dependency> </dependencies> <executions> @@ -345,6 +345,24 @@ <version>${stanbol-version}</version> <scope>provided</scope> </dependency> + <dependency> + <groupId>org.apache.stanbol</groupId> + <artifactId>org.apache.stanbol.entityhub.yard.solr</artifactId> + <version>${stanbol-version}</version> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>org.apache.stanbol</groupId> + <artifactId>org.apache.stanbol.entityhub.yard.clerezza</artifactId> + <version>${stanbol-version}</version> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>org.apache.stanbol</groupId> + <artifactId>org.apache.stanbol.entityhub.indexing.core</artifactId> + <version>${stanbol-version}</version> + <scope>provided</scope> + </dependency> @@ -536,19 +554,19 @@ <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> - <version>1.5.2</version> + <version>1.6.1</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>jcl-over-slf4j</artifactId> - <version>1.5.2</version> + <version>1.6.1</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-jdk14</artifactId> - <version>1.5.2</version> + <version>1.6.1</version> <scope>provided</scope> </dependency> @@ -900,7 +918,7 @@ <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-simple</artifactId> - <version>1.5.2</version> + <version>1.6.1</version> <scope>test</scope> </dependency>
