blob: 6be5f37623d69e8f0e3de76a00096568099eb439 [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 Alamoudi735532e2017-05-11 13:58:53 -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/maven-v4_0_0.xsd">
Michael Blowb4c1fb02016-05-09 15:41:00 -070021 <modelVersion>4.0.0</modelVersion>
22 <artifactId>hyracks-storage-am-btree</artifactId>
23 <name>hyracks-storage-am-btree</name>
24 <parent>
25 <groupId>org.apache.hyracks</groupId>
26 <artifactId>hyracks</artifactId>
Ian Maxonf20e64f2024-03-05 00:02:55 -080027 <version>0.3.10-SNAPSHOT</version>
Michael Blowb4c1fb02016-05-09 15:41:00 -070028 </parent>
29 <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 <properties>
38 <root.dir>${basedir}/../..</root.dir>
39 </properties>
Ian Maxon0cde5152025-02-20 14:22:00 -080040
41 <build>
42 <plugins>
43 <plugin>
44 <groupId>org.apache.maven.plugins</groupId>
45 <artifactId>maven-surefire-plugin</artifactId>
46 </plugin>
47 </plugins>
48 </build>
Michael Blowb4c1fb02016-05-09 15:41:00 -070049 <dependencies>
50 <dependency>
51 <groupId>org.apache.hyracks</groupId>
Abdullah Alamoudi803a3a22016-05-19 14:26:09 -070052 <artifactId>hyracks-api</artifactId>
Michael Blowf8a882d2016-08-02 01:28:34 -040053 <version>${project.version}</version>
Abdullah Alamoudi803a3a22016-05-19 14:26:09 -070054 <type>test-jar</type>
Michael Blow2da62dc2016-06-30 21:18:37 -040055 <scope>test</scope>
Abdullah Alamoudi803a3a22016-05-19 14:26:09 -070056 </dependency>
57 <dependency>
58 <groupId>org.apache.hyracks</groupId>
Michael Blowb4c1fb02016-05-09 15:41:00 -070059 <artifactId>hyracks-storage-common</artifactId>
Michael Blowf8a882d2016-08-02 01:28:34 -040060 <version>${project.version}</version>
Michael Blowb4c1fb02016-05-09 15:41:00 -070061 </dependency>
62 <dependency>
63 <groupId>org.apache.hyracks</groupId>
64 <artifactId>hyracks-storage-am-common</artifactId>
Michael Blowf8a882d2016-08-02 01:28:34 -040065 <version>${project.version}</version>
Michael Blowb4c1fb02016-05-09 15:41:00 -070066 </dependency>
67 <dependency>
68 <groupId>org.apache.hyracks</groupId>
69 <artifactId>hyracks-dataflow-common</artifactId>
Michael Blowf8a882d2016-08-02 01:28:34 -040070 <version>${project.version}</version>
Michael Blowb4c1fb02016-05-09 15:41:00 -070071 </dependency>
72 <dependency>
73 <groupId>org.apache.hyracks</groupId>
74 <artifactId>hyracks-dataflow-std</artifactId>
Michael Blowf8a882d2016-08-02 01:28:34 -040075 <version>${project.version}</version>
Michael Blowb4c1fb02016-05-09 15:41:00 -070076 </dependency>
77 <dependency>
78 <groupId>org.mockito</groupId>
Ian Maxon4889f6b2021-05-05 02:08:27 -070079 <artifactId>mockito-core</artifactId>
Michael Blow2da62dc2016-06-30 21:18:37 -040080 <scope>test</scope>
Michael Blowb4c1fb02016-05-09 15:41:00 -070081 </dependency>
82 <dependency>
83 <groupId>org.powermock</groupId>
Ian Maxon4889f6b2021-05-05 02:08:27 -070084 <artifactId>powermock-api-mockito2</artifactId>
Michael Blowb4c1fb02016-05-09 15:41:00 -070085 <scope>test</scope>
86 </dependency>
87 <dependency>
88 <groupId>org.powermock</groupId>
89 <artifactId>powermock-module-junit4</artifactId>
Michael Blowb4c1fb02016-05-09 15:41:00 -070090 <scope>test</scope>
91 </dependency>
Michael Blowba358122016-10-13 19:56:03 -040092 <dependency>
93 <groupId>org.powermock</groupId>
94 <artifactId>powermock-core</artifactId>
Michael Blowba358122016-10-13 19:56:03 -040095 <scope>test</scope>
96 </dependency>
97 <dependency>
98 <groupId>org.apache.hyracks</groupId>
99 <artifactId>hyracks-api</artifactId>
100 <version>${project.version}</version>
101 </dependency>
102 <dependency>
103 <groupId>junit</groupId>
104 <artifactId>junit</artifactId>
Michael Blowba358122016-10-13 19:56:03 -0400105 <scope>test</scope>
106 </dependency>
107 <dependency>
108 <groupId>org.apache.hyracks</groupId>
109 <artifactId>hyracks-data-std</artifactId>
110 <version>${project.version}</version>
111 </dependency>
Abdullah Alamoudi735532e2017-05-11 13:58:53 -0700112 <dependency>
113 <groupId>org.apache.commons</groupId>
114 <artifactId>commons-lang3</artifactId>
Michael Blow22c6d542023-10-03 23:30:18 -0400115 <scope>test</scope>
Abdullah Alamoudi735532e2017-05-11 13:58:53 -0700116 </dependency>
Murtadha Hubailb1ae88e2020-10-31 23:35:56 +0300117 <dependency>
118 <groupId>com.fasterxml.jackson.core</groupId>
119 <artifactId>jackson-databind</artifactId>
120 </dependency>
121 <dependency>
Ali Alsulimandc9718b2024-07-13 15:24:56 +0300122 <groupId>it.unimi.dsi</groupId>
123 <artifactId>fastutil-core</artifactId>
124 </dependency>
125 <dependency>
Murtadha Hubailb1ae88e2020-10-31 23:35:56 +0300126 <groupId>org.apache.logging.log4j</groupId>
127 <artifactId>log4j-api</artifactId>
128 </dependency>
129 <dependency>
130 <groupId>org.apache.hyracks</groupId>
131 <artifactId>hyracks-util</artifactId>
132 <version>${project.version}</version>
133 </dependency>
Ali Alsulimanafb22b32023-05-05 12:09:47 -0700134 <dependency>
135 <groupId>org.apache.hyracks</groupId>
136 <artifactId>hyracks-util</artifactId>
137 <version>${project.version}</version>
138 <type>test-jar</type>
139 <scope>test</scope>
140 </dependency>
Michael Blowb4c1fb02016-05-09 15:41:00 -0700141 </dependencies>
Abdullah Alamoudi735532e2017-05-11 13:58:53 -0700142</project>