On Wed, Aug 06, 2014 at 10:27:55AM +0000, TAYLOR Robin wrote:
> Hi all,
> 
> Looks like historically we had Apache Commons HttpClient v3 managed as a 
> dependency the dspace-parent Pom...
> 
>       <dependency>
>             <groupId>commons-httpclient</groupId>
>             <artifactId>commons-httpclient</artifactId>
>             <version>3.1</version>
>          </dependency>
> 
> More recently the replacement product Apache Http Components v4 was 
> introduced as a dependency but only in dspace-api...
> 
>     <dependency>
>             <groupId>org.apache.httpcomponents</groupId>
>             <artifactId>httpclient</artifactId>
>             <version>4.2.1</version>
>         </dependency>
> 
> I want to make use of v4 in both the XMLUI and JSPUI, to that end I would 
> like to move the management of the dependency to dspace-parent and introduce 
> it as a dependency in the JSPUI and XMLUI, any objections?
> 
> A very very brief investigation suggests that there are no conflicts in 
> package names.

See also https://jira.duraspace.org/browse/DS-1577

-- 
Mark H. Wood
Lead Technology Analyst

University Library
Indiana University - Purdue University Indianapolis
755 W. Michigan Street
Indianapolis, IN 46202
317-274-0749
www.ulib.iupui.edu

Attachment: signature.asc
Description: Digital signature

------------------------------------------------------------------------------
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk
_______________________________________________
Dspace-devel mailing list
Dspace-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-devel

Reply via email to