Skip to content

Commit

Permalink
update test for issue #93
Browse files Browse the repository at this point in the history
  • Loading branch information
bsorrentino committed Mar 6, 2021
1 parent 32f1dae commit 5f1a8b8
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions test/app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,19 @@ PROCESSOR PLUGIN
<version>2.8.8</version>
<classifier>sources</classifier>
</dependency>
</dependencies>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-text</artifactId>
<version>1.9</version>
<classifier>sources</classifier>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.12.0</version>
<classifier>sources</classifier>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
Expand All @@ -173,7 +185,9 @@ PROCESSOR PLUGIN
<appendSourceArtifacts>true</appendSourceArtifacts>
<processSourceArtifacts>
<processSourceArtifact>commons-collections:commons-collections</processSourceArtifact>
<processSourceArtifact>org.codehaus.plexus:plexus-compiler-javac</processSourceArtifact>
<processSourceArtifact>org.codehaus.plexus:plexus-tools</processSourceArtifact>
<processSourceArtifact>org.apache.commons:commons-text</processSourceArtifact>
<processSourceArtifact>org.apache.commons:commons-lang3</processSourceArtifact>
</processSourceArtifacts>
<failOnError>true</failOnError>
<processors>
Expand Down

0 comments on commit 5f1a8b8

Please sign in to comment.