Skip to content
This repository has been archived by the owner on Sep 4, 2023. It is now read-only.

Commit

Permalink
Merge pull request #69 from aws-samples/fix-deps
Browse files Browse the repository at this point in the history
Update guava dependency
  • Loading branch information
svozza authored Apr 23, 2021
2 parents 45d0c9d + 1a800c4 commit 2771d76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 70 deletions.
4 changes: 2 additions & 2 deletions src/backend/transcriber/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>RELEASE</version>
<version>30.1.1-jre</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -127,4 +127,4 @@
</dependencyManagement>


</project>
</project>
68 changes: 0 additions & 68 deletions src/backend/transcriber/transcriber.iml

This file was deleted.

0 comments on commit 2771d76

Please sign in to comment.