mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +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>
|
||||
|
||||
<!--
|
||||
Solr uses DSpace POM to avoide limitations forced
|
||||
in dpeendencies found in dspace-parent pom.
|
||||
Solr uses DSpace POM to avoid limitations forced
|
||||
in dependencies found in dspace-parent pom. Solr is
|
||||
a standalone webapplication.
|
||||
-->
|
||||
<parent>
|
||||
<groupId>org.dspace</groupId>
|
||||
<artifactId>dspace-pom</artifactId>
|
||||
<version>10</version>
|
||||
<version>11-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<!--
|
||||
@@ -81,4 +82,4 @@
|
||||
|
||||
</dependencies>
|
||||
|
||||
</project>
|
||||
</project>
|
||||
|
Reference in New Issue
Block a user