File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 131131 <version >${version.httpcore} </version >
132132 </dependency >
133133
134+ <!-- Hamcrest -->
135+ <dependency >
136+ <groupId >org.hamcrest</groupId >
137+ <artifactId >hamcrest</artifactId >
138+ <version >${version.hamcrest} </version >
139+ </dependency >
140+
134141 <!-- Mockito -->
135142 <dependency >
136143 <groupId >org.mockito</groupId >
Original file line number Diff line number Diff line change 9696 <version .httpcore>5.4.1</version .httpcore>
9797
9898 <!-- Tests -->
99+ <version .hamcrest>3.0</version .hamcrest>
99100 <version .junit>6.0.2</version .junit>
100101 <version .mockito>5.21.0</version .mockito>
101102 <version .jacoco>0.8.14</version .jacoco>
102103 <version .shrinkwrap>1.2.6</version .shrinkwrap>
103- <version .shrinkwrap.resolver>3.3.4 </version .shrinkwrap.resolver>
104+ <version .shrinkwrap.resolver>3.3.5 </version .shrinkwrap.resolver>
104105 <version .jboss_spec>3.0.3.Final</version .jboss_spec>
105106 <!-- Those properties build the java command line for the the maven-surefire-plugin, defined in "build/pom.xml".
106107 Test projects or profiles might redefine them. -->
You can’t perform that action at this time.
0 commit comments