Integrate patch suggested by Ricardo Alexsander Santana https://groups.google.com/d/msg/idempiere/ur7Wx1DlXt8/TL2xL_2uBAAJ
fix for maven build
This commit is contained in:
parent
8c30a6c6cd
commit
5b6ac7c961
|
@ -245,7 +245,7 @@
|
|||
<transitive>false</transitive>
|
||||
</artifact>
|
||||
<artifact>
|
||||
<id>org.apache.commons:commons-collections4:jar:4.1</id>
|
||||
<id>org.apache.commons:commons-collections4:jar:4.2</id>
|
||||
<source>true</source>
|
||||
<transitive>false</transitive>
|
||||
</artifact>
|
||||
|
@ -632,4 +632,4 @@
|
|||
|
||||
</plugins>
|
||||
</build>
|
||||
</project>
|
||||
</project>
|
||||
|
|
|
@ -900,8 +900,8 @@
|
|||
<unit id="org.apache.aries.spifly.dynamic.bundle.source" version="1.0.10"/>
|
||||
<unit id="org.apache.aries.util" version="1.1.3"/>
|
||||
<unit id="org.apache.aries.util.source" version="1.1.3"/>
|
||||
<unit id="org.apache.commons.collections4" version="4.1.0"/>
|
||||
<unit id="org.apache.commons.collections4.source" version="4.1.0"/>
|
||||
<unit id="org.apache.commons.commons-collections4" version="4.2.0"/>
|
||||
<unit id="org.apache.commons.commons-collections4.source" version="4.2.0"/>
|
||||
<unit id="org.apache.commons.configuration" version="2.2.0"/>
|
||||
<unit id="org.apache.commons.configuration.source" version="2.2.0"/>
|
||||
<unit id="org.apache.commons.digester" version="2.1.0"/>
|
||||
|
@ -967,7 +967,7 @@
|
|||
<unit id="zul.sources" version="8.5.0"/>
|
||||
<unit id="zweb" version="8.5.0"/>
|
||||
<unit id="zweb.sources" version="8.5.0"/>
|
||||
<repository location="https://sourceforge.net/projects/idempiere/files/binary.file/jarfile/maven-p2-R20180421"/>
|
||||
<repository location="https://sourceforge.net/projects/idempiere/files/binary.file/jarfile/maven-p2-R20180726"/>
|
||||
</location>
|
||||
</locations>
|
||||
<targetJRE path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
|
||||
|
|
Loading…
Reference in New Issue