TRAFODION-3167 add Maven Central Repository URL for sql pom.xml
Project: http://git-wip-us.apache.org/repos/asf/trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/trafodion/commit/8dedd6f0 Tree: http://git-wip-us.apache.org/repos/asf/trafodion/tree/8dedd6f0 Diff: http://git-wip-us.apache.org/repos/asf/trafodion/diff/8dedd6f0 Branch: refs/heads/master Commit: 8dedd6f002c0ffa4c93a9a656d0c80ac59c33f92 Parents: dcae57f Author: LiuMing <[email protected]> Authored: Sat Jul 28 15:25:04 2018 +0800 Committer: LiuMing <[email protected]> Committed: Sat Jul 28 15:25:04 2018 +0800 ---------------------------------------------------------------------- core/sql/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafodion/blob/8dedd6f0/core/sql/pom.xml ---------------------------------------------------------------------- diff --git a/core/sql/pom.xml b/core/sql/pom.xml index 7b143d9..6059d81 100644 --- a/core/sql/pom.xml +++ b/core/sql/pom.xml @@ -24,6 +24,10 @@ <id>cloudera</id> <url>https://repository.cloudera.com/artifactory/cloudera-repos/</url> </repository> + <repository> + <id>central</id> + <url>http://central.maven.org/maven2/</url> + </repository> </repositories> <properties>
