diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2011-01-26 09:57:50 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2011-01-26 09:57:50 +0000 |
commit | 076965bd420d6984d1d6dce70f53b89b1b1d1054 (patch) | |
tree | afeeb7be126670010a10a8b4a09037928918047b /sca-java-2.x/trunk/modules/databinding-sdo | |
parent | 298bd0043eef84d28bb6559b489f765873a92f70 (diff) |
Update to as much as possible only use dependencies in the maven central repo and for where thats not possible define the other repository in the module that uses it not the top level pom.xml
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1063664 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/modules/databinding-sdo')
-rw-r--r-- | sca-java-2.x/trunk/modules/databinding-sdo/pom.xml | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/sca-java-2.x/trunk/modules/databinding-sdo/pom.xml b/sca-java-2.x/trunk/modules/databinding-sdo/pom.xml index 7b2bfab812..222baf5c8e 100644 --- a/sca-java-2.x/trunk/modules/databinding-sdo/pom.xml +++ b/sca-java-2.x/trunk/modules/databinding-sdo/pom.xml @@ -73,25 +73,6 @@ </exclusions> </dependency> <dependency> - <groupId>org.eclipse.core</groupId> - <artifactId>runtime</artifactId> - <version>3.4.0-v20080512</version> - <scope>runtime</scope> - <exclusions> - <exclusion> - <groupId>org.eclipse.core</groupId> - <artifactId>contenttype</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.eclipse.core</groupId> - <artifactId>contenttype</artifactId> - <version>3.3.0-v20080604-1400</version> - <scope>runtime</scope> - </dependency> - - <dependency> <groupId>backport-util-concurrent</groupId> <artifactId>backport-util-concurrent</artifactId> <version>3.1</version> |