File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
modules/swagger-generator Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 200
200
<artifactId >jetty-deploy</artifactId >
201
201
<version >${jetty-version} </version >
202
202
</dependency >
203
+
204
+ <dependency >
205
+ <groupId >org.scalatest</groupId >
206
+ <artifactId >scalatest_2.11</artifactId >
207
+ <version >${scala-test-version} </version >
208
+ <scope >test</scope >
209
+ </dependency >
203
210
<dependency >
204
211
<groupId >org.scala-lang</groupId >
205
212
<artifactId >scala-library</artifactId >
206
213
<version >${scala-version} </version >
214
+ <scope >test</scope >
207
215
</dependency >
208
216
<dependency >
209
217
<groupId >org.scala-lang</groupId >
228
236
229
237
<scala-maven-plugin-version >3.1.5</scala-maven-plugin-version >
230
238
<scala-version >2.10.0</scala-version >
231
- <scala-test-version >1.9</scala-test-version >
232
239
</properties >
233
240
</project >
You can’t perform that action at this time.
0 commit comments