Skip to content

Commit 6edef6e

Browse files
#59 Rollback pom.xml
1 parent 2a18210 commit 6edef6e

File tree

2 files changed

+0
-18
lines changed

2 files changed

+0
-18
lines changed

jjava/pom.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,6 @@
4141
<artifactId>testcontainers</artifactId>
4242
<scope>test</scope>
4343
</dependency>
44-
<dependency>
45-
<groupId>org.mockito</groupId>
46-
<artifactId>mockito-core</artifactId>
47-
<scope>test</scope>
48-
</dependency>
49-
<dependency>
50-
<groupId>org.mockito</groupId>
51-
<artifactId>mockito-junit-jupiter</artifactId>
52-
<scope>test</scope>
53-
</dependency>
5444
<dependency>
5545
<groupId>org.slf4j</groupId>
5646
<artifactId>slf4j-simple</artifactId>

pom.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@
5353
<hamcrest.version>1.3</hamcrest.version>
5454
<jimfs.version>1.3.0</jimfs.version>
5555
<testcontainers.version>1.20.2</testcontainers.version>
56-
<mockito.version>5.3.1</mockito.version>
5756
<slf4j.version>1.7.36</slf4j.version>
5857
</properties>
5958

@@ -127,13 +126,6 @@
127126
<artifactId>testcontainers</artifactId>
128127
<version>${testcontainers.version}</version>
129128
</dependency>
130-
<dependency>
131-
<groupId>org.mockito</groupId>
132-
<artifactId>mockito-bom</artifactId>
133-
<version>${mockito.version}</version>
134-
<type>pom</type>
135-
<scope>import</scope>
136-
</dependency>
137129
<dependency>
138130
<groupId>org.slf4j</groupId>
139131
<artifactId>slf4j-simple</artifactId>

0 commit comments

Comments
 (0)