File tree Expand file tree Collapse file tree 21 files changed +0
-111
lines changed
core-java-collections-maps-4
core-java-string-conversions-2
core-java-string-conversions
core-java-string-operations-2
java-collections-conversions-2
spring-cloud-zookeeper/Greeting
spring-cloud-zuul/spring-zuul-ui
spring-security-web-boot-1
spring-security-web-boot-2
spring-security-web-rest-custom
spring-rest-query-language Expand file tree Collapse file tree 21 files changed +0
-111
lines changed Original file line number Diff line number Diff line change 2828 <version >${junit.version} </version >
2929 <scope >test</scope >
3030 </dependency >
31- <dependency >
32- <groupId >org.hamcrest</groupId >
33- <artifactId >hamcrest-all</artifactId >
34- <version >${hamcrest-all.version} </version >
35- <scope >test</scope >
36- </dependency >
3731 </dependencies >
3832
3933 <build >
Original file line number Diff line number Diff line change 2020 <artifactId >guava</artifactId >
2121 <version >${guava.version} </version >
2222 </dependency >
23- <dependency >
24- <groupId >org.hamcrest</groupId >
25- <artifactId >hamcrest</artifactId >
26- <version >${hamcrest.version} </version >
27- <scope >test</scope >
28- </dependency >
2923 <dependency >
3024 <groupId >com.ibm.icu</groupId >
3125 <artifactId >icu4j</artifactId >
Original file line number Diff line number Diff line change 3535 <artifactId >guava</artifactId >
3636 <version >${guava.version} </version >
3737 </dependency >
38- <dependency >
39- <groupId >org.hamcrest</groupId >
40- <artifactId >hamcrest</artifactId >
41- <version >${hamcrest.version} </version >
42- <scope >test</scope >
43- </dependency >
4438 </dependencies >
4539
4640 <build >
Original file line number Diff line number Diff line change 4545 <artifactId >javax.el</artifactId >
4646 <version >${javax.el.version} </version >
4747 </dependency >
48- <dependency >
49- <groupId >org.hamcrest</groupId >
50- <artifactId >hamcrest</artifactId >
51- <version >${hamcrest.version} </version >
52- <scope >test</scope >
53- </dependency >
5448 <dependency >
5549 <groupId >org.openjdk.jmh</groupId >
5650 <artifactId >jmh-core</artifactId >
Original file line number Diff line number Diff line change 144144 </exclusions >
145145 <scope >test</scope >
146146 </dependency >
147- <dependency >
148- <groupId >org.hamcrest</groupId >
149- <artifactId >hamcrest</artifactId >
150- <version >${hamcrest.version} </version >
151- <scope >test</scope >
152- </dependency >
153147 <dependency >
154148 <groupId >com.jayway.jsonpath</groupId >
155149 <artifactId >json-path</artifactId >
Original file line number Diff line number Diff line change 2626 <artifactId >modelmapper</artifactId >
2727 <version >${modelmapper.version} </version >
2828 </dependency >
29- <dependency >
30- <groupId >org.hamcrest</groupId >
31- <artifactId >hamcrest</artifactId >
32- <version >${hamcrest.version} </version >
33- <scope >test</scope >
34- </dependency >
3529 <dependency >
3630 <groupId >io.vavr</groupId >
3731 <artifactId >vavr</artifactId >
Original file line number Diff line number Diff line change 118118 <version >${spring-mock-mvc.version} </version >
119119 <scope >test</scope >
120120 </dependency >
121- <!-- https://mvnrepository.com/artifact/org.hamcrest/java-hamcrest -->
122121 <dependency >
123122 <groupId >org.hamcrest</groupId >
124123 <artifactId >java-hamcrest</artifactId >
Original file line number Diff line number Diff line change 167167 <artifactId >google-oauth-client-jetty</artifactId >
168168 <version >${google-api.version} </version >
169169 </dependency >
170- <dependency >
171- <groupId >org.hamcrest</groupId >
172- <artifactId >hamcrest-all</artifactId >
173- <version >${hamcrest-all.version} </version >
174- <scope >test</scope >
175- </dependency >
176170 </dependencies >
177171
178172 <repositories >
279273 <protonpack .version>1.15</protonpack .version>
280274 <google-api .version>1.23.0</google-api .version>
281275 <jets3t-version >0.9.4.0006L</jets3t-version >
282- <hamcrest-all .version>1.3</hamcrest-all .version>
283276 <javax .jdo.version>3.2.0-m7</javax .jdo.version>
284277 <datanucleus .version>5.1.1</datanucleus .version>
285278 <datanucleus-maven-plugin .version>5.0.2</datanucleus-maven-plugin .version>
Original file line number Diff line number Diff line change 4343 <properties >
4444 <guava .version>31.0.1-jre</guava .version>
4545 <modelmapper .version>2.3.7</modelmapper .version>
46- <hamcrest .version>2.2</hamcrest .version>
4746 </properties >
4847
4948</project >
Original file line number Diff line number Diff line change 6868 <artifactId >spring-boot-starter-test</artifactId >
6969 <version >${spring-boot.version} </version >
7070 </dependency >
71- <dependency >
72- <groupId >org.hamcrest</groupId >
73- <artifactId >hamcrest-core</artifactId >
74- <version >${hamcrest-core.version} </version >
75- <scope >test</scope >
76- </dependency >
7771 </dependencies >
7872
79- <properties >
80- <hamcrest-core .version>1.3</hamcrest-core .version>
81- </properties >
82-
8373</project >
You can’t perform that action at this time.
0 commit comments