This is an automated email from the ASF dual-hosted git repository. reta pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cxf.git
commit 61f049ba937bc38b5919dd00b687df2bba53f3c3 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 --- 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 a7d865dbca..899a44a800 100644 --- a/rt/rs/extensions/search/pom.xml +++ b/rt/rs/extensions/search/pom.xml @@ -109,11 +109,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.orm</groupId> <artifactId>hibernate-core</artifactId>
