Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
larsgrefer committed Nov 17, 2023
1 parent 94817fa commit 2b0e53d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions okhttp-spring-boot-dependencies/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ dependencies {
api platform(SpringBootPlugin.BOM_COORDINATES)

constraints {
api project(":okhttp-spring-client")
api project(":okhttp-spring-boot-autoconfigure")
api project(":starters:okhttp-spring-boot-starter")
api project(":starters:okhttp4-spring-boot-starter")
Expand All @@ -25,8 +26,6 @@ publishing {
bom(MavenPublication) {
from components.javaPlatform

artifactId = 'okhttp-spring-boot-dependencies'

pom {
name = 'OkHttp Spring Boot Dependencies'
description = 'OkHttp Spring Boot Dependencies'
Expand Down

0 comments on commit 2b0e53d

Please sign in to comment.