blob: fbd1bd2d68c2625d1c4da14c1603842f6a905a5d [file] [log] [blame]
Steven Glenn Jacobsd0ec8372016-12-07 11:00:08 -08001<!--
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 !-->
19<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/maven-v4_0_0.xsd">
21
22 <modelVersion>4.0.0</modelVersion>
23
24 <parent>
25 <groupId>org.apache.asterix.bad</groupId>
26 <artifactId>asterix-opt</artifactId>
27 <version>1.0.0-SNAPSHOT</version>
28 </parent>
29
30 <!-- project coordinates -->
31 <groupId>org.apache.asterix</groupId>
32 <artifactId>asterix-opt-bom</artifactId>
Ian Maxonfdd7ccc2018-02-08 16:55:11 -080033 <version>0.9.4-SNAPSHOT</version>
Steven Glenn Jacobsd0ec8372016-12-07 11:00:08 -080034 <packaging>pom</packaging>
35 <name>asterix-opt-bom</name>
36 <description>BAD Extension to AsterixDB</description>
37
38 <!-- any dependencies listed here will be included in -->
39 <!-- asterix-server, etc. binary assemblies -->
40 <dependencies>
41 <dependency>
42 <groupId>org.apache.asterix.bad</groupId>
43 <artifactId>asterix-bad</artifactId>
44 <version>1.0.0-SNAPSHOT</version>
45 </dependency>
46 </dependencies>
47</project>