[dna-commits] DNA SVN: r885 - trunk/extensions/dna-sequencer-java.
dna-commits at lists.jboss.org
dna-commits at lists.jboss.org
Tue May 5 12:30:45 EDT 2009
Author: rhauch
Date: 2009-05-05 12:30:45 -0400 (Tue, 05 May 2009)
New Revision: 885
Modified:
trunk/extensions/dna-sequencer-java/pom.xml
Log:
DNA-394 Maven reports Java sequencer project is missing indirectly referenced Eclipse OSGI JAR
Changed the referenced version of the org.eclipse:osgi artifact from a range to the specific version that is in the JBoss repository, and moved the dependency fragment ahead of all other Eclipse dependencies. This appears to work, though I'm still not sure which Eclipse artifact was depending upon this version such that when the range was used, the versions clashed or differed.
Modified: trunk/extensions/dna-sequencer-java/pom.xml
===================================================================
--- trunk/extensions/dna-sequencer-java/pom.xml 2009-05-04 20:17:28 UTC (rev 884)
+++ trunk/extensions/dna-sequencer-java/pom.xml 2009-05-05 16:30:45 UTC (rev 885)
@@ -91,6 +91,11 @@
Eclipse Java Development Tools (JDT) parser and its (many) required libraries
-->
<dependency>
+ <groupId>org.eclipse</groupId>
+ <artifactId>osgi</artifactId>
+ <version>3.4.3.R34x_v20081215-1030</version>
+ </dependency>
+ <dependency>
<groupId>org.eclipse.jdt</groupId>
<artifactId>core</artifactId>
<version>3.4.2.v_883_R34x</version>
@@ -111,11 +116,6 @@
</exclusions>
</dependency>
<dependency>
- <groupId>org.eclipse</groupId>
- <artifactId>osgi</artifactId>
- <version>[3.2.0,4.0.0)</version>
- </dependency>
- <dependency>
<groupId>org.eclipse.core</groupId>
<artifactId>runtime</artifactId>
<version>[3.2.0,4.0.0)</version>
More information about the dna-commits
mailing list