Wail Alkowaileet | 511015e | 2022-09-08 16:42:57 -0700 | [diff] [blame] | 1 | <!-- |
| 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" |
Wail Alkowaileet | 15f2c8b | 2022-10-05 15:06:09 -0700 | [diff] [blame] | 20 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
| 21 | <modelVersion>4.0.0</modelVersion> |
| 22 | <artifactId>hyracks-storage-am-lsm-btree-column</artifactId> |
| 23 | <parent> |
| 24 | <groupId>org.apache.hyracks</groupId> |
| 25 | <artifactId>hyracks</artifactId> |
Ian Maxon | f20e64f | 2024-03-05 00:02:55 -0800 | [diff] [blame] | 26 | <version>0.3.10-SNAPSHOT</version> |
Wail Alkowaileet | 15f2c8b | 2022-10-05 15:06:09 -0700 | [diff] [blame] | 27 | </parent> |
| 28 | <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> |
| 36 | <properties> |
| 37 | <root.dir>${basedir}/../..</root.dir> |
| 38 | </properties> |
| 39 | <dependencies> |
| 40 | <dependency> |
| 41 | <groupId>org.apache.hyracks</groupId> |
| 42 | <artifactId>hyracks-storage-am-btree</artifactId> |
| 43 | <version>${project.version}</version> |
| 44 | </dependency> |
| 45 | <dependency> |
| 46 | <groupId>org.apache.hyracks</groupId> |
| 47 | <artifactId>hyracks-storage-am-lsm-btree</artifactId> |
| 48 | <version>${project.version}</version> |
| 49 | </dependency> |
| 50 | <dependency> |
| 51 | <groupId>org.apache.hyracks</groupId> |
| 52 | <artifactId>hyracks-storage-am-bloomfilter</artifactId> |
| 53 | <version>${project.version}</version> |
| 54 | </dependency> |
| 55 | <dependency> |
| 56 | <groupId>org.apache.hyracks</groupId> |
| 57 | <artifactId>hyracks-storage-am-lsm-common</artifactId> |
| 58 | <version>${project.version}</version> |
| 59 | </dependency> |
| 60 | <dependency> |
| 61 | <groupId>org.apache.hyracks</groupId> |
| 62 | <artifactId>hyracks-dataflow-common</artifactId> |
| 63 | <version>${project.version}</version> |
| 64 | </dependency> |
| 65 | <dependency> |
| 66 | <groupId>org.apache.hyracks</groupId> |
| 67 | <artifactId>hyracks-storage-am-common</artifactId> |
| 68 | <version>${project.version}</version> |
| 69 | </dependency> |
| 70 | <dependency> |
| 71 | <groupId>org.apache.hyracks</groupId> |
| 72 | <artifactId>hyracks-api</artifactId> |
| 73 | <version>${project.version}</version> |
| 74 | </dependency> |
| 75 | <dependency> |
| 76 | <groupId>org.apache.hyracks</groupId> |
| 77 | <artifactId>hyracks-storage-common</artifactId> |
| 78 | <version>${project.version}</version> |
| 79 | </dependency> |
| 80 | <dependency> |
| 81 | <groupId>org.apache.hyracks</groupId> |
| 82 | <artifactId>hyracks-data-std</artifactId> |
| 83 | <version>${project.version}</version> |
| 84 | </dependency> |
| 85 | <dependency> |
| 86 | <groupId>org.apache.hyracks</groupId> |
| 87 | <artifactId>hyracks-util</artifactId> |
| 88 | <version>${project.version}</version> |
| 89 | </dependency> |
Wail Alkowaileet | 1a0faa0 | 2023-03-08 08:18:44 -0800 | [diff] [blame] | 90 | <dependency> |
Wail Alkowaileet | ebde8c9 | 2024-04-27 10:36:57 -0700 | [diff] [blame] | 91 | <groupId>org.apache.hyracks</groupId> |
| 92 | <artifactId>hyracks-control-nc</artifactId> |
| 93 | <version>${project.version}</version> |
| 94 | </dependency> |
| 95 | <dependency> |
Wail Alkowaileet | 746e3f5 | 2024-05-08 21:58:37 -0700 | [diff] [blame^] | 96 | <groupId>org.apache.hyracks</groupId> |
| 97 | <artifactId>hyracks-cloud</artifactId> |
| 98 | <version>${project.version}</version> |
| 99 | </dependency> |
| 100 | <dependency> |
Wail Alkowaileet | 1a0faa0 | 2023-03-08 08:18:44 -0800 | [diff] [blame] | 101 | <groupId>org.apache.logging.log4j</groupId> |
| 102 | <artifactId>log4j-api</artifactId> |
| 103 | </dependency> |
Wail Alkowaileet | bc24e14 | 2023-03-16 08:31:41 -0700 | [diff] [blame] | 104 | <dependency> |
| 105 | <groupId>com.fasterxml.jackson.core</groupId> |
| 106 | <artifactId>jackson-databind</artifactId> |
| 107 | </dependency> |
Wail Alkowaileet | ea4ae3a | 2023-11-17 12:58:43 -0800 | [diff] [blame] | 108 | <dependency> |
| 109 | <groupId>it.unimi.dsi</groupId> |
| 110 | <artifactId>fastutil-core</artifactId> |
| 111 | </dependency> |
Wail Alkowaileet | 746e3f5 | 2024-05-08 21:58:37 -0700 | [diff] [blame^] | 112 | <dependency> |
| 113 | <groupId>junit</groupId> |
| 114 | <artifactId>junit</artifactId> |
| 115 | <scope>test</scope> |
| 116 | </dependency> |
Wail Alkowaileet | 15f2c8b | 2022-10-05 15:06:09 -0700 | [diff] [blame] | 117 | </dependencies> |
Ian Maxon | 0428c81 | 2023-03-15 08:57:31 -0700 | [diff] [blame] | 118 | </project> |