Non puoi selezionare più di 25 argomenti
Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
18 righe
704 B
18 righe
704 B
5 anni fa
|
<?xml version="1.0"?>
|
||
|
|
||
|
<ivy-module
|
||
|
version="2.0"
|
||
|
xmlns:m2="http://ant.apache.org/ivy/maven"
|
||
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||
|
xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd"
|
||
|
>
|
||
|
|
||
|
<info module="elastic-web" organisation="com.liferay">
|
||
|
<extends extendType="configurations,description,info" location="../../ivy.xml" module="com.liferay.sdk" organisation="com.liferay" revision="latest.integration" />
|
||
|
</info>
|
||
|
<dependencies defaultconf="default">
|
||
|
<dependency org="org.elasticsearch" name="elasticsearch" rev="2.3.1"/>
|
||
|
<dependency org="org.elasticsearch.plugin" name="delete-by-query" rev="2.3.1"/>
|
||
|
</dependencies>
|
||
|
</ivy-module>
|