Skip to content

Commit

Permalink
Update parent pom
Browse files Browse the repository at this point in the history
  • Loading branch information
janvanmansum committed Aug 23, 2024
1 parent 7adea84 commit 1df31b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>nl.knaw.dans</groupId>
<artifactId>dd-parent</artifactId>
<version>1.5.1</version>
<version>1.9.0</version>
</parent>

<artifactId>dd-manage-deposit</artifactId>
Expand Down Expand Up @@ -116,7 +116,6 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-junit-jupiter</artifactId>
<version>5.4.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
3 changes: 1 addition & 2 deletions src/test/resources/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
</root>

<!-- Set log level during test with system property, e.g., mvn test -DLOG_LEVEL=debug -->
<logger name="nl.knaw.dans.easy" level="${LOG_LEVEL:-off}"/>
<logger name="org.scalatest" level="info"/>
<logger name="nl.knaw.dans" level="${LOG_LEVEL:-off}"/>

</configuration>

0 comments on commit 1df31b5

Please sign in to comment.