Skip to content

Commit

Permalink
client2: fix deps scope
Browse files Browse the repository at this point in the history
  • Loading branch information
brig committed Nov 8, 2023
1 parent 61c3bb0 commit 6b9349c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<dependency>
<groupId>com.walmartlabs.concord.server</groupId>
<artifactId>concord-server</artifactId>
<scope>compile</scope>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down Expand Up @@ -46,7 +46,7 @@
<dependency>
<groupId>org.immutables</groupId>
<artifactId>value</artifactId>
<scope>compile</scope>
<scope>provided</scope>
</dependency>

<!-- JDK9+ compatibility -->
Expand Down

0 comments on commit 6b9349c

Please sign in to comment.