blob: 55256104f3b348d95201925a17cec4a57f194cc7 [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.
4thrift.version=1.0.0
5thrift.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
19mvn.repo=http://repo1.maven.org/maven2
20apache.repo=https://repository.apache.org/content/repositories/releases
21
22# Apache Maven publish
23license=http://www.apache.org/licenses/LICENSE-2.0.txt
24maven-repository-url=https://repository.apache.org/service/local/staging/deploy/maven2
25maven-repository-id=apache.releases.https
26
27# Dependency versions
James E. King III98f379e2019-01-22 09:22:04 -050028httpclient.version=4.5.6
Alex Volanis7004a612018-01-24 10:30:13 -050029httpcore.version=4.4.1
James E. King III98f379e2019-01-22 09:22:04 -050030slf4j.version=1.7.25
Alex Volanis7004a612018-01-24 10:30:13 -050031servlet.version=2.5
32junit.version=4.12
33mockito.version=1.9.5