These don't need to compile with the jar

This commit is contained in:
Braydon 2023-12-15 02:57:51 -05:00
parent 98016830dd
commit 1b17ed8d79

@ -188,13 +188,13 @@
<groupId>org.mongodb</groupId> <groupId>org.mongodb</groupId>
<artifactId>mongodb-driver-sync</artifactId> <artifactId>mongodb-driver-sync</artifactId>
<version>4.11.1</version> <version>4.11.1</version>
<scope>compile</scope> <scope>provided</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>io.lettuce</groupId> <groupId>io.lettuce</groupId>
<artifactId>lettuce-core</artifactId> <artifactId>lettuce-core</artifactId>
<version>6.3.0.RELEASE</version> <version>6.3.0.RELEASE</version>
<scope>compile</scope> <scope>provided</scope>
</dependency> </dependency>
</dependencies> </dependencies>
</project> </project>