Skip to content

Commit 12365b9

Browse files
committed
removed cruft
1 parent c832889 commit 12365b9

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

modules/swagger-generator/pom.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,10 +200,18 @@
200200
<artifactId>jetty-deploy</artifactId>
201201
<version>${jetty-version}</version>
202202
</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>
203210
<dependency>
204211
<groupId>org.scala-lang</groupId>
205212
<artifactId>scala-library</artifactId>
206213
<version>${scala-version}</version>
214+
<scope>test</scope>
207215
</dependency>
208216
<dependency>
209217
<groupId>org.scala-lang</groupId>
@@ -228,6 +236,5 @@
228236

229237
<scala-maven-plugin-version>3.1.5</scala-maven-plugin-version>
230238
<scala-version>2.10.0</scala-version>
231-
<scala-test-version>1.9</scala-test-version>
232239
</properties>
233240
</project>

0 commit comments

Comments
 (0)