Skip to content

Commit adc5adf

Browse files
author
Raul
committed
Added AJP library
1 parent a184c09 commit adc5adf

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

build.gradle

+2
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ subprojects {
4242
javaxInjectVersion = '1'
4343
jcommanderVersion = '1.48'
4444
jsoupVersion = '1.9.2'
45+
libajpVersion = '1.0.0'
4546
mysqlVersion='8.0.33'
4647
okhttpVersion = '3.12.0'
4748
postgresqlVersion = '42.6.0'
@@ -81,6 +82,7 @@ subprojects {
8182
javax_inject: "javax.inject:javax.inject:${javaxInjectVersion}",
8283
jcommander: "com.beust:jcommander:${jcommanderVersion}",
8384
jsoup: "org.jsoup:jsoup:${jsoupVersion}",
85+
libajp: "com.doyensec:libajp:${libajpVersion}",
8486
mysql: "com.mysql:mysql-connector-j:${mysqlVersion}",
8587
okhttp: "com.squareup.okhttp3:okhttp:${okhttpVersion}",
8688
postgresql:"org.postgresql:postgresql:${postgresqlVersion}",

main/build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ dependencies {
1414
compile deps.flogger_google_ext
1515
compile deps.guava
1616
compile deps.jsoup
17+
compile deps.libajp
1718
compile deps.grpc_netty
1819
runtime deps.jaxb_runtime
1920

0 commit comments

Comments
 (0)