This is an automated email from the ASF dual-hosted git repository. reta pushed a commit to branch 3.6.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git
commit fb692ff3c6c34afbe17a083b6afdefe67a4dac78 Author: Andriy Redko <[email protected]> AuthorDate: Sat Aug 26 15:13:36 2023 -0400 CXF-8869: Get rid of EasyMock in cxf-rt-rs-extension-search (cherry picked from commit 61f049ba937bc38b5919dd00b687df2bba53f3c3) # Conflicts: # rt/rs/extensions/search/pom.xml --- rt/rs/extensions/search/pom.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/rt/rs/extensions/search/pom.xml b/rt/rs/extensions/search/pom.xml index 9126c8ab2a..aafc5ea53b 100644 --- a/rt/rs/extensions/search/pom.xml +++ b/rt/rs/extensions/search/pom.xml @@ -103,11 +103,6 @@ <version>${cxf.lucene.version}</version> <scope>test</scope> </dependency> - <dependency> - <groupId>org.easymock</groupId> - <artifactId>easymock</artifactId> - <scope>test</scope> - </dependency> <dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-entitymanager</artifactId>
