This is an automated email from the ASF dual-hosted git repository. andy pushed a commit to branch pom-maintenance in repository https://gitbox.apache.org/repos/asf/jena.git
commit b8f3f6fd73cf7e666172327d6f539152669fc536 Author: Andy Seaborne <[email protected]> AuthorDate: Tue May 28 10:28:49 2019 +0100 Remove commented out dependencies --- jena-db/jena-dboe-storage/pom.xml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/jena-db/jena-dboe-storage/pom.xml b/jena-db/jena-dboe-storage/pom.xml index 116407b..0d76999 100644 --- a/jena-db/jena-dboe-storage/pom.xml +++ b/jena-db/jena-dboe-storage/pom.xml @@ -36,21 +36,6 @@ <dependencies> - <!-- This - <dependency> - <groupId>org.apache.jena</groupId> - <artifactId>jena-dboe-transaction</artifactId> - <version>3.12.0-SNAPSHOT</version> - </dependency> - - <dependency> - <groupId>org.apache.jena</groupId> - <artifactId>jena-dboe-index</artifactId> - <version>3.12.0-SNAPSHOT</version> - </dependency> - --> - - <!-- Or this --> <dependency> <groupId>org.apache.jena</groupId> <artifactId>jena-dboe-trans-data</artifactId>
