This is an automated email from the ASF dual-hosted git repository. ntimofeev pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cayenne.git
commit 51ce6266e472695e3f5fcadc8a89c486ecc177f0 Author: Nikita Timofeev <stari...@gmail.com> AuthorDate: Thu Jun 30 18:28:29 2022 +0300 CAY-2737 Cayenne 4.3: cleanup deprecated code - delete OpenBase adapter and all related stuff --- pom.xml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/pom.xml b/pom.xml index 85d03519e..60534ce40 100644 --- a/pom.xml +++ b/pom.xml @@ -1348,23 +1348,6 @@ </dependency> </dependencies> </profile> - <profile> - <id>openbase</id> - <activation> - <property> - <name>cayenneTestConnection</name> - <value>openbase</value> - </property> - </activation> - <dependencies> - <dependency> - <groupId>com.openbase</groupId> - <artifactId>openbase-driver</artifactId> - <version>9</version> - <scope>test</scope> - </dependency> - </dependencies> - </profile> <profile> <id>h2</id> <activation>