Skip to content

Commit

Permalink
Change REST to use current dspace-parent, not some maven import
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdietz committed Sep 21, 2013
1 parent ad17878 commit c0a2bc2
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion dspace-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,19 @@
<version>4.0-SNAPSHOT</version>
<name>DSpace RESTful web services API</name>
<url>http://demo.dspace.org</url>

<parent>
<groupId>org.dspace</groupId>
<artifactId>dspace-parent</artifactId>
<version>4.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

<properties>
<!-- This is the path to the root [dspace-src] directory. -->
<root.basedir>${basedir}/..</root.basedir>
</properties>

<dependencies>
<!-- Jersey, for RESTful web services -->
<dependency>
Expand All @@ -30,7 +43,6 @@
<dependency>
<groupId>org.dspace</groupId>
<artifactId>dspace-api</artifactId>
<version>1.8.2</version>
</dependency>

<!-- Connecting to DSpace datasource sets a dependency on Postgres DB-->
Expand Down

0 comments on commit c0a2bc2

Please sign in to comment.