1 <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
2 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3 <modelVersion>4.0.0</modelVersion>
5 <groupId>ch.cyberduck</groupId>
6 <artifactId>parent</artifactId>
7 <relativePath>../../pom.xml</relativePath>
8 <version>4.8.0-SNAPSHOT</version>
10 <artifactId>core</artifactId>
11 <packaging>pom</packaging>
12 <version>4.8.0-SNAPSHOT</version>
23 <module>diagnostics</module>
24 <module>foundationprogressservice</module>
25 <module>iokitsleeppreventer</module>
26 <module>keychain</module>
27 <module>launchservicesapplicationfinder</module>
28 <module>launchservicesfiledescriptor</module>
29 <module>launchservicesquarantineservice</module>
30 <module>launchservicesschemehandler</module>
31 <module>local</module>
32 <module>proxy</module>
33 <module>quicklook</module>
34 <module>rococoa</module>
41 <family>Windows</family>
45 <module>native</module>
52 <groupId>org.apache.httpcomponents</groupId>
53 <artifactId>httpcore</artifactId>
54 <version>4.4.1</version>
57 <groupId>org.apache.httpcomponents</groupId>
58 <artifactId>httpclient</artifactId>
59 <version>4.5</version>
62 <groupId>org.apache.httpcomponents</groupId>
63 <artifactId>httpmime</artifactId>
64 <version>4.5</version>
67 <groupId>com.github.lookfirst</groupId>
68 <artifactId>sardine</artifactId>
69 <version>5.6</version>
72 <groupId>ch.iterate.openstack</groupId>
73 <artifactId>swift</artifactId>
74 <version>2.4</version>
77 <groupId>net.java.dev.jets3t</groupId>
78 <artifactId>jets3t</artifactId>
79 <version>0.9.5-SNAPSHOT</version>
82 <groupId>com.jamesmurty.utils</groupId>
83 <artifactId>java-xmlbuilder</artifactId>
84 <version>1.1</version>
87 <groupId>com.microsoft.azure</groupId>
88 <artifactId>azure-storage</artifactId>
89 <version>3.0.0</version>
92 <groupId>com.hierynomus</groupId>
93 <artifactId>sshj</artifactId>
94 <version>0.13.0</version>
97 <groupId>com.jcraft</groupId>
98 <artifactId>jsch.agentproxy.sshj</artifactId>
99 <version>0.0.9</version>
102 <groupId>net.schmizz</groupId>
103 <artifactId>sshj</artifactId>
108 <groupId>com.jcraft</groupId>
109 <artifactId>jsch.agentproxy.sshagent</artifactId>
110 <version>0.0.9</version>
113 <groupId>com.jcraft</groupId>
114 <artifactId>jsch.agentproxy.pageant</artifactId>
115 <version>0.0.9</version>
118 <groupId>com.jcraft</groupId>
119 <artifactId>jsch.agentproxy.usocket-jna</artifactId>
120 <version>0.0.9</version>
123 <groupId>com.barchart.udt</groupId>
124 <artifactId>barchart-udt-bundle</artifactId>
125 <version>2.3.0</version>
128 <groupId>commons-net</groupId>
129 <artifactId>commons-net</artifactId>
130 <version>3.3</version>
133 <groupId>org.apache.commons</groupId>
134 <artifactId>commons-pool2</artifactId>
135 <version>2.4.1</version>
138 <groupId>commons-io</groupId>
139 <artifactId>commons-io</artifactId>
140 <version>2.4</version>
143 <groupId>commons-collections</groupId>
144 <artifactId>commons-collections</artifactId>
145 <version>3.2.1</version>
148 <groupId>org.apache.commons</groupId>
149 <artifactId>commons-lang3</artifactId>
150 <version>3.4</version>
153 <groupId>org.bouncycastle</groupId>
154 <artifactId>bcprov-jdk15on</artifactId>
155 <version>1.51</version>
158 <groupId>org.slf4j</groupId>
159 <artifactId>slf4j-api</artifactId>
160 <version>1.7.1</version>
163 <groupId>org.slf4j</groupId>
164 <artifactId>slf4j-log4j12</artifactId>
165 <version>1.7.1</version>
168 <groupId>org.slf4j</groupId>
169 <artifactId>jul-to-slf4j</artifactId>
170 <version>1.7.1</version>
173 <groupId>com.googlecode.plist</groupId>
174 <artifactId>dd-plist</artifactId>
175 <version>1.16</version>
178 <groupId>com.google.code.gson</groupId>
179 <artifactId>gson</artifactId>
180 <version>2.2.4</version>
183 <groupId>cglib</groupId>
184 <artifactId>cglib</artifactId>
185 <version>2.2.2</version>
188 <groupId>com.jcraft</groupId>
189 <artifactId>jzlib</artifactId>
190 <version>1.1.3</version>
197 <artifactId>maven-antrun-plugin</artifactId>
198 <version>1.8</version>
199 <inherited>false</inherited>
202 <id>run-ant-clean-target</id>
209 <property name="version" value="${project.version}"/>
210 <ant antfile="${project.basedir}/../../build.xml" target="clean" dir="${project.basedir}/../.."/>
215 <id>run-ant-build-target</id>
216 <phase>compile</phase>
222 <property name="version" value="${project.version}"/>
223 <ant antfile="${project.basedir}/../../build.xml" target="build" dir="${project.basedir}/../.."/>
230 <groupId>org.codehaus.mojo</groupId>
231 <artifactId>build-helper-maven-plugin</artifactId>
232 <inherited>false</inherited>
235 <id>install-core</id>
236 <phase>package</phase>
238 <goal>attach-artifact</goal>
244 <file>${project.basedir}/../../build/core-${project.version}.jar</file>