-
Notifications
You must be signed in to change notification settings - Fork 40
/
ivy_ant-jars.xml
28 lines (28 loc) · 1.1 KB
/
ivy_ant-jars.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
25
26
27
28
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE project [
<!ENTITY common SYSTEM "common.xml">
]>
<!--
// Copyright (C) 2000-2013 SuperWaba Ltda.
// Copyright (C) 2014-2020 TotalCross Global Mobile Platform Ltda.
//
// SPDX-License-Identifier: LGPL-2.1-only
-->
<ivy-module version="2.0" xmlns:m="http://ant.apache.org/ivy/extra">
<info organisation="superwaba" module="ant-jars" />
<dependencies>
<!-- orangevolt: used to access the windows registry -->
<dependency org="orangevolt-ant-tasks" name="orangevolt-ant-tasks" rev="1.3.8" />
<!-- used by our ant scripts -->
<dependency org="ant-contrib" name="ant-contrib" rev="1.0b3" transitive="false" />
<!-- jodconverter: used convert the companion to pdf -->
<dependency org="org.artofsolving.jodconverter" name="jodconverter-core" rev="3.0-beta-4">
<artifact name="jodconverter-core" ext="jar" />
<exclude name="sigar" ext="jar" />
</dependency>
<!-- jsch: used for ssh connections -->
<dependency org="com.jcraft" name="jsch" rev="0.1.46">
<artifact name="jsch" ext="jar"/>
</dependency>
</dependencies>
</ivy-module>