Fix dependency group id.
[cyberduck.git] / pom / core / pom.xml
blobd801dbd6613994d4e234e95ac785afa3a7f729ac
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>
4     <parent>
5         <groupId>ch.cyberduck</groupId>
6         <artifactId>parent</artifactId>
7         <relativePath>../../pom.xml</relativePath>
8         <version>4.8.0-SNAPSHOT</version>
9     </parent>
10     <artifactId>core</artifactId>
11     <packaging>pom</packaging>
12     <version>4.8.0-SNAPSHOT</version>
14     <profiles>
15         <profile>
16             <id>mac</id>
17             <activation>
18                 <os>
19                     <family>Mac</family>
20                 </os>
21             </activation>
22             <modules>
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>
35             </modules>
36         </profile>
37         <profile>
38             <id>windows</id>
39             <activation>
40                 <os>
41                     <family>Windows</family>
42                 </os>
43             </activation>
44             <modules>
45                 <module>native</module>
46             </modules>
47         </profile>
48     </profiles>
50     <dependencies>
51         <dependency>
52             <groupId>org.apache.httpcomponents</groupId>
53             <artifactId>httpcore</artifactId>
54             <version>4.4.1</version>
55         </dependency>
56         <dependency>
57             <groupId>org.apache.httpcomponents</groupId>
58             <artifactId>httpclient</artifactId>
59             <version>4.5</version>
60         </dependency>
61         <dependency>
62             <groupId>org.apache.httpcomponents</groupId>
63             <artifactId>httpmime</artifactId>
64             <version>4.4.1</version>
65         </dependency>
66         <dependency>
67             <groupId>com.github.lookfirst</groupId>
68             <artifactId>sardine</artifactId>
69             <version>5.6</version>
70         </dependency>
71         <dependency>
72             <groupId>ch.iterate.openstack</groupId>
73             <artifactId>swift</artifactId>
74             <version>2.4</version>
75         </dependency>
76         <dependency>
77             <groupId>net.java.dev.jets3t</groupId>
78             <artifactId>jets3t</artifactId>
79             <version>0.9.4</version>
80         </dependency>
81         <dependency>
82             <groupId>com.jamesmurty.utils</groupId>
83             <artifactId>java-xmlbuilder</artifactId>
84             <version>1.1</version>
85         </dependency>
86         <dependency>
87             <groupId>com.microsoft.azure</groupId>
88             <artifactId>azure-storage</artifactId>
89             <version>3.0.0</version>
90         </dependency>
91         <dependency>
92             <groupId>com.hierynomus</groupId>
93             <artifactId>sshj</artifactId>
94             <version>0.13.0</version>
95         </dependency>
96         <dependency>
97             <groupId>com.jcraft</groupId>
98             <artifactId>jsch.agentproxy.sshj</artifactId>
99             <version>0.0.9</version>
100         </dependency>
101         <dependency>
102             <groupId>com.jcraft</groupId>
103             <artifactId>jsch.agentproxy.sshagent</artifactId>
104             <version>0.0.9</version>
105         </dependency>
106         <dependency>
107             <groupId>com.jcraft</groupId>
108             <artifactId>jsch.agentproxy.pageant</artifactId>
109             <version>0.0.9</version>
110         </dependency>
111         <dependency>
112             <groupId>com.jcraft</groupId>
113             <artifactId>jsch.agentproxy.usocket-jna</artifactId>
114             <version>0.0.9</version>
115         </dependency>
116         <dependency>
117             <groupId>com.barchart.udt</groupId>
118             <artifactId>barchart-udt-bundle</artifactId>
119             <version>2.3.0</version>
120         </dependency>
121         <dependency>
122             <groupId>commons-net</groupId>
123             <artifactId>commons-net</artifactId>
124             <version>3.3</version>
125         </dependency>
126         <dependency>
127             <groupId>org.apache.commons</groupId>
128             <artifactId>commons-pool2</artifactId>
129             <version>2.4.1</version>
130         </dependency>
131         <dependency>
132             <groupId>commons-io</groupId>
133             <artifactId>commons-io</artifactId>
134             <version>2.4</version>
135         </dependency>
136         <dependency>
137             <groupId>commons-collections</groupId>
138             <artifactId>commons-collections</artifactId>
139             <version>3.2.1</version>
140         </dependency>
141         <dependency>
142             <groupId>org.apache.commons</groupId>
143             <artifactId>commons-lang3</artifactId>
144             <version>3.3.2</version>
145         </dependency>
146         <dependency>
147             <groupId>org.bouncycastle</groupId>
148             <artifactId>bcprov-jdk15on</artifactId>
149             <version>1.51</version>
150         </dependency>
151         <dependency>
152             <groupId>com.googlecode.plist</groupId>
153             <artifactId>dd-plist</artifactId>
154             <version>1.16</version>
155         </dependency>
156         <dependency>
157             <groupId>com.google.code.gson</groupId>
158             <artifactId>gson</artifactId>
159             <version>2.2.4</version>
160         </dependency>
161         <dependency>
162             <groupId>cglib</groupId>
163             <artifactId>cglib</artifactId>
164             <version>2.2.2</version>
165         </dependency>
166         <dependency>
167             <groupId>com.jcraft</groupId>
168             <artifactId>jzlib</artifactId>
169             <version>1.1.3</version>
170         </dependency>
171     </dependencies>
173     <build>
174         <plugins>
175             <plugin>
176                 <artifactId>maven-antrun-plugin</artifactId>
177                 <version>1.8</version>
178                 <inherited>false</inherited>
179                 <executions>
180                     <execution>
181                         <id>run-ant-clean-target</id>
182                         <phase>clean</phase>
183                         <goals>
184                             <goal>run</goal>
185                         </goals>
186                         <configuration>
187                             <tasks>
188                                 <property name="version" value="${project.version}"/>
189                                 <ant antfile="${project.basedir}/../../build.xml" target="clean" dir="${project.basedir}/../.."/>
190                             </tasks>
191                         </configuration>
192                     </execution>
193                     <execution>
194                         <id>run-ant-build-target</id>
195                         <phase>compile</phase>
196                         <goals>
197                             <goal>run</goal>
198                         </goals>
199                         <configuration>
200                             <tasks>
201                                 <property name="version" value="${project.version}"/>
202                                 <ant antfile="${project.basedir}/../../build.xml" target="build" dir="${project.basedir}/../.."/>
203                             </tasks>
204                         </configuration>
205                     </execution>
206                 </executions>
207             </plugin>
208             <plugin>
209                 <groupId>org.codehaus.mojo</groupId>
210                 <artifactId>build-helper-maven-plugin</artifactId>
211                 <inherited>false</inherited>
212                 <executions>
213                     <execution>
214                         <id>install-core</id>
215                         <phase>package</phase>
216                         <goals>
217                             <goal>attach-artifact</goal>
218                         </goals>
219                         <configuration>
220                             <artifacts>
221                                 <artifact>
222                                     <type>jar</type>
223                                     <file>${project.basedir}/../../build/core-${project.version}.jar</file>
224                                 </artifact>
225                             </artifacts>
226                         </configuration>
227                     </execution>
228                 </executions>
229             </plugin>
230         </plugins>
231     </build>
232 </project>