Skip to content

Commit

Permalink
Merge pull request marklogic#97 from Luiz-N/patch-1
Browse files Browse the repository at this point in the history
update mlcp dependency to use https over http
  • Loading branch information
rjrudin committed Jun 6, 2016
2 parents 20396eb + 8bb9d74 commit b5a5fe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/mlcp-project/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repositories {
jcenter()

// Needed for mlcp dependencies
maven { url "http://developer.marklogic.com/maven2/" }
maven { url "https://developer.marklogic.com/maven2/" }

// Needed for hadoop dependencies for mlcp
maven { url "http://repository.cloudera.com/artifactory/cloudera-repos/" }
Expand Down

0 comments on commit b5a5fe6

Please sign in to comment.