Don't need dependency on JUnit
authorJaroslav Tulach <jaroslav.tulach@apidesign.org>
Tue, 16 Oct 2012 17:24:43 +0200
changeset 11230eaae00f967
parent 111 92ccd639df19
child 113 1b6410322d6e
Don't need dependency on JUnit
emul/pom.xml
     1.1 --- a/emul/pom.xml	Tue Oct 16 17:18:37 2012 +0200
     1.2 +++ b/emul/pom.xml	Tue Oct 16 17:24:43 2012 +0200
     1.3 @@ -17,12 +17,6 @@
     1.4    </properties>
     1.5    <dependencies>
     1.6      <dependency>
     1.7 -      <groupId>junit</groupId>
     1.8 -      <artifactId>junit</artifactId>
     1.9 -      <version>3.8.1</version>
    1.10 -      <scope>test</scope>
    1.11 -    </dependency>
    1.12 -    <dependency>
    1.13        <groupId>org.apidesign.bck2brwsr</groupId>
    1.14        <artifactId>core</artifactId>
    1.15        <version>1.0-SNAPSHOT</version>