Skip to content

Commit

Permalink
Merge pull request #10 from pagopa/PRDP-259-add-version-to-info-api
Browse files Browse the repository at this point in the history
[PRDP-259] fix: Status page response
  • Loading branch information
pasqualespica authored Nov 30, 2023
2 parents 6284557 + 63e03d3 commit 3074d84
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 3074d84

Please sign in to comment.