Skip to content

Commit 8bb9d74

Browse files
committed
update mlcp dependency to use https over http
Marklogic seems to have updated their repo to use https. The server was returning a `401: Authorization Required` error when the mlcp dependency was attempting to be accessed via http thus causing the build to fail.
1 parent 20396eb commit 8bb9d74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/mlcp-project/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repositories {
1212
jcenter()
1313

1414
// Needed for mlcp dependencies
15-
maven { url "http://developer.marklogic.com/maven2/" }
15+
maven { url "https://developer.marklogic.com/maven2/" }
1616

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

0 commit comments

Comments
 (0)