forked from Zimbra/zm-mailbox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
build-ivysettings.xml
46 lines (45 loc) · 2.39 KB
/
build-ivysettings.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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<?xml version="1.0" encoding="UTF-8"?>
<ivysettings>
<property name="httpclient.version" value="4.5.8"/>
<property name="httpclient.httpcore.version" value="4.4.11"/>
<property name="httpclient.async.version" value="4.1.4"/>
<property name="jetty.version" value="9.4.46.v20220331"/>
<property name="dom4j.version" value="2.1.1"/>
<property name="log4j.core.version" value="2.17.1" />
<property name="log4j.api.version" value="2.17.1" />
<property name="com.google.guava.version" value="28.1-jre"/>
<settings defaultResolver="chain-resolver" />
<caches defaultCacheDir="${dev.home}/.ivy2/cache"/>
<resolvers>
<chain name="chain-resolver" returnFirst="true">
<filesystem name="local">
<artifact pattern= "${dev.home}/.zcs-deps/[organisation]/[module]/[module]-[revision].[ext]" />
<artifact pattern= "${dev.home}/.zcs-deps/[organisation]-[revision].[ext]" />
<artifact pattern= "${dev.home}/.zcs-deps/[organisation].[ext]" />
</filesystem>
<url name="maven-https-org">
<artifact pattern="https://repo1.maven.org/maven2/[organization]/[module]/[revision]/[artifact]-[revision].[ext]" />
</url>
<url name="maven-https-orgPath">
<artifact pattern="https://repo1.maven.org/maven2/[orgPath]/[module]/[revision]/[artifact]-[revision].[ext]" />
</url>
<ibiblio name="maven" m2compatible="true" usepoms="false"/>
<ibiblio name="maven-redhat" root="https://maven.repository.redhat.com/ga/" pattern="[organisation]/[module]/[revision]/[module]-[revision].[ext]"/>
<url name="zimbra">
<artifact pattern="https://files.zimbra.com/repository/[module]/[artifact]-[revision].[ext]" />
<artifact pattern="https://files.zimbra.com/repository/[module]/[artifact].[ext]" />
<artifact pattern="https://files.zimbra.com/repository/[organisation]/[module]/[module]-[revision].[ext]" />
</url>
</chain>
<!-- 'build-tmp' resolver is not part of the chain and is used only for packaging war files -->
<filesystem name="build-tmp">
<artifact pattern="${build.tmp.dir}/[module]-[revision].[ext]" />
</filesystem>
<filesystem name="build-dist">
<artifact pattern="${dist.dir}/[module]-[revision].[ext]" />
</filesystem>
</resolvers>
<modules>
<module organisation="xerces" name="xercesImpl" revision="2.9.1-patch-01" resolver="maven-redhat"/>
</modules>
</ivysettings>