This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch MNG-7028 in repository https://gitbox.apache.org/repos/asf/maven.git
commit 2777a9957671b85d9d5911389c8d803033a8ade9 Author: Sylwester Lachiewicz <slachiew...@apache.org> AuthorDate: Sat Nov 21 22:24:29 2020 +0100 [MNG-7028] Upgrade to Jansi 2.0.1 --- apache-maven/pom.xml | 2 +- apache-maven/src/assembly/maven/component.xml | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apache-maven/pom.xml b/apache-maven/pom.xml index b5c26a4..5697d83 100644 --- a/apache-maven/pom.xml +++ b/apache-maven/pom.xml @@ -153,7 +153,7 @@ under the License. <artifactId>maven-dependency-plugin</artifactId> <configuration> <includeArtifactIds>jansi</includeArtifactIds> - <includes>META-INF/native/**</includes> + <includes>org/fusesource/jansi/internal/native/**</includes> </configuration> <executions> <execution> diff --git a/apache-maven/src/assembly/maven/component.xml b/apache-maven/src/assembly/maven/component.xml index 9befc3b..5f563e0 100644 --- a/apache-maven/src/assembly/maven/component.xml +++ b/apache-maven/src/assembly/maven/component.xml @@ -64,7 +64,7 @@ under the License. </includes> </fileSet> <fileSet> - <directory>target/dependency/META-INF/native</directory> + <directory>target/dependency/org/fusesource/jansi/internal/native</directory> <outputDirectory>lib/jansi-native</outputDirectory> <includes> <include>**</include> diff --git a/pom.xml b/pom.xml index d8e39bf..2faecff 100644 --- a/pom.xml +++ b/pom.xml @@ -312,7 +312,7 @@ under the License. <dependency> <groupId>org.fusesource.jansi</groupId> <artifactId>jansi</artifactId> - <version>1.18</version> + <version>2.0.1</version> </dependency> <dependency> <groupId>org.slf4j</groupId>