aboutsummaryrefslogtreecommitdiff
path: root/bagel/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'bagel/pom.xml')
-rw-r--r--bagel/pom.xml11
1 files changed, 0 insertions, 11 deletions
diff --git a/bagel/pom.xml b/bagel/pom.xml
index 0327ffa402..3bcd38fa32 100644
--- a/bagel/pom.xml
+++ b/bagel/pom.xml
@@ -45,11 +45,6 @@
<artifactId>jetty-server</artifactId>
</dependency>
<dependency>
- <groupId>org.scalatest</groupId>
- <artifactId>scalatest_${scala.binary.version}</artifactId>
- <scope>test</scope>
- </dependency>
- <dependency>
<groupId>org.scalacheck</groupId>
<artifactId>scalacheck_${scala.binary.version}</artifactId>
<scope>test</scope>
@@ -58,11 +53,5 @@
<build>
<outputDirectory>target/scala-${scala.binary.version}/classes</outputDirectory>
<testOutputDirectory>target/scala-${scala.binary.version}/test-classes</testOutputDirectory>
- <plugins>
- <plugin>
- <groupId>org.scalatest</groupId>
- <artifactId>scalatest-maven-plugin</artifactId>
- </plugin>
- </plugins>
</build>
</project>