Repository: incubator-unomi Updated Branches: refs/heads/master 9dff31f77 -> 9ab88f5ee
UNOMI-57 : Added repository for uadetector Project: http://git-wip-us.apache.org/repos/asf/incubator-unomi/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-unomi/commit/9ab88f5e Tree: http://git-wip-us.apache.org/repos/asf/incubator-unomi/tree/9ab88f5e Diff: http://git-wip-us.apache.org/repos/asf/incubator-unomi/diff/9ab88f5e Branch: refs/heads/master Commit: 9ab88f5eeb3503f1a4d95a024c362f037c226dcc Parents: 9dff31f Author: Thomas Draier <[email protected]> Authored: Thu Sep 29 16:22:45 2016 +0200 Committer: Thomas Draier <[email protected]> Committed: Thu Sep 29 16:22:45 2016 +0200 ---------------------------------------------------------------------- pom.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-unomi/blob/9ab88f5e/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 77224da..156f309 100644 --- a/pom.xml +++ b/pom.xml @@ -239,9 +239,12 @@ <name>Apache ServiceMix M2</name> <url>http://svn.apache.org/repos/asf/servicemix/m2-repo/</url> </repository> + <repository> + <id>jahia.3rdparty</id> + <url>https://devtools.jahia.com/nexus/content/repositories/thirdparty-releases/</url> + </repository> </repositories> - <profiles> <profile> <id>integration-tests</id>
