|
20 | 20 | <groupId>org.springframework.boot</groupId> |
21 | 21 | <artifactId>spring-boot-starter-web</artifactId> |
22 | 22 | </dependency> |
23 | | - <dependency> |
24 | | - <groupId>org.springframework.boot</groupId> |
25 | | - <artifactId>spring-boot-starter-thymeleaf</artifactId> |
26 | | - </dependency> |
| 23 | + |
27 | 24 | <dependency> |
28 | 25 | <groupId>org.springframework.boot</groupId> |
29 | 26 | <artifactId>spring-boot-starter-actuator</artifactId> |
|
141 | 138 | <artifactId>commons-io</artifactId> |
142 | 139 | <version>${commons-io.version}</version> |
143 | 140 | </dependency> |
144 | | - <dependency> |
145 | | - <groupId>au.com.dius</groupId> |
146 | | - <artifactId>pact-jvm-provider-junit_2.11</artifactId> |
147 | | - <version>${pact.version}</version> |
148 | | - </dependency> |
| 141 | + |
149 | 142 | <dependency> |
150 | 143 | <groupId>io.rest-assured</groupId> |
151 | 144 | <artifactId>rest-assured</artifactId> |
|
176 | 169 | <groupId>org.apache.maven.plugins</groupId> |
177 | 170 | <artifactId>maven-war-plugin</artifactId> |
178 | 171 | </plugin> |
179 | | - <plugin> |
180 | | - <groupId>org.apache.maven.plugins</groupId> |
181 | | - <artifactId>maven-checkstyle-plugin</artifactId> |
182 | | - <version>${checkstyle-maven-plugin.version}</version> |
183 | | - <configuration> |
184 | | - <configLocation>checkstyle.xml</configLocation> |
185 | | - </configuration> |
186 | | - <executions> |
187 | | - <execution> |
188 | | - <goals> |
189 | | - <goal>check</goal> |
190 | | - </goals> |
191 | | - </execution> |
192 | | - </executions> |
193 | | - </plugin> |
| 172 | + |
194 | 173 | </plugins> |
195 | 174 | </build> |
196 | 175 |
|
|
250 | 229 |
|
251 | 230 | </profiles> |
252 | 231 |
|
253 | | - <reporting> |
254 | | - <plugins> |
255 | | - <plugin> |
256 | | - <groupId>org.apache.maven.plugins</groupId> |
257 | | - <artifactId>maven-checkstyle-plugin</artifactId> |
258 | | - <version>${checkstyle-maven-plugin.version}</version> |
259 | | - <configuration> |
260 | | - <configLocation>checkstyle.xml</configLocation> |
261 | | - </configuration> |
262 | | - </plugin> |
263 | | - </plugins> |
264 | | - </reporting> |
| 232 | + |
265 | 233 |
|
266 | 234 | <properties> |
267 | 235 | <commons-fileupload.version>1.3.2</commons-fileupload.version> |
|
275 | 243 | <!-- Maven plugins --> |
276 | 244 | <cargo-maven2-plugin.version>1.6.0</cargo-maven2-plugin.version> |
277 | 245 | <findbugs-maven-plugin.version>3.0.4</findbugs-maven-plugin.version> |
278 | | - <checkstyle-maven-plugin.version>3.0.0</checkstyle-maven-plugin.version> |
| 246 | + |
279 | 247 | <dependency.locations.enabled>false</dependency.locations.enabled> |
280 | 248 |
|
281 | 249 | <json.path.version>2.2.0</json.path.version> |
|
0 commit comments