Skip to content

Commit 73335f6

Browse files
committed
CWMS-1875 - Removed unnecessary dependencies and repositories block from cwbi-auth-http-client build.gradle
1 parent f0b7b40 commit 73335f6

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

cwbi-auth-http-client/build.gradle

-10
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ plugins {
3030

3131
dependencies {
3232
api(project(":cwms-http-client"))
33-
api(project(":cwms-radar-model"))
3433

3534
implementation(libs.jackson.databind)
3635

@@ -50,13 +49,4 @@ publishing {
5049
from components.java
5150
}
5251
}
53-
}
54-
55-
repositories {
56-
57-
maven {
58-
name = "hec"
59-
url = 'https://www.hec.usace.army.mil/nexus/repository/maven-public'
60-
61-
}
6252
}

0 commit comments

Comments
 (0)