Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[REFACTOR] Gradle 의존성 분리 및 제거 - #92 #93

Merged
merged 2 commits into from
Jul 14, 2024
Merged

Conversation

rlarlgnszx
Copy link
Member

🔥Pull requests

⛳️ 작업한 브랜치

👷 작업한 내용

  • common -> 다른 모듈이 전부 의존하는 모듈
  • domain -> entity 및 레포지토리 의존성임 ( common )을 의존함
  • external -> 외부 API 사용 모듈 ( common ) 의존함
  • api -> 다른 전체 모듈 의존함

🚨 참고 사항

📟 관련 이슈

Copy link
Member

@sjk4618 sjk4618 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

정원누나한테 어푸르브 받으세요
수고하셨습니당

@gardening-y gardening-y changed the title [refactor] 그래들 의존성 분리 및 제거 - #92 [refactor] Gradle 의존성 분리 및 제거 - #92 Jul 14, 2024
@gardening-y gardening-y changed the title [refactor] Gradle 의존성 분리 및 제거 - #92 [REFACTOR] Gradle 의존성 분리 및 제거 - #92 Jul 14, 2024
Copy link
Contributor

@gardening-y gardening-y left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

미쳤당 수고하셨습니다~!!!~

Comment on lines 15 to 17
// implementation group: 'io.jsonwebtoken', name: 'jjwt-api', version: '0.11.5'
// implementation group: 'io.jsonwebtoken', name: 'jjwt-impl', version: '0.11.5'
// implementation group: 'io.jsonwebtoken', name: 'jjwt-jackson', version: '0.11.5'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

그냥 삭제해주셔도 될거 같아용

Comment on lines +14 to +18





Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

엔터 왤캐 많음..ㅋㅋ

@rlarlgnszx rlarlgnszx merged commit 21d47f8 into develop Jul 14, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[REFACTOR] Gradle 모듈 의존성 분리
3 participants