Skip to content

Commit

Permalink
Use SLF4J simple logger for unit test to avoid warning
Browse files Browse the repository at this point in the history
  • Loading branch information
geofjamg committed Nov 15, 2016
1 parent 6ff9f1b commit 9f3fc8d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
5 changes: 5 additions & 0 deletions entsoe-case-repository/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

</project>
9 changes: 7 additions & 2 deletions iidm-actions-contingencies-xml-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,19 @@
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<scope>test</scope>
</dependency>

</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>jaxb2-maven-plugin</artifactId>
<version>2.2</version>
<version>2.3</version>
<executions>
<execution>
<id>xjc</id>
Expand Down

0 comments on commit 9f3fc8d

Please sign in to comment.