forked from iterate-ch/liferay-nativity
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathivy.xml
24 lines (21 loc) · 874 Bytes
/
ivy.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?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="com.liferay.nativity" organisation="com.liferay" />
<publications>
<artifact type="jar" />
<artifact type="pom" />
<artifact m2:classifier="sources" />
</publications>
<dependencies defaultconf="default">
<dependency name="jackson-annotations" org="com.fasterxml.jackson.core" rev="2.8.1" />
<dependency name="jackson-core" org="com.fasterxml.jackson.core" rev="2.8.1" />
<dependency name="jackson-databind" org="com.fasterxml.jackson.core" rev="2.8.1" />
<dependency name="netty-all" org="io.netty" rev="4.1.6.Final" />
<dependency name="slf4j-api" org="org.slf4j" rev="1.7.21" />
</dependencies>
</ivy-module>