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.4.1</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.4</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>com.jcraft</groupId>
103 <artifactId>jsch.agentproxy.sshagent</artifactId>
104 <version>0.0.9</version>
107 <groupId>com.jcraft</groupId>
108 <artifactId>jsch.agentproxy.pageant</artifactId>
109 <version>0.0.9</version>
112 <groupId>com.jcraft</groupId>
113 <artifactId>jsch.agentproxy.usocket-jna</artifactId>
114 <version>0.0.9</version>
117 <groupId>com.barchart.udt</groupId>
118 <artifactId>barchart-udt-bundle</artifactId>
119 <version>2.3.0</version>
122 <groupId>commons-net</groupId>
123 <artifactId>commons-net</artifactId>
124 <version>3.3</version>
127 <groupId>org.apache.commons</groupId>
128 <artifactId>commons-pool2</artifactId>
129 <version>2.4.1</version>
132 <groupId>commons-io</groupId>
133 <artifactId>commons-io</artifactId>
134 <version>2.4</version>
137 <groupId>commons-collections</groupId>
138 <artifactId>commons-collections</artifactId>
139 <version>3.2.1</version>
142 <groupId>org.apache.commons</groupId>
143 <artifactId>commons-lang3</artifactId>
144 <version>3.3.2</version>
147 <groupId>org.bouncycastle</groupId>
148 <artifactId>bcprov-jdk15on</artifactId>
149 <version>1.51</version>
152 <groupId>com.googlecode.plist</groupId>
153 <artifactId>dd-plist</artifactId>
154 <version>1.16</version>
157 <groupId>com.google.code.gson</groupId>
158 <artifactId>gson</artifactId>
159 <version>2.2.4</version>
162 <groupId>cglib</groupId>
163 <artifactId>cglib</artifactId>
164 <version>2.2.2</version>
167 <groupId>com.jcraft</groupId>
168 <artifactId>jzlib</artifactId>
169 <version>1.1.3</version>
176 <artifactId>maven-antrun-plugin</artifactId>
177 <version>1.8</version>
178 <inherited>false</inherited>
181 <id>run-ant-clean-target</id>
188 <property name="version" value="${project.version}"/>
189 <ant antfile="${project.basedir}/../../build.xml" target="clean" dir="${project.basedir}/../.."/>
194 <id>run-ant-build-target</id>
195 <phase>compile</phase>
201 <property name="version" value="${project.version}"/>
202 <ant antfile="${project.basedir}/../../build.xml" target="build" dir="${project.basedir}/../.."/>
209 <groupId>org.codehaus.mojo</groupId>
210 <artifactId>build-helper-maven-plugin</artifactId>
211 <inherited>false</inherited>
214 <id>install-core</id>
215 <phase>package</phase>
217 <goal>attach-artifact</goal>
223 <file>${project.basedir}/../../build/core-${project.version}.jar</file>