mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 10:04:21 +00:00
[DS-2865] Upgrade xoai dependency version & groupId
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
<!-- This is the path to the root [dspace-src] directory. -->
|
<!-- This is the path to the root [dspace-src] directory. -->
|
||||||
<root.basedir>${basedir}/..</root.basedir>
|
<root.basedir>${basedir}/..</root.basedir>
|
||||||
<spring.version>3.2.5.RELEASE</spring.version>
|
<spring.version>3.2.5.RELEASE</spring.version>
|
||||||
<xoai.version>3.2.9</xoai.version>
|
<xoai.version>3.2.10</xoai.version>
|
||||||
<jtwig.version>2.0.1</jtwig.version>
|
<jtwig.version>2.0.1</jtwig.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
@@ -77,7 +77,7 @@
|
|||||||
<dependencies>
|
<dependencies>
|
||||||
<!-- OAI Data Provider Framework -->
|
<!-- OAI Data Provider Framework -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.lyncode</groupId>
|
<groupId>org.dspace</groupId>
|
||||||
<artifactId>xoai</artifactId>
|
<artifactId>xoai</artifactId>
|
||||||
<version>${xoai.version}</version>
|
<version>${xoai.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
Reference in New Issue
Block a user