Skip to content

Commit

Permalink
2640 refactor delete extra code (#2623)
Browse files Browse the repository at this point in the history
2640 delete extra code, some refactoring, add tests
  • Loading branch information
ElenaSpb authored Nov 14, 2024
1 parent 24ffcd9 commit 89b2d37
Show file tree
Hide file tree
Showing 72 changed files with 176 additions and 197,331 deletions.
3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ dependencies {
implementation("com.google.cloud:google-cloud-storage:1.110.0")

implementation("org.json:json:$jsonVersion")
implementation("net.bramp.ffmpeg:ffmpeg:0.7.0")
implementation("commons-io:commons-io:2.17.0")

testImplementation("org.springframework.boot:spring-boot-starter-webflux")
testImplementation("org.springframework.cloud:spring-cloud-contract-wiremock:$springCloudContractWiremockVersion")
Expand All @@ -92,6 +92,7 @@ dependencies {
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:$junitVersion")
testImplementation("org.junit.jupiter:junit-jupiter-params:$junitVersion")
testImplementation("org.mockito.kotlin:mockito-kotlin:4.0.0")
testImplementation("org.powermock:powermock-mockito-release-full:1.5.4")

testImplementation("org.testcontainers:testcontainers")
testImplementation("com.natpryce:hamkrest:1.8.0.1")
Expand Down
674 changes: 0 additions & 674 deletions ffmpeg/LICENSE.txt

This file was deleted.

114 changes: 0 additions & 114 deletions ffmpeg/README.txt

This file was deleted.

Binary file removed ffmpeg/bin/ffmpeg.exe
Binary file not shown.
Binary file removed ffmpeg/bin/ffplay.exe
Binary file not shown.
Binary file removed ffmpeg/bin/ffprobe.exe
Binary file not shown.
5 changes: 0 additions & 5 deletions ffmpeg/doc/bootstrap.min.css

This file was deleted.

165 changes: 0 additions & 165 deletions ffmpeg/doc/default.css

This file was deleted.

Loading

0 comments on commit 89b2d37

Please sign in to comment.