mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-12 12:33:18 +00:00
[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:
@@ -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>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
Reference in New Issue
Block a user