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.

Cheers, Robin.

Robin Taylor
Main Library
University of Edinburgh
-- 
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.


------------------------------------------------------------------------------
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