Skip to content

Commit a1e7f04

Browse files
committed
remove mockito
1 parent c16695a commit a1e7f04

File tree

2 files changed

+0
-20
lines changed
  • powertools-logging

2 files changed

+0
-20
lines changed

powertools-logging/powertools-logging-log4j/pom.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -82,16 +82,6 @@
8282
<artifactId>commons-lang3</artifactId>
8383
<scope>test</scope>
8484
</dependency>
85-
<dependency>
86-
<groupId>org.mockito</groupId>
87-
<artifactId>mockito-core</artifactId>
88-
<scope>test</scope>
89-
</dependency>
90-
<dependency>
91-
<groupId>org.mockito</groupId>
92-
<artifactId>mockito-inline</artifactId>
93-
<scope>test</scope>
94-
</dependency>
9585
<dependency>
9686
<groupId>org.aspectj</groupId>
9787
<artifactId>aspectjweaver</artifactId>

powertools-logging/powertools-logging-logback/pom.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -78,16 +78,6 @@
7878
<artifactId>commons-lang3</artifactId>
7979
<scope>test</scope>
8080
</dependency>
81-
<dependency>
82-
<groupId>org.mockito</groupId>
83-
<artifactId>mockito-core</artifactId>
84-
<scope>test</scope>
85-
</dependency>
86-
<dependency>
87-
<groupId>org.mockito</groupId>
88-
<artifactId>mockito-inline</artifactId>
89-
<scope>test</scope>
90-
</dependency>
9181
<dependency>
9282
<groupId>org.aspectj</groupId>
9383
<artifactId>aspectjweaver</artifactId>

0 commit comments

Comments
 (0)