You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use HTTPS for repos; consolidate repos in parent in order to put optional Cloudera repo last; harmonize SBT build repos with Maven; remove snapshot repos from SBT build which weren't in Maven
resolvers ++=Seq("sonatype-snapshots" at "https://oss.sonatype.org/content/repositories/snapshots",
182
-
"sonatype-staging" at "https://oss.sonatype.org/service/local/staging/deploy/maven2/"),
177
+
resolvers ++=Seq(
178
+
"Maven Repository" at "https://repo.maven.apache.org/maven2",
179
+
"Apache Repository" at "https://repository.apache.org/content/repositories/releases",
180
+
"JBoss Repository" at "https://repository.jboss.org/nexus/content/repositories/releases/",
181
+
"MQTT Repository" at "https://repo.eclipse.org/content/repositories/paho-releases/",
182
+
"Cloudera Repository" at "https://repository.cloudera.com/artifactory/cloudera-repos/",
183
+
// For Sonatype publishing
184
+
//"sonatype-snapshots" at "https://oss.sonatype.org/content/repositories/snapshots",
185
+
//"sonatype-staging" at "https://oss.sonatype.org/service/local/staging/deploy/maven2/",
"JBoss Repository" at "http://repository.jboss.org/nexus/content/repositories/releases/",
277
-
"Cloudera Repository" at "https://repository.cloudera.com/artifactory/cloudera-repos/"
resolvers ++=Seq("Eclipse Repo" at "https://repo.eclipse.org/content/repositories/paho-releases/"),
0 commit comments