Michael Blow | 1355c26 | 2017-01-04 16:23:31 -0500 | [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 | <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/maven-v4_0_0.xsd"> |
| 21 | <parent> |
Michael Blow | 43b40b6 | 2017-01-14 17:03:12 -0500 | [diff] [blame] | 22 | <groupId>org.apache.hyracks</groupId> |
| 23 | <artifactId>hyracks-maven-plugins</artifactId> |
AsterixDB Jenkins | 478eccb | 2018-08-31 14:57:31 -0700 | [diff] [blame] | 24 | <version>0.3.5-SNAPSHOT</version> |
Michael Blow | 1355c26 | 2017-01-04 16:23:31 -0500 | [diff] [blame] | 25 | </parent> |
| 26 | <modelVersion>4.0.0</modelVersion> |
| 27 | <packaging>maven-plugin</packaging> |
| 28 | |
| 29 | <artifactId>license-automation-plugin</artifactId> |
Dmitry Lychagin | 249be53 | 2017-05-31 14:57:14 -0700 | [diff] [blame] | 30 | |
| 31 | <properties> |
| 32 | <root.dir>${basedir}/../../..</root.dir> |
| 33 | </properties> |
| 34 | |
Michael Blow | 1355c26 | 2017-01-04 16:23:31 -0500 | [diff] [blame] | 35 | <dependencies> |
| 36 | <dependency> |
| 37 | <groupId>org.apache.maven.plugin-tools</groupId> |
| 38 | <artifactId>maven-plugin-annotations</artifactId> |
Michael Blow | fa0ddb6 | 2022-01-22 08:08:51 -0500 | [diff] [blame] | 39 | <scope>provided</scope> |
Michael Blow | 1355c26 | 2017-01-04 16:23:31 -0500 | [diff] [blame] | 40 | </dependency> |
| 41 | <dependency> |
| 42 | <groupId>org.apache.maven</groupId> |
| 43 | <artifactId>maven-core</artifactId> |
Michael Blow | 1355c26 | 2017-01-04 16:23:31 -0500 | [diff] [blame] | 44 | </dependency> |
| 45 | <dependency> |
| 46 | <groupId>org.apache.maven.plugins</groupId> |
| 47 | <artifactId>maven-remote-resources-plugin</artifactId> |
Michael Blow | 1355c26 | 2017-01-04 16:23:31 -0500 | [diff] [blame] | 48 | </dependency> |
| 49 | <dependency> |
Michael Blow | 1355c26 | 2017-01-04 16:23:31 -0500 | [diff] [blame] | 50 | <groupId>com.fasterxml.jackson.core</groupId> |
| 51 | <artifactId>jackson-databind</artifactId> |
Michael Blow | 1355c26 | 2017-01-04 16:23:31 -0500 | [diff] [blame] | 52 | </dependency> |
| 53 | <dependency> |
| 54 | <groupId>org.freemarker</groupId> |
| 55 | <artifactId>freemarker</artifactId> |
Michael Blow | 55e1980 | 2022-01-18 21:11:26 -0500 | [diff] [blame] | 56 | <version>2.3.31</version> |
Michael Blow | 1355c26 | 2017-01-04 16:23:31 -0500 | [diff] [blame] | 57 | </dependency> |
| 58 | <dependency> |
| 59 | <groupId>commons-io</groupId> |
| 60 | <artifactId>commons-io</artifactId> |
Michael Blow | 599ef8f | 2017-01-12 11:02:53 -0500 | [diff] [blame] | 61 | </dependency> |
| 62 | <dependency> |
| 63 | <groupId>com.fasterxml.jackson.core</groupId> |
| 64 | <artifactId>jackson-annotations</artifactId> |
Michael Blow | 599ef8f | 2017-01-12 11:02:53 -0500 | [diff] [blame] | 65 | </dependency> |
| 66 | <dependency> |
| 67 | <groupId>org.apache.maven</groupId> |
| 68 | <artifactId>maven-project</artifactId> |
Michael Blow | 599ef8f | 2017-01-12 11:02:53 -0500 | [diff] [blame] | 69 | </dependency> |
| 70 | <dependency> |
| 71 | <groupId>org.apache.maven</groupId> |
| 72 | <artifactId>maven-model</artifactId> |
Michael Blow | 599ef8f | 2017-01-12 11:02:53 -0500 | [diff] [blame] | 73 | </dependency> |
| 74 | <dependency> |
| 75 | <groupId>org.apache.commons</groupId> |
| 76 | <artifactId>commons-lang3</artifactId> |
| 77 | </dependency> |
| 78 | <dependency> |
| 79 | <groupId>org.codehaus.plexus</groupId> |
| 80 | <artifactId>plexus-utils</artifactId> |
Michael Blow | 0f7e487 | 2018-12-15 20:01:23 -0500 | [diff] [blame] | 81 | <version>3.1.0</version> |
Michael Blow | 599ef8f | 2017-01-12 11:02:53 -0500 | [diff] [blame] | 82 | </dependency> |
| 83 | <dependency> |
| 84 | <groupId>org.apache.maven</groupId> |
| 85 | <artifactId>maven-artifact</artifactId> |
Michael Blow | 1355c26 | 2017-01-04 16:23:31 -0500 | [diff] [blame] | 86 | </dependency> |
Michael Blow | 6224966 | 2017-01-24 14:22:47 -0500 | [diff] [blame] | 87 | <dependency> |
| 88 | <groupId>org.apache.maven</groupId> |
| 89 | <artifactId>maven-compat</artifactId> |
Michael Blow | 6224966 | 2017-01-24 14:22:47 -0500 | [diff] [blame] | 90 | </dependency> |
Michael Blow | 6406179 | 2018-04-13 21:13:44 -0400 | [diff] [blame] | 91 | <dependency> |
| 92 | <groupId>org.apache.hyracks</groupId> |
| 93 | <artifactId>hyracks-util</artifactId> |
| 94 | <version>${project.version}</version> |
| 95 | </dependency> |
Michael Blow | 1355c26 | 2017-01-04 16:23:31 -0500 | [diff] [blame] | 96 | </dependencies> |
| 97 | |
Michael Blow | bd7ba45 | 2018-10-31 15:08:26 -0400 | [diff] [blame] | 98 | </project> |