File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -55,16 +55,8 @@ group = "com.cosmotech"
55
55
version = scmVersion.version
56
56
57
57
// Dependencies version
58
-
59
- // Required versions
60
- val jacksonVersion = " 2.15.3"
61
- val springWebVersion = " 6.2.1"
62
-
63
- // Implementation
64
58
val kotlinJvmTarget = 21
65
- val cosmotechApiCommonVersion = " 2.1.1-LCRA-update_last_run_status_PROD-14360-SNAPSHOT"
66
- val jedisVersion = " 4.4.6"
67
- val springOauthVersion = " 6.4.2"
59
+ val cosmotechApiCommonVersion = " 2.1.1-SNAPSHOT"
68
60
val redisOmSpringVersion = " 0.9.7"
69
61
val kotlinCoroutinesVersion = " 1.10.2"
70
62
val oktaSpringBootVersion = " 3.0.7"
@@ -89,7 +81,6 @@ val detektVersion = "1.23.8"
89
81
val jUnitBomVersion = " 5.12.2"
90
82
val mockkVersion = " 1.14.0"
91
83
val awaitilityKVersion = " 4.2.0"
92
- val testcontainersRedis = " 1.6.4"
93
84
val springMockkVersion = " 4.0.2"
94
85
95
86
val configBuildDir = " ${layout.buildDirectory.get()} /config"
@@ -134,7 +125,6 @@ allprojects {
134
125
configurations { all { resolutionStrategy { force(" com.redis.om:redis-om-spring:0.9.10" ) } } }
135
126
136
127
repositories {
137
- mavenLocal()
138
128
maven {
139
129
name = " GitHubPackages"
140
130
url = uri(" https://maven.pkg.github.com/Cosmo-Tech/cosmotech-api-common" )
You can’t perform that action at this time.
0 commit comments