This is an automated email from the ASF dual-hosted git repository. reschke pushed a commit to branch OAK-12279 in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
commit f255716ebdbb691204289824b1032571e306de51 Author: Julian Reschke <[email protected]> AuthorDate: Thu Jun 25 08:17:22 2026 +0100 OAK-12279: remove json-simple dependencies in tests --- oak-examples/webapp/pom.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/oak-examples/webapp/pom.xml b/oak-examples/webapp/pom.xml index 93475016a6..c38116d5c4 100644 --- a/oak-examples/webapp/pom.xml +++ b/oak-examples/webapp/pom.xml @@ -108,11 +108,6 @@ <version>${tomcat.version}</version> <scope>provided</scope> </dependency> - <dependency> - <groupId>com.googlecode.json-simple</groupId> - <artifactId>json-simple</artifactId> - <version>1.1</version> - </dependency> <dependency> <groupId>commons-beanutils</groupId> <artifactId>commons-beanutils</artifactId>
