Skip to content

Commit

Permalink
Merge pull request #48 from siwonKH/main
Browse files Browse the repository at this point in the history
Update: add deps
  • Loading branch information
siwonKH committed Jul 2, 2023
2 parents bb99834 + 762eace commit 2284f04
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ dependencies {
developmentOnly 'org.springframework.boot:spring-boot-devtools'
compileOnly 'org.projectlombok:lombok'
annotationProcessor 'org.projectlombok:lombok'
implementation 'org.springframework.boot:spring-boot-starter-webflux'

implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
implementation 'org.springframework.session:spring-session-jdbc'
Expand All @@ -36,6 +37,8 @@ dependencies {
implementation group: 'org.webjars', name: 'js-cookie', version: '2.1.0'
implementation group: 'org.kohsuke', name: 'github-api', version: '1.125'
implementation group: 'org.webjars', name: 'jquery', version: '3.5.1'

implementation 'com.theokanning.openai-gpt3-java:service:0.14.0'
}

tasks.named('test') {
Expand Down

0 comments on commit 2284f04

Please sign in to comment.