blob: 917b24b016184cb8a8979291e141f2bf9fd07986 [file] [log] [blame]
Alex Volanis7004a612018-01-24 10:30:13 -05001# This file is shared currently between this Gradle build and the
2# Ant builds for fd303 and JavaScript. Keep the dotted notation for
3# the properties to minimize the changes in the dependencies.
Jens Geyerc6fd86d2023-02-06 23:42:52 +01004thrift.version=0.19.0
Alex Volanis7004a612018-01-24 10:30:13 -05005thrift.groupid=org.apache.thrift
James E. King III98f379e2019-01-22 09:22:04 -05006release=false
Alex Volanis7004a612018-01-24 10:30:13 -05007
8# Local Install paths
9install.path=/usr/local/lib
10install.javadoc.path=/usr/local/lib
11
12# Test execution properties
13testPort=9090
14
15# Test with Clover Code coverage (disabled by default)
16cloverEnabled=false
17
18# Maven dependency download locations
D. Can Celasun70c4e7a2020-01-15 21:12:53 +000019mvn.repo=https://repo1.maven.org/maven2
Alex Volanis7004a612018-01-24 10:30:13 -050020apache.repo=https://repository.apache.org/content/repositories/releases
21
22# Apache Maven publish
D. Can Celasun70c4e7a2020-01-15 21:12:53 +000023license=https://www.apache.org/licenses/LICENSE-2.0.txt
Alex Volanis7004a612018-01-24 10:30:13 -050024maven-repository-url=https://repository.apache.org/service/local/staging/deploy/maven2
25maven-repository-id=apache.releases.https
26
27# Dependency versions
Yuxuan 'fishy' Wang0b292612022-02-08 09:33:47 -080028httpclient.version=4.5.13
29httpcore.version=4.4.15
Jiayu Liuc4e96c72022-05-19 03:03:07 +080030slf4j.version=1.7.36
iadcodea8c041d2021-03-02 14:15:13 +110031servlet.version=4.0.1
32tomcat.embed.version=9.0.43
Jiayu Liu0c9c9df2022-05-06 03:30:52 +080033junit.version=5.8.2
D. Can Celasun76fa8c92019-10-18 15:15:45 +010034mockito.version=1.10.19
Fokko Driesprong1686c872019-02-01 20:31:58 +010035javax.annotation.version=1.3.2
Jiayu Liuc4e96c72022-05-19 03:03:07 +080036commons-lang3.version=3.12.0
Jiayu Liu3f4fa292022-06-09 10:58:56 +020037
38org.gradle.jvmargs=--add-exports jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED \
39 --add-exports jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED \
40 --add-exports jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED \
41 --add-exports jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED \
42 --add-exports jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED