Hi,

Karaf uses the following repository for the Gemini artifacts:

http://zodiac.springsource.com/maven/bundles/release/

There the artifactId are the one from the pom (gemini-blueprint-io).

Regards
JB

On 08/23/2014 06:23 AM, sreeraaman wrote:
Hello Everbody,

I tried to build the karaf-3.0.x branch with tag karaf-3.0.1-156-g575ec6d.
Inside the root directory's pom.xml, the I found the following dependencies.

<dependency>
                 <groupId>org.eclipse.gemini.blueprint</groupId>
                 <artifactId>gemini-blueprint-io</artifactId>
                 <version>${gemini.blueprint.version}</version>
</dependency>
<dependency>
                 <groupId>org.eclipse.gemini.blueprint</groupId>
                 <artifactId>gemini-blueprint-core</artifactId>
                 <version>${gemini.blueprint.version}</version>
</dependency>
<dependency>
                 <groupId>org.eclipse.gemini.blueprint</groupId>
                 <artifactId>gemini-blueprint-extender</artifactId>
                 <version>${gemini.blueprint.version}</version>
</dependency>

However, these dependendencies are not resolvable from the zodiac
repository.

I could resolve these dependencies from the spring ebr repository. However,
the groupIds and artifactIds are different.

<dependency>
   <groupId>org.eclipse.gemini</groupId>
   <artifactId>org.eclipse.gemini.blueprint.io</artifactId>
   <version>1.0.0.RELEASE</version>
</dependency>

<dependency>
   <groupId>org.eclipse.gemini</groupId>
   <artifactId>org.eclipse.gemini.blueprint.core</artifactId>
   <version>1.0.0.RELEASE</version>
</dependency>

<dependency>
   <groupId>org.eclipse.gemini</groupId>
   <artifactId>org.eclipse.gemini.blueprint.extender</artifactId>
   <version>1.0.0.RELEASE</version>
</dependency>

Not sure which one is correct.

Please advice.

best regards
Sriraman.




--
View this message in context: 
http://karaf.922171.n3.nabble.com/Wrong-Maven-coordinates-for-Gemini-BluePrint-in-Karaf-3-0-x-branch-with-tag-karaf-3-0-1-156-g575ec6d-tp4034885.html
Sent from the Karaf - User mailing list archive at Nabble.com.


--
Jean-Baptiste Onofré
[email protected]
http://blog.nanthrax.net
Talend - http://www.talend.com

Reply via email to