blob: aaf5c90222ecfe8f5ae613968ae0b89b84a66ee6 [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 !-->
Ian Maxond2e1e892015-10-05 12:46:26 -070019<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/xsd/maven-4.0.0.xsd">
vinayakb38b7ca42012-03-05 05:44:15 +000020 <modelVersion>4.0.0</modelVersion>
21 <parent>
22 <artifactId>asterix</artifactId>
Ian Maxonf18bba22015-08-21 12:35:14 -070023 <groupId>org.apache.asterix</groupId>
Ian Maxon4e6a9232015-10-05 12:46:37 -070024 <version>0.8.8-SNAPSHOT</version>
vinayakb38b7ca42012-03-05 05:44:15 +000025 </parent>
vinayakb38b7ca42012-03-05 05:44:15 +000026 <artifactId>asterix-algebra</artifactId>
vinayakb38b7ca42012-03-05 05:44:15 +000027
ramangrover29ae85a1d2015-06-26 17:26:05 -070028 <licenses>
29 <license>
30 <name>Apache License, Version 2.0</name>
31 <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
32 <distribution>repo</distribution>
33 <comments>A business-friendly OSS license</comments>
34 </license>
35 </licenses>
Ian4a816dc2014-11-26 15:46:32 -080036
vinayakb38b7ca42012-03-05 05:44:15 +000037 <build>
38 <plugins>
39 <plugin>
vinayakb38b7ca42012-03-05 05:44:15 +000040 <groupId>org.codehaus.mojo</groupId>
41 <artifactId>javacc-maven-plugin</artifactId>
42 <version>2.6</version>
43 <executions>
44 <execution>
45 <id>javacc</id>
46 <goals>
47 <goal>javacc</goal>
48 </goals>
49 <configuration>
50 <isStatic>false</isStatic>
51 </configuration>
52 </execution>
53 </executions>
54 </plugin>
55 </plugins>
vinayakb5ee049d2013-04-06 21:21:29 +000056 <pluginManagement>
57 <plugins>
vinayakb5ee049d2013-04-06 21:21:29 +000058 <plugin>
59 <groupId>org.eclipse.m2e</groupId>
60 <artifactId>lifecycle-mapping</artifactId>
61 <version>1.0.0</version>
62 <configuration>
63 <lifecycleMappingMetadata>
64 <pluginExecutions>
65 <pluginExecution>
66 <pluginExecutionFilter>
67 <groupId>
68 org.codehaus.mojo
69 </groupId>
70 <artifactId>
71 javacc-maven-plugin
72 </artifactId>
73 <versionRange>
74 [2.6,)
75 </versionRange>
76 <goals>
77 <goal>javacc</goal>
78 </goals>
79 </pluginExecutionFilter>
80 <action>
vinayakb8a1a7182013-04-07 01:45:00 +000081 <ignore />
vinayakb5ee049d2013-04-06 21:21:29 +000082 </action>
83 </pluginExecution>
84 </pluginExecutions>
85 </lifecycleMappingMetadata>
86 </configuration>
87 </plugin>
88 </plugins>
89 </pluginManagement>
vinayakb38b7ca42012-03-05 05:44:15 +000090 </build>
91
92 <dependencies>
93 <dependency>
Ian Maxonf18bba22015-08-21 12:35:14 -070094 <groupId>org.apache.asterix</groupId>
vinayakb38b7ca42012-03-05 05:44:15 +000095 <artifactId>asterix-runtime</artifactId>
Ian Maxon4e6a9232015-10-05 12:46:37 -070096 <version>0.8.8-SNAPSHOT</version>
vinayakb38b7ca42012-03-05 05:44:15 +000097 <scope>compile</scope>
98 </dependency>
99 <dependency>
Ian Maxonf18bba22015-08-21 12:35:14 -0700100 <groupId>org.apache.asterix</groupId>
vinayakb38b7ca42012-03-05 05:44:15 +0000101 <artifactId>asterix-aql</artifactId>
Ian Maxon4e6a9232015-10-05 12:46:37 -0700102 <version>0.8.8-SNAPSHOT</version>
vinayakb38b7ca42012-03-05 05:44:15 +0000103 <scope>compile</scope>
104 </dependency>
105 <dependency>
Ian Maxonf18bba22015-08-21 12:35:14 -0700106 <groupId>org.apache.asterix</groupId>
vinayakb38b7ca42012-03-05 05:44:15 +0000107 <artifactId>asterix-metadata</artifactId>
Ian Maxon4e6a9232015-10-05 12:46:37 -0700108 <version>0.8.8-SNAPSHOT</version>
vinayakb38b7ca42012-03-05 05:44:15 +0000109 <scope>compile</scope>
110 </dependency>
ramangrover29fef378d2013-06-21 18:29:21 -0700111 <dependency>
Ian Maxonf18bba22015-08-21 12:35:14 -0700112 <groupId>org.apache.asterix</groupId>
ramangrover29fef378d2013-06-21 18:29:21 -0700113 <artifactId>asterix-external-data</artifactId>
Ian Maxon4e6a9232015-10-05 12:46:37 -0700114 <version>0.8.8-SNAPSHOT</version>
ramangrover29fef378d2013-06-21 18:29:21 -0700115 <scope>compile</scope>
116 </dependency>
ramangrover29ae85a1d2015-06-26 17:26:05 -0700117 <dependency>
Ian Maxonf18bba22015-08-21 12:35:14 -0700118 <groupId>org.apache.asterix</groupId>
ramangrover29ae85a1d2015-06-26 17:26:05 -0700119 <artifactId>asterix-transactions</artifactId>
Ian Maxon4e6a9232015-10-05 12:46:37 -0700120 <version>0.8.8-SNAPSHOT</version>
ramangrover29ae85a1d2015-06-26 17:26:05 -0700121 <scope>compile</scope>
122 </dependency>
vinayakb38b7ca42012-03-05 05:44:15 +0000123 <dependency>
Ian Maxonf18bba22015-08-21 12:35:14 -0700124 <groupId>org.apache.hyracks</groupId>
vinayakb5ee049d2013-04-06 21:21:29 +0000125 <artifactId>algebricks-compiler</artifactId>
vinayakb38b7ca42012-03-05 05:44:15 +0000126 </dependency>
127 <dependency>
128 <groupId>org.json</groupId>
129 <artifactId>json</artifactId>
vinayakb38b7ca42012-03-05 05:44:15 +0000130 </dependency>
131 </dependencies>
132</project>