adding location tech third party to pom
Project: http://git-wip-us.apache.org/repos/asf/incubator-rya/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-rya/commit/c698b560 Tree: http://git-wip-us.apache.org/repos/asf/incubator-rya/tree/c698b560 Diff: http://git-wip-us.apache.org/repos/asf/incubator-rya/diff/c698b560 Branch: refs/heads/master Commit: c698b56036faf7fe2b77e0ccab71b37581e3f008 Parents: 6d857e4 Author: pujav65 <[email protected]> Authored: Thu Jul 21 08:25:06 2016 -0400 Committer: pujav65 <[email protected]> Committed: Thu Jul 21 08:25:06 2016 -0400 ---------------------------------------------------------------------- pom.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/c698b560/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index e34db76..62238ff 100644 --- a/pom.xml +++ b/pom.xml @@ -760,7 +760,11 @@ under the License. <id>LocationTech - RELEASE</id> <url>https://repo.locationtech.org/content/repositories/releases/</url> </repository> - </repositories> + <repository> + <id>LocationTech - Third Party</id> + <url>https://repo.locationtech.org/content/repositories/thirdparty/</url> + </repository> + </repositories> <scm> <connection>scm:git:git://git.apache.org/incubator-rya.git</connection>
