Skip to content

Commit 0e55b6b

Browse files
kinowmr-c
authored andcommitted
Group test dependencies
1 parent 5c2c598 commit 0e55b6b

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

pom.xml

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,6 @@
6262
<groupId>org.springframework.boot</groupId>
6363
<artifactId>spring-boot-starter-web</artifactId>
6464
</dependency>
65-
<dependency>
66-
<groupId>org.springframework.boot</groupId>
67-
<artifactId>spring-boot-starter-test</artifactId>
68-
<scope>test</scope>
69-
</dependency>
7065
<dependency>
7166
<groupId>org.yaml</groupId>
7267
<artifactId>snakeyaml</artifactId>
@@ -108,12 +103,6 @@
108103
<artifactId>org.eclipse.jgit</artifactId>
109104
<version>5.13.0.202109080827-r</version>
110105
</dependency>
111-
<dependency>
112-
<groupId>org.mockito</groupId>
113-
<artifactId>mockito-all</artifactId>
114-
<version>1.10.19</version>
115-
<scope>test</scope>
116-
</dependency>
117106
<dependency>
118107
<groupId>org.apache.commons</groupId>
119108
<artifactId>commons-compress</artifactId>
@@ -129,6 +118,18 @@
129118
<artifactId>hibernate-validator</artifactId>
130119
<version>6.0.13.Final</version>
131120
</dependency>
121+
<!-- Test dependencies -->
122+
<dependency>
123+
<groupId>org.springframework.boot</groupId>
124+
<artifactId>spring-boot-starter-test</artifactId>
125+
<scope>test</scope>
126+
</dependency>
127+
<dependency>
128+
<groupId>org.mockito</groupId>
129+
<artifactId>mockito-all</artifactId>
130+
<version>1.10.19</version>
131+
<scope>test</scope>
132+
</dependency>
132133
</dependencies>
133134

134135
<build>

0 commit comments

Comments
 (0)