File tree 2 files changed +3
-0
lines changed
2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ subprojects {
42
42
javaxInjectVersion = ' 1'
43
43
jcommanderVersion = ' 1.48'
44
44
jsoupVersion = ' 1.9.2'
45
+ libajpVersion = ' 1.0.0'
45
46
mysqlVersion= ' 8.0.33'
46
47
okhttpVersion = ' 3.12.0'
47
48
postgresqlVersion = ' 42.6.0'
@@ -81,6 +82,7 @@ subprojects {
81
82
javax_inject : " javax.inject:javax.inject:${ javaxInjectVersion} " ,
82
83
jcommander : " com.beust:jcommander:${ jcommanderVersion} " ,
83
84
jsoup : " org.jsoup:jsoup:${ jsoupVersion} " ,
85
+ libajp : " com.doyensec:libajp:${ libajpVersion} " ,
84
86
mysql : " com.mysql:mysql-connector-j:${ mysqlVersion} " ,
85
87
okhttp : " com.squareup.okhttp3:okhttp:${ okhttpVersion} " ,
86
88
postgresql :" org.postgresql:postgresql:${ postgresqlVersion} " ,
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ dependencies {
14
14
compile deps. flogger_google_ext
15
15
compile deps. guava
16
16
compile deps. jsoup
17
+ compile deps. libajp
17
18
compile deps. grpc_netty
18
19
runtime deps. jaxb_runtime
19
20
You can’t perform that action at this time.
0 commit comments