@@ -61,7 +61,7 @@ val springWebVersion = "6.2.1"
61
61
62
62
// Implementation
63
63
val kotlinJvmTarget = 21
64
- val cosmotechApiCommonVersion = " 2.1.0 -SNAPSHOT"
64
+ val cosmotechApiCommonVersion = " 2.1.1-LCRA-store_workspace_files_in_seaweed_PROD-14290 -SNAPSHOT"
65
65
val jedisVersion = " 4.4.6"
66
66
val springOauthVersion = " 6.4.2"
67
67
val redisOmSpringVersion = " 0.9.7"
@@ -79,6 +79,7 @@ val testNgVersion = "7.8.0"
79
79
val testContainersRedisVersion = " 1.6.4"
80
80
val testContainersPostgreSQLVersion = " 1.19.7"
81
81
val commonCompressVersion = " 1.27.1"
82
+ val awsSpringVersion = " 3.1.1"
82
83
83
84
// Checks
84
85
val detektVersion = " 1.23.7"
@@ -140,6 +141,7 @@ allprojects {
140
141
configurations { all { resolutionStrategy { force(" com.redis.om:redis-om-spring:0.9.1" ) } } }
141
142
142
143
repositories {
144
+ mavenLocal()
143
145
maven {
144
146
name = " GitHubPackages"
145
147
url = uri(" https://maven.pkg.github.com/Cosmo-Tech/cosmotech-api-common" )
@@ -312,6 +314,9 @@ subprojects {
312
314
313
315
implementation(" org.json:json:$orgJsonVersion " )
314
316
317
+ implementation(platform(" io.awspring.cloud:spring-cloud-aws-dependencies:$awsSpringVersion " ))
318
+ implementation(" io.awspring.cloud:spring-cloud-aws-starter-s3:$awsSpringVersion " )
319
+
315
320
testImplementation(kotlin(" test" ))
316
321
testImplementation(platform(" org.junit:junit-bom:$jUnitBomVersion " ))
317
322
testImplementation(" org.junit.jupiter:junit-jupiter" )
0 commit comments