Browse Source

Remove not used jmockit

tags/2.0.1
Kristijan Mitrovic 4 years ago
parent
commit
87d8706080
1 changed files with 0 additions and 6 deletions
  1. +0
    -6
      wizard-server-test/pom.xml

+ 0
- 6
wizard-server-test/pom.xml View File

@@ -29,12 +29,6 @@ This code is available under the Apache License, version 2: http://www.apache.or
<version>${junit.version}</version> <version>${junit.version}</version>
</dependency> </dependency>


<dependency>
<groupId>com.googlecode.jmockit</groupId>
<artifactId>jmockit</artifactId>
<version>1.1</version>
</dependency>

<dependency> <dependency>
<groupId>org.cobbzilla</groupId> <groupId>org.cobbzilla</groupId>
<artifactId>restex</artifactId> <artifactId>restex</artifactId>


Loading…
Cancel
Save