blob: 445203b75abb15d459c55d685eaf7331d3a4ceb8 [file] [log] [blame]
Ian Maxond8857792015-09-11 14:19:53 -07001<!--
2 ! Licensed to the Apache Software Foundation (ASF) under one
3 ! or more contributor license agreements. See the NOTICE file
4 ! distributed with this work for additional information
5 ! regarding copyright ownership. The ASF licenses this file
6 ! to you under the Apache License, Version 2.0 (the
7 ! "License"); you may not use this file except in compliance
8 ! with the License. You may obtain a copy of the License at
9 !
10 ! http://www.apache.org/licenses/LICENSE-2.0
11 !
12 ! Unless required by applicable law or agreed to in writing,
13 ! software distributed under the License is distributed on an
14 ! "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15 ! KIND, either express or implied. See the License for the
16 ! specific language governing permissions and limitations
17 ! under the License.
18 !-->
Vinayak Borkar9c832002013-12-11 12:08:57 -080019<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
Yingyi Buccd6c9d2013-11-13 10:02:21 -080020 <modelVersion>4.0.0</modelVersion>
21 <artifactId>hyracks-client</artifactId>
22 <name>hyracks-client</name>
23 <parent>
Ian Maxone915e8c2015-07-01 17:03:31 -070024 <groupId>org.apache.hyracks</groupId>
Yingyi Buccd6c9d2013-11-13 10:02:21 -080025 <artifactId>hyracks</artifactId>
Ian Maxond4daeb42015-09-15 14:31:32 -070026 <version>0.2.17-SNAPSHOT</version>
Yingyi Buccd6c9d2013-11-13 10:02:21 -080027 </parent>
buyingyi55df5212013-03-24 07:20:08 +000028
Iane82f8112014-11-19 12:31:18 -080029 <licenses>
30 <license>
31 <name>Apache License, Version 2.0</name>
32 <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
33 <distribution>repo</distribution>
34 <comments>A business-friendly OSS license</comments>
35 </license>
36 </licenses>
37
Yingyi Buccd6c9d2013-11-13 10:02:21 -080038 <build>
39 <plugins>
40 <plugin>
41 <groupId>org.apache.maven.plugins</groupId>
Yingyi Buccd6c9d2013-11-13 10:02:21 -080042 <artifactId>maven-clean-plugin</artifactId>
43 <version>2.5</version>
44 <configuration>
45 <filesets>
46 <fileset>
47 <directory>.</directory>
48 <includes>
49 <include>teststore*</include>
50 <include>edu*</include>
51 <include>actual*</include>
52 <include>build*</include>
53 <include>expect*</include>
54 <include>ClusterController*</include>
55 <include>edu.uci.*</include>
56 <include>dev*</include>
57 </includes>
58 </fileset>
59 </filesets>
60 </configuration>
61 </plugin>
62 </plugins>
63 </build>
64 <dependencies>
65 <dependency>
Ian Maxone915e8c2015-07-01 17:03:31 -070066 <groupId>org.apache.hyracks</groupId>
Yingyi Buccd6c9d2013-11-13 10:02:21 -080067 <artifactId>hyracks-api</artifactId>
Ian Maxond4daeb42015-09-15 14:31:32 -070068 <version>0.2.17-SNAPSHOT</version>
Yingyi Buccd6c9d2013-11-13 10:02:21 -080069 </dependency>
70 <dependency>
Ian Maxone915e8c2015-07-01 17:03:31 -070071 <groupId>org.apache.hyracks</groupId>
Yingyi Buccd6c9d2013-11-13 10:02:21 -080072 <artifactId>hyracks-net</artifactId>
Ian Maxond4daeb42015-09-15 14:31:32 -070073 <version>0.2.17-SNAPSHOT</version>
Yingyi Buccd6c9d2013-11-13 10:02:21 -080074 </dependency>
75 <dependency>
Ian Maxone915e8c2015-07-01 17:03:31 -070076 <groupId>org.apache.hyracks</groupId>
Yingyi Buccd6c9d2013-11-13 10:02:21 -080077 <artifactId>hyracks-comm</artifactId>
Ian Maxond4daeb42015-09-15 14:31:32 -070078 <version>0.2.17-SNAPSHOT</version>
Yingyi Buccd6c9d2013-11-13 10:02:21 -080079 </dependency>
80 <dependency>
Ian Maxone915e8c2015-07-01 17:03:31 -070081 <groupId>org.apache.hyracks</groupId>
Yingyi Buccd6c9d2013-11-13 10:02:21 -080082 <artifactId>hyracks-dataflow-common</artifactId>
Ian Maxond4daeb42015-09-15 14:31:32 -070083 <version>0.2.17-SNAPSHOT</version>
Yingyi Buccd6c9d2013-11-13 10:02:21 -080084 </dependency>
85 <dependency>
Ian Maxone915e8c2015-07-01 17:03:31 -070086 <groupId>org.apache.hyracks</groupId>
Yingyi Buccd6c9d2013-11-13 10:02:21 -080087 <artifactId>hyracks-control-cc</artifactId>
Ian Maxond4daeb42015-09-15 14:31:32 -070088 <version>0.2.17-SNAPSHOT</version>
Yingyi Buccd6c9d2013-11-13 10:02:21 -080089 </dependency>
90 <dependency>
Ian Maxone915e8c2015-07-01 17:03:31 -070091 <groupId>org.apache.hyracks</groupId>
Yingyi Buccd6c9d2013-11-13 10:02:21 -080092 <artifactId>hyracks-control-nc</artifactId>
Ian Maxond4daeb42015-09-15 14:31:32 -070093 <version>0.2.17-SNAPSHOT</version>
Yingyi Buccd6c9d2013-11-13 10:02:21 -080094 </dependency>
95 <dependency>
96 <groupId>com.googlecode.json-simple</groupId>
97 <artifactId>json-simple</artifactId>
98 <version>1.1</version>
99 </dependency>
Yingyi Buccd6c9d2013-11-13 10:02:21 -0800100 </dependencies>
buyingyi55df5212013-03-24 07:20:08 +0000101</project>