blob: e99788f0db57600c489938152828de5a0164f651 [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
6release=false
7
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
28httpclient.version=4.4.1
29httpcore.version=4.4.1
30slf4j.version=1.7.12
31servlet.version=2.5
32junit.version=4.12
33mockito.version=1.9.5