Skip to content

Commit

Permalink
Merge pull request #120 from doyensec:tomcat-default-credentials
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 672495970
Change-Id: Id07121206336a83ab0e707b3652df366eaa39d34
  • Loading branch information
copybara-github committed Sep 9, 2024
2 parents 5697a75 + e38bc7f commit 4719a5e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ subprojects {
javaxInjectVersion = '1'
jcommanderVersion = '1.48'
jsoupVersion = '1.9.2'
libajpVersion = '1.0.0'
mysqlVersion='8.0.33'
okhttpVersion = '3.12.0'
postgresqlVersion = '42.6.0'
Expand Down Expand Up @@ -81,6 +82,7 @@ subprojects {
javax_inject: "javax.inject:javax.inject:${javaxInjectVersion}",
jcommander: "com.beust:jcommander:${jcommanderVersion}",
jsoup: "org.jsoup:jsoup:${jsoupVersion}",
libajp: "com.doyensec:libajp:${libajpVersion}",
mysql: "com.mysql:mysql-connector-j:${mysqlVersion}",
okhttp: "com.squareup.okhttp3:okhttp:${okhttpVersion}",
postgresql:"org.postgresql:postgresql:${postgresqlVersion}",
Expand Down
1 change: 1 addition & 0 deletions main/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ dependencies {
compile deps.flogger_google_ext
compile deps.guava
compile deps.jsoup
compile deps.libajp
compile deps.grpc_netty
runtime deps.jaxb_runtime

Expand Down

0 comments on commit 4719a5e

Please sign in to comment.