Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Etienne Homer <[email protected]>
  • Loading branch information
etiennehomer committed Oct 15, 2024
1 parent e1fcfa9 commit caa4601
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
<liquibase-hibernate-package>org.gridsuite.modification.server</liquibase-hibernate-package>
<!-- FIXME: powsybl-network-store modules'version is overloaded in the dependencies section.The overloads and this property below have to be removed at next powsybl-ws-dependencies.version upgrade -->
<powsybl-network-store.version>1.18.1</powsybl-network-store.version>
<sonar.coverage.exclusions>org/gridsuite/modification/server/migration/*.java</sonar.coverage.exclusions>
</properties>

<build>
Expand All @@ -64,6 +63,9 @@
<classpathDependencyExcludes>
<classpathDependencyExclude>com.powsybl:powsybl-config-classic</classpathDependencyExclude>
</classpathDependencyExcludes>
<excludes>
<exclude>**/migration/*.java</exclude>
</excludes>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit caa4601

Please sign in to comment.