IDEMPIERE-3531 fix hazelcast version for IDEMPIERE-3653
This commit is contained in:
parent
fae42e649d
commit
a220132912
|
@ -1,7 +1,7 @@
|
|||
<project name="zklibrary" basedir="." default="copy">
|
||||
<mkdir dir="lib" />
|
||||
<target name="copy">
|
||||
<get src="${url.maven2}/com/hazelcast/hazelcast/3.5.3/hazelcast-3.5.3.jar" dest="lib/hazelcast.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="${url.maven2}/com/hazelcast/hazelcast/3.9.3/hazelcast-3.9.3.jar" dest="lib/hazelcast.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
<get src="${url.maven2}/com/hazelcast/hazelcast-aws/2.1.0/hazelcast-aws-2.1.0.jar" dest="lib/hazelcast-aws.jar" usetimestamp="true" verbose="true" retries="5" />
|
||||
</target>
|
||||
</project>
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
<artifactItem>
|
||||
<groupId>com.hazelcast</groupId>
|
||||
<artifactId>hazelcast</artifactId>
|
||||
<version>3.5.3</version>
|
||||
<version>3.9.3</version>
|
||||
</artifactItem>
|
||||
<artifactItem>
|
||||
<groupId>com.hazelcast</groupId>
|
||||
|
|
Loading…
Reference in New Issue