2006-07-07 12:23:28 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2009-04-22 23:04:06 +00:00
|
|
|
|
2016-05-28 13:28:23 +02: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 23:04:06 +00:00
|
|
|
|
2019-11-07 16:16:39 +01: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-11 01:38:13 +00:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2009-04-22 23:04:06 +00:00
|
|
|
|
2005-09-25 02:00:04 +00:00
|
|
|
<parent>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
2009-04-22 23:04:06 +00:00
|
|
|
<artifactId>maven</artifactId>
|
2022-10-14 22:30:55 +02:00
|
|
|
<version>4.0.0-alpha-2-SNAPSHOT</version>
|
2005-09-25 02:00:04 +00:00
|
|
|
</parent>
|
2010-05-30 17:52:23 +00:00
|
|
|
|
2005-09-25 02:00:04 +00:00
|
|
|
<artifactId>maven-embedder</artifactId>
|
2010-05-30 17:52:23 +00:00
|
|
|
|
2005-09-25 02:00:04 +00:00
|
|
|
<name>Maven Embedder</name>
|
2012-11-18 02:23:48 +00:00
|
|
|
<description>Maven embeddable component, with CLI and logging support.</description>
|
2010-05-30 17:52:23 +00:00
|
|
|
|
2005-09-25 02:00:04 +00:00
|
|
|
<dependencies>
|
2009-05-29 20:36:34 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
2009-10-26 20:16:00 +00:00
|
|
|
<artifactId>maven-settings</artifactId>
|
2009-05-29 20:36:34 +00:00
|
|
|
</dependency>
|
2017-05-16 15:27:22 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-settings-builder</artifactId>
|
|
|
|
</dependency>
|
2022-07-17 21:03:52 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-toolchain-builder</artifactId>
|
|
|
|
</dependency>
|
2005-09-25 15:28:55 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-core</artifactId>
|
2006-04-07 15:57:09 +00:00
|
|
|
</dependency>
|
2009-05-29 20:36:34 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
2009-10-26 20:16:00 +00:00
|
|
|
<artifactId>maven-plugin-api</artifactId>
|
2009-05-29 20:36:34 +00:00
|
|
|
</dependency>
|
2017-05-16 15:27:22 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-model</artifactId>
|
|
|
|
</dependency>
|
2009-05-29 20:36:34 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
2009-10-26 20:16:00 +00:00
|
|
|
<artifactId>maven-model-builder</artifactId>
|
2009-05-29 20:36:34 +00:00
|
|
|
</dependency>
|
2017-05-16 15:27:22 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-builder-support</artifactId>
|
|
|
|
</dependency>
|
2016-11-06 12:13:32 +01: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 13:11:45 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven.shared</groupId>
|
|
|
|
<artifactId>maven-shared-utils</artifactId>
|
|
|
|
</dependency>
|
2019-12-27 10:56:55 +01:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.maven</groupId>
|
|
|
|
<artifactId>maven-slf4j-wrapper</artifactId>
|
|
|
|
</dependency>
|
2017-05-16 15:27:22 +02:00
|
|
|
<dependency>
|
2019-12-08 19:18:55 +01:00
|
|
|
<groupId>com.google.inject</groupId>
|
|
|
|
<artifactId>guice</artifactId>
|
|
|
|
<exclusions>
|
2021-01-05 23:00:26 +01:00
|
|
|
<!-- MNG-7068 Active dependency management for Google Guice / Google Guava. Excludes of Guava are managed in parent POM -->
|
2019-12-08 19:18:55 +01:00
|
|
|
<exclusion>
|
2021-01-05 23:00:26 +01:00
|
|
|
<groupId>com.google.guava</groupId>
|
|
|
|
<artifactId>guava</artifactId>
|
2019-12-08 19:18:55 +01:00
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
2021-01-05 23:00:26 +01:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.google.guava</groupId>
|
|
|
|
<artifactId>guava</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.google.guava</groupId>
|
|
|
|
<artifactId>failureaccess</artifactId>
|
|
|
|
</dependency>
|
2017-05-16 15:27:22 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>javax.inject</groupId>
|
|
|
|
<artifactId>javax.inject</artifactId>
|
|
|
|
</dependency>
|
2016-09-11 21:07:39 -07:00
|
|
|
<dependency>
|
|
|
|
<groupId>javax.annotation</groupId>
|
2021-09-13 17:56:54 +02:00
|
|
|
<artifactId>javax.annotation-api</artifactId>
|
2016-09-11 21:07:39 -07:00
|
|
|
</dependency>
|
2009-05-29 20:36:34 +00:00
|
|
|
<dependency>
|
2022-10-15 01:20:24 +02:00
|
|
|
<groupId>org.apache.maven</groupId>
|
2009-10-26 20:16:00 +00:00
|
|
|
<artifactId>plexus-utils</artifactId>
|
2009-05-29 20:36:34 +00:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2009-10-26 20:16:00 +00:00
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-classworlds</artifactId>
|
2009-05-29 20:36:34 +00:00
|
|
|
</dependency>
|
2007-01-06 04:03:24 +00:00
|
|
|
<dependency>
|
2013-03-13 01:11:34 +00:00
|
|
|
<groupId>org.eclipse.sisu</groupId>
|
|
|
|
<artifactId>org.eclipse.sisu.plexus</artifactId>
|
2007-01-06 04:03:24 +00:00
|
|
|
</dependency>
|
2009-02-13 01:42:38 +00:00
|
|
|
<dependency>
|
2021-09-10 14:33:45 +02:00
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
2009-02-13 01:42:38 +00:00
|
|
|
<artifactId>plexus-sec-dispatcher</artifactId>
|
|
|
|
</dependency>
|
2009-10-26 20:16:00 +00:00
|
|
|
<dependency>
|
2020-04-10 09:17:25 +10:00
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
2009-10-26 20:16:00 +00:00
|
|
|
<artifactId>plexus-cipher</artifactId>
|
|
|
|
</dependency>
|
2022-07-17 21:03:52 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
|
|
<artifactId>plexus-interpolation</artifactId>
|
|
|
|
</dependency>
|
2012-09-03 01:07:31 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
<artifactId>slf4j-api</artifactId>
|
|
|
|
</dependency>
|
2013-01-06 11:50:25 +01:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
<artifactId>slf4j-simple</artifactId>
|
|
|
|
<optional>true</optional>
|
2014-11-23 13:00:59 +01:00
|
|
|
</dependency>
|
2012-12-19 00:36:27 +01:00
|
|
|
<dependency>
|
|
|
|
<groupId>ch.qos.logback</groupId>
|
|
|
|
<artifactId>logback-classic</artifactId>
|
|
|
|
<optional>true</optional>
|
2014-11-23 13:00:59 +01:00
|
|
|
</dependency>
|
2008-01-11 01:38:13 +00:00
|
|
|
<!-- CLI -->
|
2007-03-04 00:48:55 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>commons-cli</groupId>
|
|
|
|
<artifactId>commons-cli</artifactId>
|
|
|
|
</dependency>
|
2015-10-16 12:47:02 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
<artifactId>commons-lang3</artifactId>
|
|
|
|
</dependency>
|
2018-01-06 22:07:17 +01:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.mockito</groupId>
|
|
|
|
<artifactId>mockito-core</artifactId>
|
2018-01-07 01:17:32 +01:00
|
|
|
<scope>test</scope>
|
2018-01-06 22:07:17 +01:00
|
|
|
</dependency>
|
2017-08-15 21:48:57 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.fusesource.jansi</groupId>
|
|
|
|
<artifactId>jansi</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2022-07-17 21:03:52 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>commons-io</groupId>
|
|
|
|
<artifactId>commons-io</artifactId>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2005-09-25 02:00:04 +00:00
|
|
|
</dependencies>
|
2010-05-30 17:52:23 +00:00
|
|
|
|
2007-11-15 05:37:55 +00:00
|
|
|
<build>
|
2008-11-19 03:21:07 +00: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>
|
2022-06-15 10:43:17 +02:00
|
|
|
<version>1.1.0</version>
|
2015-03-05 21:24:43 +01:00
|
|
|
<models>
|
|
|
|
<model>src/main/mdo/core-extensions.mdo</model>
|
|
|
|
</models>
|
2015-02-14 09:59:02 -05:00
|
|
|
</configuration>
|
|
|
|
</plugin>
|
2008-11-19 03:21:07 +00:00
|
|
|
</plugins>
|
2007-11-15 05:37:55 +00:00
|
|
|
</build>
|
2008-07-11 21:16:59 +00:00
|
|
|
</project>
|