Skip to content

Commit

Permalink
Modify settings (line#2)
Browse files Browse the repository at this point in the history
* Remove useless dependency settings

* Add build setting for using in-house

* Add PULL_REQUEST_TEMPLATE.md
  • Loading branch information
kj84park committed Aug 9, 2021
1 parent da935c8 commit fcf6196
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 8 deletions.
10 changes: 10 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#What is this PR for?

## Overview or reasons
- Please explain the contents.

## Tasks
- Please explain what did you do.

## Result
- Please Describe the result
1 change: 1 addition & 0 deletions rpserver/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ buildscript {
}

apply plugin: 'java'
apply plugin: 'java-library'
apply plugin: 'eclipse'
apply plugin: 'org.springframework.boot'
apply plugin: 'io.spring.dependency-management'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ repositories {
}

dependencies {
// api('com.linecorp.line.auth.fido.fido2:common:1.1.1-SNAPSHOT')
// api('com.linecorp.line.auth.fido.fido2:server:0.1.1-SNAPSHOT')
api project(':common')
api project(':server')

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jar {
dependencies {
implementation 'org.springframework.boot:spring-boot-starter'
implementation('org.springframework.boot:spring-boot-starter-web')
// implementation('com.linecorp.line.auth.fido.fido2:line-fido2-spring-boot-starter:0.1.1-SNAPSHOT')
implementation project(':spring-boot-starter:line-fido2-spring-boot-starter')

compileOnly 'org.projectlombok:lombok:1.18.18'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ repositories {

dependencies {
implementation 'org.springframework.boot:spring-boot-starter'

// api ('com.linecorp.line.auth.fido.fido2:line-fido2-spring-boot-autoconfigure:0.1.1-SNAPSHOT')
api project(':spring-boot-starter:line-fido2-spring-boot-autoconfigure')

implementation('org.springframework.boot:spring-boot-starter-data-jpa')
Expand Down Expand Up @@ -55,10 +53,7 @@ dependencies {
compileOnly 'org.projectlombok:lombok:1.18.18'
annotationProcessor 'org.projectlombok:lombok:1.18.18'

implementation('com.linecorp.line.auth.fido.fido2:common:1.1.0-SNAPSHOT')

implementation ('org.springframework.boot:spring-boot-starter-jdbc')

compileOnly('org.springframework.boot:spring-boot-configuration-processor')

}

0 comments on commit fcf6196

Please sign in to comment.