Skip to content

Commit

Permalink
Fix my mistakes during merge
Browse files Browse the repository at this point in the history
  • Loading branch information
charneykaye committed Aug 16, 2023
1 parent 90d7425 commit 205d0df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ dependencies {
implementation "org.springframework.boot:spring-boot-starter:${rootProject.ext.springBootVersion}"
implementation 'commons-codec:commons-codec:1.15'
implementation 'commons-io:commons-io:2.11.0'
implementation 'io.projectreactor.tools:blockhound:1.0.6.RELEASE'
implementation 'org.apache.logging.log4j:log4j-core:2.17.1'
implementation 'org.bytedeco:ffmpeg-platform-gpl:6.0-1.5.9' // Optional GPL builds with (almost) everything enabled
implementation 'org.bytedeco:flandmark-platform:1.07-1.5.8' // Required by org.bytedeco.javacv
implementation 'org.bytedeco:javacv-platform:1.5.9'
Expand Down

0 comments on commit 205d0df

Please sign in to comment.