pom.xml: switch parent to kemitix-parent
Need to specify versions for junit and mockito-core ourselves now.
This commit is contained in:
parent
c1acc0480b
commit
ebba0760c4
1 changed files with 4 additions and 3 deletions
7
pom.xml
7
pom.xml
|
@ -30,8 +30,8 @@
|
|||
|
||||
<parent>
|
||||
<groupId>net.kemitix</groupId>
|
||||
<artifactId>kemitix-spring-parent</artifactId>
|
||||
<version>1.2.1</version>
|
||||
<artifactId>kemitix-parent</artifactId>
|
||||
<version>0.6.1</version>
|
||||
</parent>
|
||||
|
||||
<dependencies>
|
||||
|
@ -48,13 +48,14 @@
|
|||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
<artifactId>junit</artifactId>
|
||||
<version>4.12</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.mockito</groupId>
|
||||
<artifactId>mockito-core</artifactId>
|
||||
<version>1.10.19</version>
|
||||
<scope>test</scope>
|
||||
<type>jar</type>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
|
|
Loading…
Reference in a new issue