Skip to content

Commit

Permalink
#3571 - Update dependencies
Browse files Browse the repository at this point in the history
- apache-rat-plugin 0.14 -> 0.15
- Exclude mocha-test-report.xml
  • Loading branch information
reckart committed Nov 22, 2022
1 parent 0252e70 commit ec077a5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions inception/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2580,7 +2580,7 @@
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
<version>0.14</version>
<version>0.15</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down Expand Up @@ -2797,13 +2797,14 @@
<exclude>README</exclude>
<exclude>README.txt</exclude>
<exclude>README.md</exclude>
<exclude>src/main/docker/**/*</exclude>
<exclude>src/main/resources/**/*</exclude>
<exclude>src/test/resources/**/*</exclude>
<exclude>**/cache/**/*</exclude>
<exclude>src/main/docker/**/*</exclude>
<exclude>**/*.example</exclude>
<exclude>doc/*.json</exclude>
<exclude>licenses/**/*</exclude>
<exclude>**/mocha-test-report.xml</exclude>
</excludes>
</configuration>
</execution>
Expand Down

0 comments on commit ec077a5

Please sign in to comment.