Skip to content

Commit

Permalink
Document changes in the parent module
Browse files Browse the repository at this point in the history
  • Loading branch information
msdousti committed Dec 11, 2023
1 parent 7bfe362 commit 2da73c3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions logbook-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -344,47 +344,56 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
<!-- The scope was added to make sure submodules won't override it; see PR 1711 -->
<scope>test</scope>
</dependency>
<!-- testing -->
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<!-- The scope was added to make sure submodules won't override it; see PR 1711 -->
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<!-- The scope was added to make sure submodules won't override it; see PR 1711 -->
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<!-- The scope was added to make sure submodules won't override it; see PR 1711 -->
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-params</artifactId>
<!-- The scope was added to make sure submodules won't override it; see PR 1711 -->
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<!-- The scope was added to make sure submodules won't override it; see PR 1711 -->
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<!-- The scope was added to make sure submodules won't override it; see PR 1711 -->
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-junit-jupiter</artifactId>
<!-- The scope was added to make sure submodules won't override it; see PR 1711 -->
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest</artifactId>
<!-- The scope was added to make sure submodules won't override it; see PR 1711 -->
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 2da73c3

Please sign in to comment.