2006-07-07 08:23:28 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2009-04-22 19:04:06 -04:00
|
|
|
|
2016-05-28 07:28:23 -04:00
|
|
|
<!--
|
|
|
|
Licensed to the Apache Software Foundation (ASF) under one
|
|
|
|
or more contributor license agreements. See the NOTICE file
|
|
|
|
distributed with this work for additional information
|
|
|
|
regarding copyright ownership. The ASF licenses this file
|
|
|
|
to you under the Apache License, Version 2.0 (the
|
|
|
|
"License"); you may not use this file except in compliance
|
|
|
|
with the License. You may obtain a copy of the License at
|
|
|
|
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
|
|
|
|
Unless required by applicable law or agreed to in writing,
|
|
|
|
software distributed under the License is distributed on an
|
|
|
|
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
|
|
KIND, either express or implied. See the License for the
|
|
|
|
specific language governing permissions and limitations
|
|
|
|
under the License.
|
|
|
|
-->
|
2009-04-22 19:04:06 -04:00
|
|
|
|
2019-11-07 10:16:39 -05:00
|
|
|
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
2008-01-10 20:38:13 -05:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2009-04-22 19:04:06 -04:00
|
|
|
|
2005-09-24 22:00:04 -04:00
|
|
|
<parent>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
2009-04-22 19:04:06 -04:00
|
|
|
<artifactId>maven</artifactId>
|
2020-11-27 06:22:47 -05:00
|
|
|
<version>4.0.0-alpha-1-SNAPSHOT</version>
|
2005-09-24 22:00:04 -04:00
|
|
|
</parent>
|
2010-05-30 13:52:23 -04:00
|
|
|
|
2005-09-24 22:00:04 -04:00
|
|
|
<artifactId>maven-embedder</artifactId>
|
2010-05-30 13:52:23 -04:00
|
|
|
|
2005-09-24 22:00:04 -04:00
|
|
|
<name>Maven Embedder</name>
|
2012-11-17 21:23:48 -05:00
|
|
|
<description>Maven embeddable component, with CLI and logging support.</description>
|
2010-05-30 13:52:23 -04:00
|
|
|
|
2005-09-24 22:00:04 -04:00
|
|
|
<dependencies>
|
2009-05-29 16:36:34 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
2009-10-26 16:16:00 -04:00
|
|
|
<artifactId>maven-settings</artifactId>
|
2009-05-29 16:36:34 -04:00
|
|
|
</dependency>
|
2017-05-16 09:27:22 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-settings-builder</artifactId>
|
|
|
|
</dependency>
|
2005-09-25 11:28:55 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-core</artifactId>
|
2006-04-07 11:57:09 -04:00
|
|
|
</dependency>
|
2009-05-29 16:36:34 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
2009-10-26 16:16:00 -04:00
|
|
|
<artifactId>maven-plugin-api</artifactId>
|
2009-05-29 16:36:34 -04:00
|
|
|
</dependency>
|
2017-05-16 09:27:22 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-model</artifactId>
|
|
|
|
</dependency>
|
2009-05-29 16:36:34 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
2009-10-26 16:16:00 -04:00
|
|
|
<artifactId>maven-model-builder</artifactId>
|
2009-05-29 16:36:34 -04:00
|
|
|
</dependency>
|
2017-05-16 09:27:22 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-builder-support</artifactId>
|
|
|
|
</dependency>
|
2016-11-06 06:13:32 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.resolver</groupId>
|
|
|
|
<artifactId>maven-resolver-api</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.resolver</groupId>
|
|
|
|
<artifactId>maven-resolver-util</artifactId>
|
|
|
|
</dependency>
|
2016-06-05 07:11:45 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.shared</groupId>
|
|
|
|
<artifactId>maven-shared-utils</artifactId>
|
|
|
|
</dependency>
|
2019-12-27 04:56:55 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-slf4j-wrapper</artifactId>
|
|
|
|
</dependency>
|
2017-05-16 09:27:22 -04:00
|
|
|
<dependency>
|
2019-12-08 13:18:55 -05:00
|
|
|
<groupId>com.google.inject</groupId>
|
|
|
|
<artifactId>guice</artifactId>
|
|
|
|
<classifier>no_aop</classifier>
|
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>aopalliance</groupId>
|
|
|
|
<artifactId>aopalliance</artifactId>
|
|
|
|
</exclusion>
|
2021-01-05 17:00:26 -05:00
|
|
|
<!-- MNG-7068 Active dependency management for Google Guice / Google Guava. Excludes of Guava are managed in parent POM -->
|
2019-12-08 13:18:55 -05:00
|
|
|
<exclusion>
|
2021-01-05 17:00:26 -05:00
|
|
|
<groupId>com.google.guava</groupId>
|
|
|
|
<artifactId>guava</artifactId>
|
2019-12-08 13:18:55 -05:00
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
2021-01-05 17:00:26 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.google.guava</groupId>
|
|
|
|
<artifactId>guava</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.google.guava</groupId>
|
|
|
|
<artifactId>failureaccess</artifactId>
|
|
|
|
</dependency>
|
2017-05-16 09:27:22 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>javax.inject</groupId>
|
|
|
|
<artifactId>javax.inject</artifactId>
|
|
|
|
</dependency>
|
2016-09-12 00:07:39 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>javax.annotation</groupId>
|
2021-09-13 11:56:54 -04:00
|
|
|
<artifactId>javax.annotation-api</artifactId>
|
2016-09-12 00:07:39 -04:00
|
|
|
</dependency>
|
2009-05-29 16:36:34 -04:00
|
|
|
<dependency>
|
2009-10-26 16:16:00 -04:00
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-utils</artifactId>
|
2009-05-29 16:36:34 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2009-10-26 16:16:00 -04:00
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-classworlds</artifactId>
|
2009-05-29 16:36:34 -04:00
|
|
|
</dependency>
|
2007-01-05 23:03:24 -05:00
|
|
|
<dependency>
|
2013-03-12 21:11:34 -04:00
|
|
|
<groupId>org.eclipse.sisu</groupId>
|
|
|
|
<artifactId>org.eclipse.sisu.plexus</artifactId>
|
2007-01-05 23:03:24 -05:00
|
|
|
</dependency>
|
2009-02-12 20:42:38 -05:00
|
|
|
<dependency>
|
2021-09-10 08:33:45 -04:00
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
2009-02-12 20:42:38 -05:00
|
|
|
<artifactId>plexus-sec-dispatcher</artifactId>
|
|
|
|
</dependency>
|
2009-10-26 16:16:00 -04:00
|
|
|
<dependency>
|
2020-04-09 19:17:25 -04:00
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
2009-10-26 16:16:00 -04:00
|
|
|
<artifactId>plexus-cipher</artifactId>
|
|
|
|
</dependency>
|
2012-09-02 21:07:31 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
<artifactId>slf4j-api</artifactId>
|
|
|
|
</dependency>
|
2013-01-06 05:50:25 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
<artifactId>slf4j-simple</artifactId>
|
|
|
|
<optional>true</optional>
|
2014-11-23 07:00:59 -05:00
|
|
|
</dependency>
|
2012-12-18 18:36:27 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>ch.qos.logback</groupId>
|
|
|
|
<artifactId>logback-classic</artifactId>
|
|
|
|
<optional>true</optional>
|
2014-11-23 07:00:59 -05:00
|
|
|
</dependency>
|
2008-01-10 20:38:13 -05:00
|
|
|
<!-- CLI -->
|
2007-03-03 19:48:55 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>commons-cli</groupId>
|
|
|
|
<artifactId>commons-cli</artifactId>
|
|
|
|
</dependency>
|
2015-10-16 06:47:02 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
<artifactId>commons-lang3</artifactId>
|
|
|
|
</dependency>
|
2018-01-06 16:07:17 -05:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.mockito</groupId>
|
|
|
|
<artifactId>mockito-core</artifactId>
|
2018-01-06 19:17:32 -05:00
|
|
|
<scope>test</scope>
|
2018-01-06 16:07:17 -05:00
|
|
|
</dependency>
|
2017-08-15 15:48:57 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.fusesource.jansi</groupId>
|
|
|
|
<artifactId>jansi</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2005-09-24 22:00:04 -04:00
|
|
|
</dependencies>
|
2010-05-30 13:52:23 -04:00
|
|
|
|
2007-11-15 00:37:55 -05:00
|
|
|
<build>
|
2008-11-18 22:21:07 -05:00
|
|
|
<plugins>
|
2015-02-14 09:59:02 -05:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.eclipse.sisu</groupId>
|
|
|
|
<artifactId>sisu-maven-plugin</artifactId>
|
|
|
|
</plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.codehaus.modello</groupId>
|
|
|
|
<artifactId>modello-maven-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<version>1.0.0</version>
|
2015-03-05 15:24:43 -05:00
|
|
|
<models>
|
|
|
|
<model>src/main/mdo/core-extensions.mdo</model>
|
|
|
|
</models>
|
2015-02-14 09:59:02 -05:00
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2008-11-18 22:21:07 -05:00
|
|
|
</plugins>
|
2007-11-15 00:37:55 -05:00
|
|
|
</build>
|
2008-07-11 17:16:59 -04:00
|
|
|
</project>
|