[DS-881] DSpace doesn't build properly with Maven 3 : Give control back to solr for its own dependency resolution.

git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6599 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
Mark Diggory
2011-08-25 23:33:27 +00:00
parent f69ff8426c
commit 43744604e6

View File

@@ -9,13 +9,14 @@
</description> </description>
<!-- <!--
Solr uses DSpace POM to avoide limitations forced Solr uses DSpace POM to avoid limitations forced
in dpeendencies found in dspace-parent pom. in dependencies found in dspace-parent pom. Solr is
a standalone webapplication.
--> -->
<parent> <parent>
<groupId>org.dspace</groupId> <groupId>org.dspace</groupId>
<artifactId>dspace-pom</artifactId> <artifactId>dspace-pom</artifactId>
<version>10</version> <version>11-SNAPSHOT</version>
</parent> </parent>
<!-- <!--