blob: a3912e3cbe3663307c93379f7486ee1180e17675 [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 Geyer75cf93e2024-02-04 14:50:37 +01004thrift.version=0.21.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
nicolasb29285e39c2023-05-25 23:59:11 +020028httpclient.version=5.2.1
29httpcore.version=5.2
Jiayu Liuc4e96c72022-05-19 03:03:07 +080030slf4j.version=1.7.36
nicolasb29285e39c2023-05-25 23:59:11 +020031servlet.version=5.0.0
32tomcat.embed.version=10.1.4
33junit.version=5.9.1
Jiayu Liu6fefbf42023-04-20 07:41:11 +080034mockito.version=5.3.0
nicolasb29285e39c2023-05-25 23:59:11 +020035javax.annotation.version=2.1.1
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