Add conditional 0.5.0
This commit is contained in:
parent
2f68bd55d0
commit
a2c97b6170
1 changed files with 6 additions and 0 deletions
6
pom.xml
6
pom.xml
|
@ -24,6 +24,7 @@
|
|||
<mon.version>0.10.0</mon.version>
|
||||
<mockito.version>2.18.3</mockito.version>
|
||||
<java-semver.version>0.9.0</java-semver.version>
|
||||
<conditional.version>0.5.0</conditional.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
@ -37,6 +38,11 @@
|
|||
<artifactId>mon</artifactId>
|
||||
<version>${mon.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>net.kemitix</groupId>
|
||||
<artifactId>conditional</artifactId>
|
||||
<version>${conditional.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.github.zafarkhaja</groupId>
|
||||
<artifactId>java-semver</artifactId>
|
||||
|
|
Loading…
Reference in a new issue