MARMOTTA-508: temporally enabled oss snapshot access in the meantime we get a release out
Project: http://git-wip-us.apache.org/repos/asf/marmotta/repo Commit: http://git-wip-us.apache.org/repos/asf/marmotta/commit/4f796496 Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/4f796496 Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/4f796496 Branch: refs/heads/develop Commit: 4f796496db0d37c2e0a3ba5af092dadef8363fdc Parents: 410b50b Author: Sergio Fernández <[email protected]> Authored: Thu Sep 11 16:42:01 2014 +0200 Committer: Sergio Fernández <[email protected]> Committed: Thu Sep 11 16:42:01 2014 +0200 ---------------------------------------------------------------------- platform/marmotta-ldp/pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/marmotta/blob/4f796496/platform/marmotta-ldp/pom.xml ---------------------------------------------------------------------- diff --git a/platform/marmotta-ldp/pom.xml b/platform/marmotta-ldp/pom.xml index 83ac5e5..393f3e7 100644 --- a/platform/marmotta-ldp/pom.xml +++ b/platform/marmotta-ldp/pom.xml @@ -164,6 +164,7 @@ </plugin> </plugins> + </build> <dependencies> @@ -276,6 +277,8 @@ <artifactId>sesame-sail-memory</artifactId> <scope>test</scope> </dependency> + + <!-- TODO: to be removed as soon as there is one release --> <dependency> <groupId>org.w3</groupId> <artifactId>ldp-testsuite</artifactId> @@ -295,4 +298,13 @@ </dependencies> + <!-- TODO: to be removed as soon as there is one release --> + <repositories> + <repository> + <id>sonatype.snapshots</id> + <name>ASS Sonatype Snapshots Repository</name> + <url>https://oss.sonatype.org/content/repositories/snapshots/</url> + </repository> + </repositories> + </project>
