Skip to content

Commit 977c39b

Browse files
committed
Removed mockito-inline from compile dependencies
1 parent 7ee0b08 commit 977c39b

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

auth-providers/oauth2-provider/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@
100100
<groupId>org.mockito</groupId>
101101
<artifactId>mockito-inline</artifactId>
102102
<version>${mockito.version}</version>
103+
<scope>test</scope>
103104
</dependency>
104105
</dependencies>
105106
</profile>

coordination/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
<groupId>org.mockito</groupId>
6060
<artifactId>mockito-inline</artifactId>
6161
<version>${mockito.version}</version>
62+
<scope>test</scope>
6263
</dependency>
6364
</dependencies>
6465
</profile>

core/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@
118118
<groupId>org.mockito</groupId>
119119
<artifactId>mockito-inline</artifactId>
120120
<version>${mockito.version}</version>
121+
<scope>test</scope>
121122
</dependency>
122123
</dependencies>
123124
</profile>

tests/common/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@
9090
<groupId>org.mockito</groupId>
9191
<artifactId>mockito-inline</artifactId>
9292
<version>${mockito.version}</version>
93+
<scope>test</scope>
9394
</dependency>
9495
</dependencies>
9596
</profile>

0 commit comments

Comments
 (0)