IDEMPIERE-3808:collect info to move idempiere to jdk-11 (update restlet)
correct httpclient get from maven it's httpclient-osgi
This commit is contained in:
parent
17364a0210
commit
bad19fda25
File diff suppressed because one or more lines are too long
|
@ -1263,7 +1263,7 @@ it also resolve issue confilic between eclipse runtime and tycho build
|
|||
<transitive>false</transitive>
|
||||
</artifact>
|
||||
<artifact>
|
||||
<id>org.apache.httpcomponents:httpclient:jar:4.5.6</id>
|
||||
<id>org.apache.httpcomponents:httpclient-osgi:jar:4.5.6</id>
|
||||
<source>true</source>
|
||||
<transitive>false</transitive>
|
||||
</artifact>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?><?pde version="3.8"?><target name="idempiere-181032" sequenceNumber="107">
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?><?pde version="3.8"?><target name="idempiere-181117" sequenceNumber="107">
|
||||
<locations>
|
||||
<location includeAllPlatforms="true" includeConfigurePhase="true" includeMode="slicer" includeSource="true" type="InstallableUnit">
|
||||
<unit id="org.eclipse.e4.core.tools.feature.source.feature.group" version="4.9.0.v20180823-1503"/>
|
||||
|
@ -1120,7 +1120,7 @@
|
|||
<unit id="zul.sources" version="8.6.0"/>
|
||||
<unit id="zweb" version="8.6.0"/>
|
||||
<unit id="zweb.sources" version="8.6.0"/>
|
||||
<repository location="https://raw.githubusercontent.com/hieplq/idempiere.artifact/master/m2p/maven-p2-R20181116-v1"/>
|
||||
<repository location="https://raw.githubusercontent.com/hieplq/idempiere.artifact/master/m2p/maven-p2-R20181117"/>
|
||||
</location>
|
||||
</locations>
|
||||
<targetJRE path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-10"/>
|
||||
|
|
Loading…
Reference in New Issue