File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 9494 <dependencies >
9595
9696 <!-- Testing -->
97+ <dependency >
98+ <groupId >org.hamcrest</groupId >
99+ <artifactId >java-hamcrest</artifactId >
100+ <scope >test</scope >
101+ </dependency >
97102 <dependency >
98103 <groupId >junit</groupId >
99104 <artifactId >junit</artifactId >
104109 <artifactId >mockito-core</artifactId >
105110 <scope >test</scope >
106111 </dependency >
107- <dependency >
108- <groupId >org.hamcrest</groupId >
109- <artifactId >hamcrest-core</artifactId >
110- <scope >test</scope >
111- </dependency >
112112
113113 </dependencies >
114114 <dependencyManagement >
137137 </dependency >
138138
139139 <!-- Testing -->
140+ <dependency >
141+ <groupId >org.hamcrest</groupId >
142+ <artifactId >java-hamcrest</artifactId >
143+ <version >2.0.0.0</version >
144+ </dependency >
140145 <dependency >
141146 <groupId >junit</groupId >
142147 <artifactId >junit</artifactId >
145150 <dependency >
146151 <groupId >org.mockito</groupId >
147152 <artifactId >mockito-core</artifactId >
148- <version >2.2.28</version >
149- </dependency >
150- <dependency >
151- <groupId >org.hamcrest</groupId >
152- <artifactId >hamcrest-core</artifactId >
153- <version >1.3</version >
153+ <version >2.3.7</version >
154154 </dependency >
155155
156156 </dependencies >
You can’t perform that action at this time.
0 commit comments