Skip to content

Commit

Permalink
[MNG-7028] Upgrade to Jansi 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz authored and michael-o committed Nov 30, 2020
1 parent b6cf710 commit 2777a99
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apache-maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion apache-maven/src/assembly/maven/component.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 2777a99

Please sign in to comment.