Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 12 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
buildscript{
ext {
springBootVersion = '2.1.7.RELEASE'
}

repositories {
mavenCentral()
jcenter()
}

ext {
springBootVersion = '2.1.7.RELEASE'
}

dependencies {
classpath("org.springframework.boot:spring-boot-gradle-plugin:${springBootVersion}")
}
Expand All @@ -32,6 +35,7 @@ dependencies {
implementation('org.projectlombok:lombok')
implementation('org.springframework.boot:spring-boot-starter-data-jpa')
implementation('com.h2database:h2')
testImplementation 'org.junit.jupiter:junit-jupiter:5.8.1'

annotationProcessor('org.projectlombok:lombok:1.18.24')

Expand All @@ -52,11 +56,15 @@ dependencies {
implementation 'com.amazonaws:aws-java-sdk-transcribe:1.12.470'
implementation('software.amazon.awssdk:transcribe:2.20.23')

// implementation group: 'io.jsonwebtoken', name: 'jjwt', version: '0.9.1'
implementation 'io.jsonwebtoken:jjwt:0.9.1'
implementation 'com.auth0:java-jwt:4.2.1'



// https://mvnrepository.com/artifact/org.json/json
implementation group: 'org.json', name: 'json', version: '20210307'

testImplementation('org.springframework.boot:spring-boot-starter-test')
}

targetCompatibility = JavaVersion.VERSION_1_9
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

179 changes: 0 additions & 179 deletions build/reports/tests/test/css/base-style.css

This file was deleted.

84 changes: 0 additions & 84 deletions build/reports/tests/test/css/style.css

This file was deleted.

Loading