remove aduna-commons packages that are not used independent of sesame
Project: http://git-wip-us.apache.org/repos/asf/any23/repo Commit: http://git-wip-us.apache.org/repos/asf/any23/commit/78c2cdc8 Tree: http://git-wip-us.apache.org/repos/asf/any23/tree/78c2cdc8 Diff: http://git-wip-us.apache.org/repos/asf/any23/diff/78c2cdc8 Branch: refs/heads/ANY23-141 Commit: 78c2cdc82efc823fdf88ccbd6684186a25642f2e Parents: 2cd26b1 Author: Peter Ansell <[email protected]> Authored: Fri Dec 7 09:57:56 2012 +1000 Committer: Peter Ansell <[email protected]> Committed: Fri Apr 19 13:21:45 2013 +1000 ---------------------------------------------------------------------- core/pom.xml | 28 ---------------------------- pom.xml | 35 ----------------------------------- 2 files changed, 0 insertions(+), 63 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/any23/blob/78c2cdc8/core/pom.xml ---------------------------------------------------------------------- diff --git a/core/pom.xml b/core/pom.xml index e65ceea..94e3c23 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -133,34 +133,6 @@ <groupId>org.openrdf.sesame</groupId> <artifactId>sesame-repository-api</artifactId> </dependency> - <dependency> - <groupId>info.aduna.commons</groupId> - <artifactId>aduna-commons-xml</artifactId> - </dependency> - <dependency> - <groupId>info.aduna.commons</groupId> - <artifactId>aduna-commons-text</artifactId> - </dependency> - <dependency> - <groupId>info.aduna.commons</groupId> - <artifactId>aduna-commons-net</artifactId> - </dependency> - <dependency> - <groupId>info.aduna.commons</groupId> - <artifactId>aduna-commons-lang</artifactId> - </dependency> - <dependency> - <groupId>info.aduna.commons</groupId> - <artifactId>aduna-commons-iteration</artifactId> - </dependency> - <dependency> - <groupId>info.aduna.commons</groupId> - <artifactId>aduna-commons-io</artifactId> - </dependency> - <dependency> - <groupId>info.aduna.commons</groupId> - <artifactId>aduna-commons-concurrent</artifactId> - </dependency> <!-- END: Sesame --> <!-- BEGIN: Apache Commons, this version is hosted in the http://git-wip-us.apache.org/repos/asf/any23/blob/78c2cdc8/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 1e0a188..a0f1100 100644 --- a/pom.xml +++ b/pom.xml @@ -380,41 +380,6 @@ <artifactId>sesame-repository-api</artifactId> <version>${sesame.version}</version> </dependency> - <dependency> - <groupId>info.aduna.commons</groupId> - <artifactId>aduna-commons-xml</artifactId> - <version>2.7.0</version> - </dependency> - <dependency> - <groupId>info.aduna.commons</groupId> - <artifactId>aduna-commons-text</artifactId> - <version>2.7.0</version> - </dependency> - <dependency> - <groupId>info.aduna.commons</groupId> - <artifactId>aduna-commons-net</artifactId> - <version>2.7.0</version> - </dependency> - <dependency> - <groupId>info.aduna.commons</groupId> - <artifactId>aduna-commons-lang</artifactId> - <version>2.9.0</version> - </dependency> - <dependency> - <groupId>info.aduna.commons</groupId> - <artifactId>aduna-commons-iteration</artifactId> - <version>2.10.0</version> - </dependency> - <dependency> - <groupId>info.aduna.commons</groupId> - <artifactId>aduna-commons-io</artifactId> - <version>2.10.0</version> - </dependency> - <dependency> - <groupId>info.aduna.commons</groupId> - <artifactId>aduna-commons-concurrent</artifactId> - <version>2.7.0</version> - </dependency> <!-- END: Sesame --> <!-- BEGIN: Apache Commons -->
