blob: 7208807392eb2f1c568adfaf32cdcdb43f096b5f [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 Geyer3fc0b8d2021-02-11 23:17:45 +01004thrift.version=0.15.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
D. Can Celasun76fa8c92019-10-18 15:15:45 +010028httpclient.version=4.5.10
29httpcore.version=4.4.12
30slf4j.version=1.7.28
iadcodea8c041d2021-03-02 14:15:13 +110031servlet.version=4.0.1
32tomcat.embed.version=9.0.43
Alex Volanis7004a612018-01-24 10:30:13 -050033junit.version=4.12
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