JavierJia | 26c3b53 | 2015-10-23 13:49:32 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
| 3 | ~ Licensed to the Apache Software Foundation (ASF) under one |
| 4 | ~ or more contributor license agreements. See the NOTICE file |
| 5 | ~ distributed with this work for additional information |
| 6 | ~ regarding copyright ownership. The ASF licenses this file |
| 7 | ~ to you under the Apache License, Version 2.0 (the |
| 8 | ~ "License"); you may not use this file except in compliance |
| 9 | ~ with the License. You may obtain a copy of the License at |
| 10 | ~ |
| 11 | ~ http://www.apache.org/licenses/LICENSE-2.0 |
| 12 | ~ |
| 13 | ~ Unless required by applicable law or agreed to in writing, |
| 14 | ~ software distributed under the License is distributed on an |
| 15 | ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| 16 | ~ KIND, either express or implied. See the License for the |
| 17 | ~ specific language governing permissions and limitations |
| 18 | ~ under the License. |
| 19 | --> |
| 20 | |
Michael Blow | 380b0a2 | 2016-08-02 13:05:52 -0400 | [diff] [blame] | 21 | <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"> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 22 | <parent> |
| 23 | <artifactId>hyracks</artifactId> |
| 24 | <groupId>org.apache.hyracks</groupId> |
Ian Maxon | c95de7a | 2020-08-07 11:58:39 -0700 | [diff] [blame] | 25 | <version>0.3.6-SNAPSHOT</version> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 26 | </parent> |
JavierJia | 26c3b53 | 2015-10-23 13:49:32 -0700 | [diff] [blame] | 27 | |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 28 | <modelVersion>4.0.0</modelVersion> |
JavierJia | 26c3b53 | 2015-10-23 13:49:32 -0700 | [diff] [blame] | 29 | |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 30 | <build> |
| 31 | <plugins> |
| 32 | <plugin> |
| 33 | <groupId>org.apache.maven.plugins</groupId> |
| 34 | <artifactId>maven-jar-plugin</artifactId> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 35 | <executions> |
| 36 | <execution> |
| 37 | <goals> |
| 38 | <goal>test-jar</goal> |
| 39 | </goals> |
| 40 | </execution> |
| 41 | </executions> |
| 42 | </plugin> |
| 43 | </plugins> |
| 44 | </build> |
JavierJia | 26c3b53 | 2015-10-23 13:49:32 -0700 | [diff] [blame] | 45 | |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 46 | <artifactId>hyracks-util</artifactId> |
Dmitry Lychagin | 249be53 | 2017-05-31 14:57:14 -0700 | [diff] [blame] | 47 | |
| 48 | <properties> |
| 49 | <root.dir>${basedir}/../..</root.dir> |
| 50 | </properties> |
| 51 | |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 52 | <dependencies> |
| 53 | <dependency> |
| 54 | <groupId>junit</groupId> |
| 55 | <artifactId>junit</artifactId> |
Michael Blow | 2da62dc | 2016-06-30 21:18:37 -0400 | [diff] [blame] | 56 | <scope>test</scope> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 57 | </dependency> |
Michael Blow | 1fb232d | 2017-03-30 20:11:34 -0400 | [diff] [blame] | 58 | <dependency> |
| 59 | <groupId>com.fasterxml.jackson.core</groupId> |
| 60 | <artifactId>jackson-databind</artifactId> |
| 61 | </dependency> |
| 62 | <dependency> |
| 63 | <groupId>com.fasterxml.jackson.core</groupId> |
| 64 | <artifactId>jackson-core</artifactId> |
| 65 | </dependency> |
Murtadha Hubail | 0d0a113 | 2017-07-27 12:18:41 +0300 | [diff] [blame] | 66 | <dependency> |
| 67 | <groupId>org.apache.commons</groupId> |
| 68 | <artifactId>commons-lang3</artifactId> |
| 69 | </dependency> |
Michael Blow | 453c753 | 2017-09-29 11:21:02 -0400 | [diff] [blame] | 70 | <dependency> |
| 71 | <groupId>org.apache.commons</groupId> |
| 72 | <artifactId>commons-collections4</artifactId> |
| 73 | </dependency> |
Murtadha Hubail | af4018d | 2017-12-15 17:56:38 +0300 | [diff] [blame] | 74 | <dependency> |
| 75 | <groupId>org.apache.logging.log4j</groupId> |
| 76 | <artifactId>log4j-api</artifactId> |
| 77 | </dependency> |
Murtadha Hubail | 4756d1c | 2018-01-03 01:09:54 +0300 | [diff] [blame] | 78 | <dependency> |
| 79 | <groupId>org.apache.logging.log4j</groupId> |
| 80 | <artifactId>log4j-core</artifactId> |
| 81 | </dependency> |
Michael Blow | 6f75f05 | 2018-04-15 20:06:48 -0400 | [diff] [blame] | 82 | <dependency> |
| 83 | <groupId>commons-io</groupId> |
| 84 | <artifactId>commons-io</artifactId> |
| 85 | </dependency> |
| 86 | <dependency> |
| 87 | <groupId>org.apache.commons</groupId> |
| 88 | <artifactId>commons-text</artifactId> |
| 89 | </dependency> |
| 90 | <dependency> |
| 91 | <groupId>org.apache.httpcomponents</groupId> |
| 92 | <artifactId>httpcore</artifactId> |
| 93 | </dependency> |
| 94 | <dependency> |
| 95 | <groupId>org.apache.httpcomponents</groupId> |
| 96 | <artifactId>httpclient</artifactId> |
| 97 | </dependency> |
Michael Blow | 0df6cfb | 2020-06-20 16:54:11 -0400 | [diff] [blame] | 98 | <dependency> |
| 99 | <groupId>com.google.guava</groupId> |
| 100 | <artifactId>guava</artifactId> |
| 101 | </dependency> |
Michael Blow | 66f584b | 2020-10-03 16:40:07 -0400 | [diff] [blame] | 102 | <dependency> |
| 103 | <groupId>it.unimi.dsi</groupId> |
Michael Blow | d821af0 | 2021-04-05 09:33:15 -0400 | [diff] [blame] | 104 | <artifactId>fastutil-core</artifactId> |
Michael Blow | 66f584b | 2020-10-03 16:40:07 -0400 | [diff] [blame] | 105 | </dependency> |
Michael Blow | b4c1fb0 | 2016-05-09 15:41:00 -0700 | [diff] [blame] | 106 | </dependencies> |
JavierJia | 26c3b53 | 2015-10-23 13:49:32 -0700 | [diff] [blame] | 107 | |
Ian Maxon | b165aca | 2016-03-17 18:21:57 -0700 | [diff] [blame] | 108 | </project> |