blob: 7836d34c7776ba84e52ab24d1e37116953e64341 [file] [log] [blame]
Till Westmann276bbc22013-06-05 18:56:27 -07001<!--
Ian Maxond8857792015-09-11 14:19:53 -07002 ! 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.
Till Westmann276bbc22013-06-05 18:56:27 -070018 !-->
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -080019<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">
vinayakb0c860392012-10-06 18:47:20 +000021 <modelVersion>4.0.0</modelVersion>
vinayakb0c860392012-10-06 18:47:20 +000022 <artifactId>hyracks-storage-am-common</artifactId>
buyingyi8d79d162012-10-22 23:04:47 +000023 <name>hyracks-storage-am-common</name>
vinayakb0c860392012-10-06 18:47:20 +000024 <parent>
Ian Maxone915e8c2015-07-01 17:03:31 -070025 <groupId>org.apache.hyracks</groupId>
vinayakb0c860392012-10-06 18:47:20 +000026 <artifactId>hyracks</artifactId>
Ian Maxonf20e64f2024-03-05 00:02:55 -080027 <version>0.3.10-SNAPSHOT</version>
vinayakb0c860392012-10-06 18:47:20 +000028 </parent>
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>
Ian Maxon9e37c962015-11-25 07:38:37 -080037 <properties>
Michael Blowb4c1fb02016-05-09 15:41:00 -070038 <root.dir>${basedir}/../..</root.dir>
Ian Maxon9e37c962015-11-25 07:38:37 -080039 </properties>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -080040 <build>
41 <plugins>
42 <plugin>
43 <groupId>org.apache.maven.plugins</groupId>
44 <artifactId>maven-jar-plugin</artifactId>
45 <executions>
46 <execution>
47 <goals>
48 <goal>test-jar</goal>
49 </goals>
50 </execution>
51 </executions>
52 </plugin>
Ian Maxon0cde5152025-02-20 14:22:00 -080053 <plugin>
54 <groupId>org.apache.maven.plugins</groupId>
55 <artifactId>maven-surefire-plugin</artifactId>
56 </plugin>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -080057 </plugins>
58 </build>
vinayakb0c860392012-10-06 18:47:20 +000059 <dependencies>
JavierJia26c3b532015-10-23 13:49:32 -070060 <dependency>
Michael Blowb4c1fb02016-05-09 15:41:00 -070061 <groupId>org.apache.hyracks</groupId>
62 <artifactId>hyracks-api</artifactId>
Michael Blowf8a882d2016-08-02 01:28:34 -040063 <version>${project.version}</version>
Michael Blowb4c1fb02016-05-09 15:41:00 -070064 <type>jar</type>
65 <scope>compile</scope>
66 </dependency>
67 <dependency>
68 <groupId>org.apache.hyracks</groupId>
69 <artifactId>hyracks-storage-common</artifactId>
Michael Blowf8a882d2016-08-02 01:28:34 -040070 <version>${project.version}</version>
Michael Blowb4c1fb02016-05-09 15:41:00 -070071 <type>jar</type>
72 <scope>compile</scope>
73 </dependency>
74 <dependency>
75 <groupId>org.apache.hyracks</groupId>
76 <artifactId>hyracks-dataflow-common</artifactId>
Michael Blowf8a882d2016-08-02 01:28:34 -040077 <version>${project.version}</version>
Michael Blowb4c1fb02016-05-09 15:41:00 -070078 <type>jar</type>
79 <scope>compile</scope>
80 </dependency>
81 <dependency>
82 <groupId>org.apache.hyracks</groupId>
83 <artifactId>hyracks-dataflow-std</artifactId>
Michael Blowf8a882d2016-08-02 01:28:34 -040084 <version>${project.version}</version>
Michael Blowb4c1fb02016-05-09 15:41:00 -070085 <type>jar</type>
86 <scope>compile</scope>
87 </dependency>
88 <dependency>
89 <groupId>org.apache.hyracks</groupId>
90 <artifactId>hyracks-util</artifactId>
Michael Blowf8a882d2016-08-02 01:28:34 -040091 <version>${project.version}</version>
JavierJia26c3b532015-10-23 13:49:32 -070092 </dependency>
Michael Blowba358122016-10-13 19:56:03 -040093 <dependency>
94 <groupId>org.apache.hyracks</groupId>
95 <artifactId>hyracks-data-std</artifactId>
96 <version>${project.version}</version>
97 </dependency>
Abdullah Alamoudi90cdbac2017-01-05 18:18:48 -080098 <dependency>
99 <groupId>junit</groupId>
100 <artifactId>junit</artifactId>
101 <scope>test</scope>
102 </dependency>
Murtadha Hubailaf4018d2017-12-15 17:56:38 +0300103 <dependency>
104 <groupId>org.apache.logging.log4j</groupId>
105 <artifactId>log4j-api</artifactId>
106 </dependency>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800107 <dependency>
108 <groupId>org.mockito</groupId>
Ian Maxon4889f6b2021-05-05 02:08:27 -0700109 <artifactId>mockito-core</artifactId>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800110 <scope>test</scope>
111 </dependency>
Murtadha Hubail11f7c342018-07-15 10:55:47 +0300112 <dependency>
113 <groupId>com.fasterxml.jackson.core</groupId>
114 <artifactId>jackson-databind</artifactId>
115 </dependency>
Murtadha Hubailb1ae88e2020-10-31 23:35:56 +0300116 <dependency>
117 <groupId>com.fasterxml.jackson.core</groupId>
118 <artifactId>jackson-core</artifactId>
119 </dependency>
Ali Alsuliman3c4e5892023-03-26 02:36:45 -0700120 <dependency>
121 <groupId>it.unimi.dsi</groupId>
122 <artifactId>fastutil-core</artifactId>
123 </dependency>
vinayakb0c860392012-10-06 18:47:20 +0000124 </dependencies>
Abdullah Alamoudi4ff6a362018-02-12 09:24:15 -0800125</project>