File tree Expand file tree Collapse file tree 3 files changed +19
-21
lines changed Expand file tree Collapse file tree 3 files changed +19
-21
lines changed Original file line number Diff line number Diff line change 18
18
<version >${scala.2.11.version} </version >
19
19
<scope >provided</scope >
20
20
</dependency >
21
+ <dependency >
22
+ <groupId >org.scala-lang</groupId >
23
+ <artifactId >scala-library</artifactId >
24
+ <version >${scala.2.11.version} </version >
25
+ <scope >provided</scope >
26
+ </dependency >
21
27
<dependency >
22
28
<groupId >org.scala-lang.modules</groupId >
23
29
<artifactId >scala-collection-compat_2.11</artifactId >
31
37
<scope >provided</scope >
32
38
</dependency >
33
39
34
- <dependency >
35
- <groupId >org.scala-lang</groupId >
36
- <artifactId >scala-library</artifactId >
37
- <version >${scala.2.11.version} </version >
38
- <scope >test</scope >
39
- </dependency >
40
-
41
40
<dependency >
42
41
<groupId >org.mockito</groupId >
43
42
<artifactId >mockito-scala_2.11</artifactId >
Original file line number Diff line number Diff line change 18
18
<version >${scala.2.12.version} </version >
19
19
<scope >provided</scope >
20
20
</dependency >
21
+ <dependency >
22
+ <groupId >org.scala-lang</groupId >
23
+ <artifactId >scala-library</artifactId >
24
+ <version >${scala.2.12.version} </version >
25
+ <scope >provided</scope >
26
+ </dependency >
21
27
<dependency >
22
28
<groupId >org.scala-lang.modules</groupId >
23
29
<artifactId >scala-collection-compat_2.12</artifactId >
31
37
<scope >provided</scope >
32
38
</dependency >
33
39
34
- <dependency >
35
- <groupId >org.scala-lang</groupId >
36
- <artifactId >scala-library</artifactId >
37
- <version >${scala.2.12.version} </version >
38
- <scope >test</scope >
39
- </dependency >
40
-
41
40
<dependency >
42
41
<groupId >org.mockito</groupId >
43
42
<artifactId >mockito-scala_2.12</artifactId >
Original file line number Diff line number Diff line change 18
18
<version >${scala.2.13.version} </version >
19
19
<scope >provided</scope >
20
20
</dependency >
21
+ <dependency >
22
+ <groupId >org.scala-lang</groupId >
23
+ <artifactId >scala-library</artifactId >
24
+ <version >${scala.2.13.version} </version >
25
+ <scope >provided</scope >
26
+ </dependency >
27
+
21
28
22
29
<!-- Users have to provide it (for JacksonDefaultDataTableTransformer) -->
23
30
<dependency >
26
33
<scope >provided</scope >
27
34
</dependency >
28
35
29
- <dependency >
30
- <groupId >org.scala-lang</groupId >
31
- <artifactId >scala-library</artifactId >
32
- <version >${scala.2.13.version} </version >
33
- <scope >test</scope >
34
- </dependency >
35
-
36
36
<dependency >
37
37
<groupId >org.mockito</groupId >
38
38
<artifactId >mockito-scala_2.13</artifactId >
You can’t perform that action at this time.
0 commit comments