Skip to content

Commit

Permalink
Moved RDFMessageBody to orcid-api-common
Browse files Browse the repository at this point in the history
  • Loading branch information
stain committed May 24, 2013
1 parent 6373e21 commit d08fac9
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 34 deletions.
4 changes: 4 additions & 0 deletions orcid-api-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@
<groupId>org.hibernate</groupId>
<artifactId>hibernate-validator</artifactId>
</dependency>
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-core</artifactId>
</dependency>

<!-- Test dependencies -->

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*
* =============================================================================
*/
package org.orcid.api.rdf;
package org.orcid.api.common.writer.rdf;

import static org.orcid.api.common.OrcidApiConstants.APPLICATION_RDFXML;
import static org.orcid.api.common.OrcidApiConstants.TEXT_N3;
Expand Down
32 changes: 0 additions & 32 deletions orcid-api-rdf/pom.xml

This file was deleted.

6 changes: 5 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ the software.
<module>orcid-persistence</module>
<module>orcid-model</module>
<module>orcid-api-common</module>
<module>orcid-api-rdf</module>
<module>orcid-metrics-web</module>
<module>orcid-pub-web</module>
<module>orcid-api-web</module>
Expand Down Expand Up @@ -924,6 +923,11 @@ the software.
<version>2.13.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-core</artifactId>
<version>2.10.1</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit d08fac9

Please sign in to comment.