blob: d8038f34ae213d52a16ca4b754db1a0fc98905a9 [file] [log] [blame]
Ian Maxon928bbd12015-09-14 17:12:48 -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 !-->
ramangrover29ae85a1d2015-06-26 17:26:05 -070019<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
vinayakb38b7ca42012-03-05 05:44:15 +000021 <modelVersion>4.0.0</modelVersion>
22 <parent>
23 <artifactId>asterix</artifactId>
Ian Maxonf18bba22015-08-21 12:35:14 -070024 <groupId>org.apache.asterix</groupId>
Ian Maxonf2ed8bc2014-07-11 23:50:44 -070025 <version>0.8.7-SNAPSHOT</version>
vinayakb38b7ca42012-03-05 05:44:15 +000026 </parent>
vinayakb38b7ca42012-03-05 05:44:15 +000027 <artifactId>asterix-algebra</artifactId>
vinayakb38b7ca42012-03-05 05:44:15 +000028
ramangrover29ae85a1d2015-06-26 17:26:05 -070029 <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>
Ian4a816dc2014-11-26 15:46:32 -080037
vinayakb38b7ca42012-03-05 05:44:15 +000038 <build>
39 <plugins>
40 <plugin>
vinayakb38b7ca42012-03-05 05:44:15 +000041 <groupId>org.codehaus.mojo</groupId>
42 <artifactId>javacc-maven-plugin</artifactId>
43 <version>2.6</version>
44 <executions>
45 <execution>
46 <id>javacc</id>
47 <goals>
48 <goal>javacc</goal>
49 </goals>
50 <configuration>
51 <isStatic>false</isStatic>
52 </configuration>
53 </execution>
54 </executions>
55 </plugin>
56 </plugins>
vinayakb5ee049d2013-04-06 21:21:29 +000057 <pluginManagement>
58 <plugins>
vinayakb5ee049d2013-04-06 21:21:29 +000059 <plugin>
60 <groupId>org.eclipse.m2e</groupId>
61 <artifactId>lifecycle-mapping</artifactId>
62 <version>1.0.0</version>
63 <configuration>
64 <lifecycleMappingMetadata>
65 <pluginExecutions>
66 <pluginExecution>
67 <pluginExecutionFilter>
68 <groupId>
69 org.codehaus.mojo
70 </groupId>
71 <artifactId>
72 javacc-maven-plugin
73 </artifactId>
74 <versionRange>
75 [2.6,)
76 </versionRange>
77 <goals>
78 <goal>javacc</goal>
79 </goals>
80 </pluginExecutionFilter>
81 <action>
vinayakb8a1a7182013-04-07 01:45:00 +000082 <ignore />
vinayakb5ee049d2013-04-06 21:21:29 +000083 </action>
84 </pluginExecution>
85 </pluginExecutions>
86 </lifecycleMappingMetadata>
87 </configuration>
88 </plugin>
89 </plugins>
90 </pluginManagement>
vinayakb38b7ca42012-03-05 05:44:15 +000091 </build>
92
93 <dependencies>
94 <dependency>
Ian Maxonf18bba22015-08-21 12:35:14 -070095 <groupId>org.apache.asterix</groupId>
vinayakb38b7ca42012-03-05 05:44:15 +000096 <artifactId>asterix-runtime</artifactId>
Ian Maxonf2ed8bc2014-07-11 23:50:44 -070097 <version>0.8.7-SNAPSHOT</version>
vinayakb38b7ca42012-03-05 05:44:15 +000098 <scope>compile</scope>
99 </dependency>
100 <dependency>
Ian Maxonf18bba22015-08-21 12:35:14 -0700101 <groupId>org.apache.asterix</groupId>
vinayakb38b7ca42012-03-05 05:44:15 +0000102 <artifactId>asterix-aql</artifactId>
Ian Maxonf2ed8bc2014-07-11 23:50:44 -0700103 <version>0.8.7-SNAPSHOT</version>
vinayakb38b7ca42012-03-05 05:44:15 +0000104 <scope>compile</scope>
105 </dependency>
106 <dependency>
Ian Maxonf18bba22015-08-21 12:35:14 -0700107 <groupId>org.apache.asterix</groupId>
vinayakb38b7ca42012-03-05 05:44:15 +0000108 <artifactId>asterix-metadata</artifactId>
Ian Maxonf2ed8bc2014-07-11 23:50:44 -0700109 <version>0.8.7-SNAPSHOT</version>
vinayakb38b7ca42012-03-05 05:44:15 +0000110 <scope>compile</scope>
111 </dependency>
ramangrover29fef378d2013-06-21 18:29:21 -0700112 <dependency>
Ian Maxonf18bba22015-08-21 12:35:14 -0700113 <groupId>org.apache.asterix</groupId>
ramangrover29fef378d2013-06-21 18:29:21 -0700114 <artifactId>asterix-external-data</artifactId>
Ian Maxonf2ed8bc2014-07-11 23:50:44 -0700115 <version>0.8.7-SNAPSHOT</version>
ramangrover29fef378d2013-06-21 18:29:21 -0700116 <scope>compile</scope>
117 </dependency>
ramangrover29ae85a1d2015-06-26 17:26:05 -0700118 <dependency>
Ian Maxonf18bba22015-08-21 12:35:14 -0700119 <groupId>org.apache.asterix</groupId>
ramangrover29ae85a1d2015-06-26 17:26:05 -0700120 <artifactId>asterix-transactions</artifactId>
121 <version>0.8.7-SNAPSHOT</version>
122 <scope>compile</scope>
123 </dependency>
vinayakb38b7ca42012-03-05 05:44:15 +0000124 <dependency>
Ian Maxonf18bba22015-08-21 12:35:14 -0700125 <groupId>org.apache.hyracks</groupId>
vinayakb5ee049d2013-04-06 21:21:29 +0000126 <artifactId>algebricks-compiler</artifactId>
vinayakb38b7ca42012-03-05 05:44:15 +0000127 </dependency>
128 <dependency>
129 <groupId>org.json</groupId>
130 <artifactId>json</artifactId>
vinayakb38b7ca42012-03-05 05:44:15 +0000131 </dependency>
132 </dependencies>
133</project>