Skip to content

Commit

Permalink
Upgrade plexus-interactivity-api to 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed Sep 12, 2021
1 parent d4e0b8c commit e812b83
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pom.xml
Expand Up @@ -226,7 +226,13 @@
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-interactivity-api</artifactId>
<version>1.0</version>
<version>1.1</version>
<exclusions>
<exclusion>
<artifactId>plexus-container-default</artifactId>
<groupId>org.codehaus.plexus</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.codehaus.woodstox</groupId>
Expand Down

0 comments on commit e812b83

Please sign in to comment.