We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 824df61 commit 25eb207Copy full SHA for 25eb207
pom.xml
@@ -5,7 +5,7 @@
5
6
<groupId>com.assertthat.plugins</groupId>
7
<artifactId>assertthat-bdd-standalone</artifactId>
8
- <version>1.9.7-SNAPSHOT</version>
+ <version>1.9.7</version>
9
<name>assertthat-bdd-standalone</name>
10
<description>AssertThat BDD Jira plugin client standalone</description>
11
<url>http://www.assertthat.com</url>
@@ -40,12 +40,6 @@
40
<artifactId>commons-io</artifactId>
41
<version>2.11.0</version>
42
</dependency>
43
- <dependency>
44
- <groupId>junit</groupId>
45
- <artifactId>junit</artifactId>
46
- <version>4.11</version>
47
- <scope>test</scope>
48
- </dependency>
49
<dependency>
50
<groupId>commons-cli</groupId>
51
<artifactId>commons-cli</artifactId>
0 commit comments