File tree Expand file tree Collapse file tree
core-java-string-conversions-2
core-java-string-conversions
core-java-string-operations-2
testing-modules/selenium-junit-testng Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 <dependency >
2828 <groupId >org.hamcrest</groupId >
2929 <artifactId >hamcrest-core</artifactId >
30- <version >${org. hamcrest.version} </version >
30+ <version >${hamcrest.version} </version >
3131 <scope >test</scope >
3232 </dependency >
3333 <dependency >
Original file line number Diff line number Diff line change 2929 <dependency >
3030 <groupId >org.hamcrest</groupId >
3131 <artifactId >hamcrest-library</artifactId >
32- <version >${org. hamcrest.version} </version >
32+ <version >${hamcrest.version} </version >
3333 <scope >test</scope >
3434 </dependency >
3535 </dependencies >
Original file line number Diff line number Diff line change 4545 <dependency >
4646 <groupId >org.hamcrest</groupId >
4747 <artifactId >hamcrest-library</artifactId >
48- <version >${org. hamcrest.version} </version >
48+ <version >${hamcrest.version} </version >
4949 <scope >test</scope >
5050 </dependency >
5151 </dependencies >
Original file line number Diff line number Diff line change 4949 <dependency >
5050 <groupId >org.hamcrest</groupId >
5151 <artifactId >hamcrest-library</artifactId >
52- <version >${org. hamcrest.version} </version >
52+ <version >${hamcrest.version} </version >
5353 <scope >test</scope >
5454 </dependency >
5555 <dependency >
Original file line number Diff line number Diff line change 160160 <dependency >
161161 <groupId >org.hamcrest</groupId >
162162 <artifactId >hamcrest-library</artifactId >
163- <version >${org. hamcrest.version} </version >
163+ <version >${hamcrest.version} </version >
164164 <scope >test</scope >
165165 </dependency >
166166 <dependency >
Original file line number Diff line number Diff line change 6060 <dependency >
6161 <groupId >org.hamcrest</groupId >
6262 <artifactId >hamcrest-core</artifactId >
63- <version >${org. hamcrest.version} </version >
63+ <version >${hamcrest.version} </version >
6464 <scope >test</scope >
6565 </dependency >
6666 <dependency >
6767 <groupId >org.hamcrest</groupId >
6868 <artifactId >hamcrest-library</artifactId >
69- <version >${org. hamcrest.version} </version >
69+ <version >${hamcrest.version} </version >
7070 <scope >test</scope >
7171 </dependency >
7272 <dependency >
7373 <groupId >org.hamcrest</groupId >
7474 <artifactId >hamcrest-all</artifactId >
75- <version >${org. hamcrest.version} </version >
75+ <version >${hamcrest-all .version} </version >
7676 <scope >test</scope >
7777 </dependency >
7878 <dependency >
13331333 <gib .enabled>false</gib .enabled>
13341334
13351335 <junit .version>4.12</junit .version>
1336- <org .hamcrest.version>2.2</org .hamcrest.version>
1336+ <hamcrest .version>2.2</hamcrest .version>
1337+ <hamcrest-all .version>1.3</hamcrest-all .version>
13371338 <mockito .version>2.21.0</mockito .version>
13381339
13391340 <!-- logging -->
13511352 <esapi .version>2.1.0.1</esapi .version>
13521353 <jmh-core .version>1.19</jmh-core .version>
13531354 <jmh-generator .version>1.19</jmh-generator .version>
1354- <hamcrest-all .version>1.3</hamcrest-all .version>
13551355 <exec-maven-plugin .version>1.6.0</exec-maven-plugin .version>
13561356 <maven-failsafe-plugin .version>2.21.0</maven-failsafe-plugin .version>
13571357 <commons-io .version>2.5</commons-io .version>
Original file line number Diff line number Diff line change 3838 <dependency >
3939 <groupId >org.hamcrest</groupId >
4040 <artifactId >hamcrest-all</artifactId >
41- <version >${org. hamcrest.version} </version >
41+ <version >${hamcrest.version} </version >
4242 </dependency >
4343 </dependencies >
4444
You can’t perform that action at this time.
0 commit comments