File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
test/kotlin/team/msg/sms/domain/auth/core/usecase
sms-infrastructure/src/main/kotlin/team/msg/sms/thirdparty/gauth Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ object DependencyVersions {
6
6
const val MOCKITO_VERSION = " 4.0.0"
7
7
const val AWS_VERSION = " 2.2.6.RELEASE"
8
8
const val SERVLET_VERSION = " 4.0.1"
9
- const val GAUTH_VERSION = " 3.0.0 "
9
+ const val GAUTH_VERSION = " 3.0.1 "
10
10
const val SPRING_TRANSACTION = " 5.3.22"
11
11
const val QUERYDSL = " 5.0.0"
12
12
const val MARIA_VERSION = " 2.1.2"
Original file line number Diff line number Diff line change 1
1
package team.msg.sms.common.spi
2
2
3
- import gauth.GAuthToken
4
- import gauth.GAuthUserInfo
3
+ import gauth.response. GAuthToken
4
+ import gauth.response. GAuthUserInfo
5
5
6
6
interface GAuthPort {
7
7
fun receiveGAuthToken (code : String ): GAuthToken
Original file line number Diff line number Diff line change 1
1
package team.msg.sms.domain.auth.usecase
2
2
3
- import gauth.GAuthUserInfo
3
+ import gauth.response. GAuthUserInfo
4
4
import gauth.exception.GAuthException
5
5
import team.msg.sms.domain.auth.dto.req.SignInRequestData
6
6
import team.msg.sms.common.annotation.UseCase
Original file line number Diff line number Diff line change 1
1
package team.msg.sms.domain.auth.core.usecase
2
2
3
- import gauth.GAuthToken
4
- import gauth.GAuthUserInfo
3
+ import gauth.response. GAuthToken
4
+ import gauth.response. GAuthUserInfo
5
5
import org.assertj.core.api.Assertions.assertThat
6
6
import org.junit.jupiter.api.BeforeEach
7
7
import org.junit.jupiter.api.Test
Original file line number Diff line number Diff line change 1
1
package team.msg.sms.thirdparty.gauth
2
2
3
3
import gauth.GAuth
4
- import gauth.GAuthToken
5
- import gauth.GAuthUserInfo
4
+ import gauth.response. GAuthToken
5
+ import gauth.response. GAuthUserInfo
6
6
import org.springframework.stereotype.Component
7
7
import team.msg.sms.common.spi.GAuthPort
8
8
You can’t perform that action at this time.
0 commit comments