Skip to content

Commit

Permalink
fix: update Groovy to 2.4.21
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed Feb 9, 2021
1 parent e7efbfb commit a77ff81
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/it/MWAR-427_update-without-clean/pom.xml
Expand Up @@ -58,6 +58,13 @@ under the License.
new File('src/main/webapp/root.html').renameTo 'src/main/webapp/index.html'
</source>
</configuration>
<dependencies>
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-all</artifactId>
<version>2.4.21</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit a77ff81

Please sign in to comment.