Skip to content

Commit 2726c54

Browse files
committed
upgrading to modules-parent 4.0.3
1 parent 3734332 commit 2726c54

2 files changed

Lines changed: 1 addition & 11 deletions

File tree

bootique-simplejavamail/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,6 @@
3939
</dependency>
4040

4141
<!-- Unit test dependencies -->
42-
<dependency>
43-
<groupId>org.mockito</groupId>
44-
<artifactId>mockito-core</artifactId>
45-
<scope>test</scope>
46-
</dependency>
4742
<dependency>
4843
<groupId>org.slf4j</groupId>
4944
<artifactId>slf4j-simple</artifactId>

pom.xml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.bootique.modules.parent</groupId>
77
<artifactId>bootique-modules-parent</artifactId>
8-
<version>4.0.2</version>
8+
<version>4.0.3</version>
99
</parent>
1010

1111
<groupId>io.bootique.simplejavamail</groupId>
@@ -108,11 +108,6 @@
108108
<artifactId>jakarta.activation-api</artifactId>
109109
<version>${activation2.version}</version>
110110
</dependency>
111-
<dependency>
112-
<groupId>org.mockito</groupId>
113-
<artifactId>mockito-core</artifactId>
114-
<version>${mockito.version}</version>
115-
</dependency>
116111
<dependency>
117112
<groupId>org.slf4j</groupId>
118113
<artifactId>slf4j-api</artifactId>

0 commit comments

Comments
 (0)