Skip to content

Commit

Permalink
Comment on why the scope was added
Browse files Browse the repository at this point in the history
  • Loading branch information
msdousti committed Dec 8, 2023
1 parent 04ecb8d commit 18bea53
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions logbook-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -317,16 +317,19 @@
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
<!-- The scope was added to make sure submodules won't override it; see PR 1706 -->
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.google.gag</groupId>
<artifactId>gag</artifactId>
<!-- The scope was added to make sure submodules won't override it; see PR 1706 -->
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<!-- The scope was added to make sure submodules won't override it; see PR 1706 -->
<scope>provided</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 18bea53

Please sign in to comment.