Skip to content

Commit

Permalink
add exclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
melazaar committed Dec 5, 2024
1 parent 78c8cc5 commit 3814f85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
**com/rte_france/antares/datamanager_back/configuration/**,
**com/rte_france/antares/datamanager_back/repository/model/**,
**com/rte_france/antares/datamanager_back/dto/**,
**com/rte_france/antares/datamanager_back/PegaseBackApplication
**com/rte_france/antares/datamanager_back/PegaseBackApplication.java
</sonar.exclusions>
</properties>
<dependencies>
Expand Down Expand Up @@ -194,7 +194,7 @@
<exclude>com/rte_france/antares/datamanager_back/configuration/**</exclude>
<exclude>com/rte_france/antares/datamanager_back/repository/model/**</exclude>
<exclude>com/rte_france/antares/datamanager_back/dto/**</exclude>
<exclude>com/rte_france/antares/datamanager_back/PegaseBackApplication</exclude>
<exclude>com/rte_france/antares/datamanager_back/PegaseBackApplication.java</exclude>
</excludes>
</configuration>
<executions>
Expand Down

0 comments on commit 3814f85

Please sign in to comment.