File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ group 'com.datastax.spark.example'
7
7
version ' 0.1'
8
8
9
9
repositories {
10
+ mavenLocal() // for testing
10
11
mavenCentral()
11
12
maven {
12
13
url " https://repo.datastax.com/public-repos/"
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ autoScalaLibrary := false
8
8
9
9
scalaVersion := " 2.11.8"
10
10
11
+ resolvers += Resolver .mavenLocal // for testing
11
12
resolvers += " DataStax Repo" at " https://repo.datastax.com/public-repos/"
12
13
13
14
val dseVersion = " 5.1.3"
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ group 'com.datastax.spark.example'
7
7
version ' 0.1'
8
8
9
9
repositories {
10
+ mavenLocal() // for testing
10
11
mavenCentral()
11
12
maven {
12
13
url " https://repo.datastax.com/public-repos/"
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ version := "0.1"
5
5
6
6
scalaVersion := " 2.11.8"
7
7
8
+ resolvers += Resolver .mavenLocal // for testing
8
9
resolvers += " DataStax Repo" at " https://repo.datastax.com/public-repos/"
9
10
10
11
val dseVersion = " 5.1.3"
You can’t perform that action at this time.
0 commit comments