Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoberto E. Escobar2012-07-17 19:32:07 +0000
committerRoberto E. Escobar2012-07-20 21:26:07 +0000
commit790167a8b2a5ffa9e062e636c8c1da4400d06879 (patch)
treefa8b78ada6b1778d15460c50c82b4062d30f0105 /plugins/org.eclipse.osee.orcs.test/pom.xml
parent52c15b64dfac77388bf65a7d281b75ff2880d406 (diff)
downloadorg.eclipse.osee-790167a8b2a5ffa9e062e636c8c1da4400d06879.tar.gz
org.eclipse.osee-790167a8b2a5ffa9e062e636c8c1da4400d06879.tar.xz
org.eclipse.osee-790167a8b2a5ffa9e062e636c8c1da4400d06879.zip
feature[ats_M5LLE]: Cleanup database service dependencies
Fix database service exceptions on stop bundle Clean-up service dependencies and circular references
Diffstat (limited to 'plugins/org.eclipse.osee.orcs.test/pom.xml')
-rw-r--r--plugins/org.eclipse.osee.orcs.test/pom.xml129
1 files changed, 56 insertions, 73 deletions
diff --git a/plugins/org.eclipse.osee.orcs.test/pom.xml b/plugins/org.eclipse.osee.orcs.test/pom.xml
index 9ee89c5fb8c..3dbf57c448c 100644
--- a/plugins/org.eclipse.osee.orcs.test/pom.xml
+++ b/plugins/org.eclipse.osee.orcs.test/pom.xml
@@ -26,27 +26,27 @@
<dependencies>
<dependency>
<type>eclipse-plugin</type>
- <artifactId>org.eclipse.osee.framework.h2</artifactId>
+ <artifactId>org.eclipse.osee.console.admin</artifactId>
<version>0.0.0</version>
</dependency>
<dependency>
<type>eclipse-plugin</type>
- <artifactId>org.h2</artifactId>
+ <artifactId>org.eclipse.osee.database.schema</artifactId>
<version>0.0.0</version>
</dependency>
<dependency>
<type>eclipse-plugin</type>
- <artifactId>org.eclipse.osee.framework.database</artifactId>
+ <artifactId>org.eclipse.osee.event.osgi</artifactId>
<version>0.0.0</version>
</dependency>
<dependency>
<type>eclipse-plugin</type>
- <artifactId>org.eclipse.osee.framework.core</artifactId>
+ <artifactId>org.eclipse.osee.event</artifactId>
<version>0.0.0</version>
</dependency>
<dependency>
<type>eclipse-plugin</type>
- <artifactId>org.eclipse.osee.framework.core.dsl</artifactId>
+ <artifactId>org.eclipse.osee.executor.admin</artifactId>
<version>0.0.0</version>
</dependency>
<dependency>
@@ -56,176 +56,159 @@
</dependency>
<dependency>
<type>eclipse-plugin</type>
- <artifactId>org.eclipse.osee.framework.core.model</artifactId>
+ <artifactId>org.eclipse.osee.framework.core.dsl</artifactId>
<version>0.0.0</version>
</dependency>
<dependency>
<type>eclipse-plugin</type>
- <artifactId>org.eclipse.osee.framework.resource.management</artifactId>
+ <artifactId>org.eclipse.osee.framework.core.model</artifactId>
<version>0.0.0</version>
</dependency>
<dependency>
<type>eclipse-plugin</type>
- <artifactId>org.eclipse.osee.orcs.db</artifactId>
+ <artifactId>org.eclipse.osee.framework.core</artifactId>
<version>0.0.0</version>
</dependency>
<dependency>
<type>eclipse-plugin</type>
- <artifactId>org.eclipse.osee.orcs.core</artifactId>
+ <artifactId>org.eclipse.osee.framework.database</artifactId>
<version>0.0.0</version>
</dependency>
<dependency>
<type>eclipse-plugin</type>
- <artifactId>org.eclipse.osee.orcs</artifactId>
+ <artifactId>org.eclipse.osee.framework.h2</artifactId>
<version>0.0.0</version>
</dependency>
<dependency>
<type>eclipse-plugin</type>
- <artifactId>org.eclipse.equinox.ds</artifactId>
+ <artifactId>org.eclipse.osee.framework.jdk.core</artifactId>
<version>0.0.0</version>
</dependency>
<dependency>
<type>eclipse-plugin</type>
- <artifactId>org.eclipse.equinox.event</artifactId>
- <version>0.0.0</version>
- </dependency>
- <dependency>
- <type>eclipse-plugin</type>
- <artifactId>org.eclipse.osee.logger</artifactId>
+ <artifactId>org.eclipse.osee.framework.logging</artifactId>
<version>0.0.0</version>
</dependency>
<dependency>
<type>eclipse-plugin</type>
- <artifactId>org.eclipse.osee.logger.slf4j</artifactId>
+ <artifactId>org.eclipse.osee.framework.resource.management</artifactId>
<version>0.0.0</version>
</dependency>
<dependency>
<type>eclipse-plugin</type>
- <artifactId>org.eclipse.osee.event</artifactId>
+ <artifactId>org.eclipse.osee.logger.slf4j</artifactId>
<version>0.0.0</version>
</dependency>
<dependency>
<type>eclipse-plugin</type>
- <artifactId>org.eclipse.osee.event.osgi</artifactId>
+ <artifactId>org.eclipse.osee.logger</artifactId>
<version>0.0.0</version>
</dependency>
<dependency>
<type>eclipse-plugin</type>
- <artifactId>org.eclipse.osgi.services</artifactId>
+ <artifactId>org.eclipse.osee.orcs.core</artifactId>
<version>0.0.0</version>
</dependency>
-
<dependency>
<type>eclipse-plugin</type>
- <artifactId>org.eclipse.osgi</artifactId>
+ <artifactId>org.eclipse.osee.orcs.db.mock</artifactId>
<version>0.0.0</version>
</dependency>
<dependency>
<type>eclipse-plugin</type>
- <artifactId>org.eclipse.equinox.app</artifactId>
- <version>0.0.0</version>
- </dependency>
- <dependency>
- <type>eclipse-plugin</type>
- <artifactId>org.eclipse.equinox.common</artifactId>
- <version>0.0.0</version>
- </dependency>
- <dependency>
- <type>eclipse-plugin</type>
- <artifactId>org.eclipse.equinox.preferences</artifactId>
- <version>0.0.0</version>
- </dependency>
- <dependency>
- <type>eclipse-plugin</type>
- <artifactId>org.eclipse.equinox.util</artifactId>
- <version>0.0.0</version>
- </dependency>
- <dependency>
- <type>eclipse-plugin</type>
- <artifactId>org.eclipse.osee.executor.admin</artifactId>
+ <artifactId>org.eclipse.osee.orcs.db</artifactId>
<version>0.0.0</version>
</dependency>
<dependency>
<type>eclipse-plugin</type>
- <artifactId>org.eclipse.osee.console.admin</artifactId>
- <version>0.0.0</version>
- </dependency>
- <dependency>
- <type>eclipse-plugin</type>
- <artifactId>org.eclipse.osee.database.schema</artifactId>
- <version>0.0.0</version>
- </dependency>
- <!--
-
-
- <dependency>
- <type>eclipse-plugin</type>
- <artifactId>org.eclipse.xtext</artifactId>
+ <artifactId>org.eclipse.osee.orcs</artifactId>
<version>0.0.0</version>
</dependency>
<dependency>
<type>eclipse-plugin</type>
- <artifactId>org.eclipse.xtext.util</artifactId>
+ <artifactId>org.eclipse.equinox.app</artifactId>
<version>0.0.0</version>
</dependency>
<dependency>
<type>eclipse-plugin</type>
- <artifactId>org.antlr.runtime</artifactId>
+ <artifactId>org.eclipse.equinox.cm</artifactId>
<version>0.0.0</version>
</dependency>
<dependency>
<type>eclipse-plugin</type>
- <artifactId>org.aopalliance</artifactId>
+ <artifactId>org.eclipse.equinox.common</artifactId>
<version>0.0.0</version>
</dependency>
<dependency>
<type>eclipse-plugin</type>
- <artifactId>com.google.inject</artifactId>
+ <artifactId>org.eclipse.equinox.ds</artifactId>
<version>0.0.0</version>
</dependency>
<dependency>
<type>eclipse-plugin</type>
- <artifactId>com.google.collect</artifactId>
+ <artifactId>org.eclipse.equinox.event</artifactId>
<version>0.0.0</version>
</dependency>
<dependency>
<type>eclipse-plugin</type>
- <artifactId>org.eclipse.emf.common</artifactId>
+ <artifactId>org.eclipse.equinox.preferences</artifactId>
<version>0.0.0</version>
</dependency>
<dependency>
<type>eclipse-plugin</type>
- <artifactId>org.eclipse.emf.compare</artifactId>
+ <artifactId>org.eclipse.equinox.registry</artifactId>
<version>0.0.0</version>
</dependency>
<dependency>
<type>eclipse-plugin</type>
- <artifactId>org.eclipse.emf.compare.diff</artifactId>
+ <artifactId>org.eclipse.equinox.security</artifactId>
<version>0.0.0</version>
</dependency>
<dependency>
<type>eclipse-plugin</type>
- <artifactId>org.eclipse.emf.compare.match</artifactId>
+ <artifactId>org.eclipse.equinox.util</artifactId>
<version>0.0.0</version>
</dependency>
<dependency>
<type>eclipse-plugin</type>
- <artifactId>org.eclipse.emf.ecore</artifactId>
+ <artifactId>org.eclipse.osgi.services</artifactId>
<version>0.0.0</version>
</dependency>
<dependency>
<type>eclipse-plugin</type>
- <artifactId>org.eclipse.emf.ecore.xmi</artifactId>
+ <artifactId>org.eclipse.osgi</artifactId>
<version>0.0.0</version>
</dependency>
<dependency>
<type>eclipse-plugin</type>
- <artifactId>org.eclipse.emf.edit</artifactId>
+ <artifactId>org.h2</artifactId>
<version>0.0.0</version>
</dependency>
- -->
-
-
+
+
+
+ <!-- <dependency> <type>eclipse-plugin</type> <artifactId>org.eclipse.xtext</artifactId>
+ <version>0.0.0</version> </dependency> <dependency> <type>eclipse-plugin</type>
+ <artifactId>org.eclipse.xtext.util</artifactId> <version>0.0.0</version>
+ </dependency> <dependency> <type>eclipse-plugin</type> <artifactId>org.antlr.runtime</artifactId>
+ <version>0.0.0</version> </dependency> <dependency> <type>eclipse-plugin</type>
+ <artifactId>org.aopalliance</artifactId> <version>0.0.0</version> </dependency>
+ <dependency> <type>eclipse-plugin</type> <artifactId>com.google.inject</artifactId>
+ <version>0.0.0</version> </dependency> <dependency> <type>eclipse-plugin</type>
+ <artifactId>com.google.collect</artifactId> <version>0.0.0</version> </dependency>
+ <dependency> <type>eclipse-plugin</type> <artifactId>org.eclipse.emf.common</artifactId>
+ <version>0.0.0</version> </dependency> <dependency> <type>eclipse-plugin</type>
+ <artifactId>org.eclipse.emf.compare</artifactId> <version>0.0.0</version>
+ </dependency> <dependency> <type>eclipse-plugin</type> <artifactId>org.eclipse.emf.compare.diff</artifactId>
+ <version>0.0.0</version> </dependency> <dependency> <type>eclipse-plugin</type>
+ <artifactId>org.eclipse.emf.compare.match</artifactId> <version>0.0.0</version>
+ </dependency> <dependency> <type>eclipse-plugin</type> <artifactId>org.eclipse.emf.ecore</artifactId>
+ <version>0.0.0</version> </dependency> <dependency> <type>eclipse-plugin</type>
+ <artifactId>org.eclipse.emf.ecore.xmi</artifactId> <version>0.0.0</version>
+ </dependency> <dependency> <type>eclipse-plugin</type> <artifactId>org.eclipse.emf.edit</artifactId>
+ <version>0.0.0</version> </dependency> -->
+
+
</dependencies>
</configuration>
</plugin>

Back to the top