Skip to content

Commit 3dfc848

Browse files
committed
Update to version 0.1.0 for release
1 parent 2527217 commit 3dfc848

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

pom.xml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>org.mvnsearch</groupId>
88
<artifactId>easy-random-junit5-extension</artifactId>
9-
<version>0.1.0-SNAPSHOT</version>
9+
<version>0.1.0</version>
1010
<name>easy-random-junit5-extension</name>
1111
<description>JUnit 5 extension fro easy-random</description>
1212
<url>https://github.com/linux-china/easy-random-junit5-extension</url>
@@ -61,11 +61,6 @@
6161
<groupId>org.junit.jupiter</groupId>
6262
<artifactId>junit-jupiter</artifactId>
6363
</dependency>
64-
<dependency>
65-
<groupId>javax.validation</groupId>
66-
<artifactId>validation-api</artifactId>
67-
<version>2.0.1.Final</version>
68-
</dependency>
6964
<dependency>
7065
<groupId>org.jeasy</groupId>
7166
<artifactId>easy-random-bean-validation</artifactId>

0 commit comments

Comments
 (0)