Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ecf-dev] Maven dependencies

Scott,
  Thanks for the clarification!

  The issue was the version in my pom.  I used the version of ECF (3.9.3) when I needed to use the version of the plugin (1.6.0.v20150306-2024) 


 Tim




> Date: Thu, 9 Apr 2015 07:49:04 -0700
> From: slewis@xxxxxxxxxxxxx
> To: ecf-dev@xxxxxxxxxxx
> Subject: Re: [ecf-dev] Maven dependencies
>
> On 4/9/2015 4:33 AM, Wim Jongman wrote:
> > We do not supply the osgi bits of remote serviceadmin.
>
> Although we don't supply Equinox, we do supply the osgi bits of RSA in
> our repos. Specifically the packages:
> org.osgi.service.remoteserviceadmin and o.o.s.r.namespace. The reason
> that we do this is that Equinox doesn't distribute all of packages from
> the org.osgi.service.* namespace...it only does for those that it
> provides implementations for (ds, httpservice, etc). We have to
> redistribute these RSA classes because our impl depends upon these
> classes, and so we obviously need them to be able to run.
>
> We do redistribute these classes in the bundle Tim references
> below...i.e.: org.eclipse.osgi.services.remoteserviceadmin.
>
> What I can't understand is why Tim's maven is having trouble resolving
> this bundle, as it does exist in our 3.9.3 maven repo here:
>
> http://build.ecf-project.org/maven/3.9.3/org/eclipse/osgi/
>
> So I don't currently understand why it's not resolving.
>
> Scott
>
>
> _______________________________________________
> ecf-dev mailing list
> ecf-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> https://dev.eclipse.org/mailman/listinfo/ecf-dev

Back to the top