Skip to content

Commit

Permalink
[PRDP-259] add missing pom property and removed useless test resources
Browse files Browse the repository at this point in the history
  • Loading branch information
giomella committed Nov 30, 2023
1 parent 6284557 commit 63e03d3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -352,5 +352,15 @@
<version>2.9.0</version>
</plugin>
</plugins>

<resources>
<resource>
<directory>src/main/resources-filtered</directory>
<filtering>true</filtering>
</resource>
<resource>
<directory>src/main/resources</directory>
</resource>
</resources>
</build>
</project>
2 changes: 0 additions & 2 deletions src/test/resources/application.properties

This file was deleted.

This file was deleted.

0 comments on commit 63e03d3

Please sign in to comment.