Skip to content

Commit

Permalink
feat: Project提取到common-metadata TencentBlueKing#2590
Browse files Browse the repository at this point in the history
  • Loading branch information
yaoxuwan committed Sep 23, 2024
1 parent 583618b commit 3326dfe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ dependencies {
api(project(":common:common-artifact:artifact-api"))
api(project(":common:common-metadata:metadata-api"))
api(project(":common:common-storage:storage-api"))
api(project(":repository:api-repository"))
api(project(":common:common-security")) {
exclude(module = "service-servlet")
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class RProjectServiceImpl(
private val projectDao: RProjectDao,
private val projectMetricsDao: RProjectMetricsDao,
private val storageCredentialService: RStorageCredentialService,
private val rAuthClient: RAuthClient
private val rAuthClient: RAuthClient,
) : RProjectService {

@Autowired
Expand Down

0 comments on commit 3326dfe

Please sign in to comment.