Skip to content

Commit

Permalink
Merge branch 'master' into RAT-324_tests_to_validate_that_UI_options
Browse files Browse the repository at this point in the history
  • Loading branch information
Claudenw committed May 17, 2024
2 parents c92cb15 + 3d1ba41 commit 823509b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@
/target/
**/.gitignore
**/lib/
**/bin
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@

package org.apache.rat.walker;

<<<<<<< RAT-324_tests_to_validate_that_UI_options
=======
import java.io.FilenameFilter;
>>>>>>> master
import java.nio.file.Path;
import java.util.SortedSet;

Expand Down
2 changes: 0 additions & 2 deletions apache-rat-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@
<dependency>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-core</artifactId>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>org.apache.rat</groupId>
Expand Down Expand Up @@ -185,7 +184,6 @@
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-annotations</artifactId>
<version>${mavenPluginPluginVersion}</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 823509b

Please sign in to comment.