Never mind, I figured it out.

I added the specific p2 repo to the pom:

  <repositories>
    <repository>
       <id>orbit-R20100519200754</id>
       <url>
http://download.eclipse.org/tools/orbit/downloads/drops/R20151221205849/repository/
</url>
       <layout>p2</layout>
    </repository>
  </repositories>

Sincerely,
- Ray

On Mon, Feb 15, 2016 at 3:39 PM, Raymond Auge <[email protected]>
wrote:

> Hey everyone,
>
> I'm addressing a limitation of org.eclipse.equinox.http.servlet and to
> test I need apache commons-fileupload.
>
> I see that we have  org.apache.commons.fileupload:1.2.2 in orbit.
>
> Locally I've modified my target platform (with Tom's help) to add a
> Software Site of
> http://download.eclipse.org/tools/orbit/downloads/drops/R20151221205849/repository/
> from which I've added the dependency and for executing the tests from the
> everything works.
>
> I'd also like to make sure when I commit the fix however that the test run
> from maven as well.
>
> I tried simply adding
>
>                 <requirement>
>                    <type>eclipse-plugin</type>
>                    <id>org.apache.commons.fileupload</id>
>                    <versionRange>1.2.2</versionRange>
>                 </requirement>
>
> to the pom, but this didn't work. I'm guessing this is because that isn't
> in the target platform repo used by rt.equinox.bundles project.
>
> Any help would be appreciated,
> --
> *Raymond Augé* <http://www.liferay.com/web/raymond.auge/profile>
>  (@rotty3000)
>



-- 
*Raymond Augé* <http://www.liferay.com/web/raymond.auge/profile>
 (@rotty3000)
Senior Software Architect *Liferay, Inc.* <http://www.liferay.com>
 (@Liferay)
Board Member & EEG Co-Chair, OSGi Alliance <http://osgi.org> (@OSGiAlliance)
_______________________________________________
equinox-dev mailing list
[email protected]
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/equinox-dev

Reply via email to