Skip to content

Commit

Permalink
build: Removed superfluous lettucemod dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jruaux committed Oct 23, 2024
1 parent 97ca2d4 commit fc30f3f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ awsVersion = 3.1.1
datafakerVersion = 2.3.1
gcpVersion = 5.6.0
latencyUtilsVersion = 2.0.3
lettucemodVersion = 4.1.0
picocliVersion = 4.7.6
progressbarVersion = 0.10.1
springBatchRedisVersion = 4.4.10-SNAPSHOT
Expand Down
1 change: 0 additions & 1 deletion plugins/riot/riot.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ dependencies {
api project(':riot-faker')
api group: 'com.redis', name: 'spring-batch-redis-core', version: springBatchRedisVersion
api group: 'com.redis', name: 'spring-batch-resource', version: springBatchRedisVersion
implementation group: 'com.redis', name: 'lettucemod', version: lettucemodVersion
implementation group: 'org.latencyutils', name: 'LatencyUtils', version: latencyUtilsVersion
implementation 'org.springframework.batch:spring-batch-infrastructure'
implementation 'org.springframework.boot:spring-boot-autoconfigure'
Expand Down

0 comments on commit fc30f3f

Please sign in to comment.