blob: 42c4010eaccd93d64a11bc1a48839c4e2600b736 [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 Geyer8d21d802019-02-25 22:27:59 +01004thrift.version=0.12.1
Alex Volanis7004a612018-01-24 10:30:13 -05005thrift.groupid=org.apache.thrift
James E. King III5ecaeb92019-01-22 15:22:04 +01006release=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 III5ecaeb92019-01-22 15:22:04 +010028httpclient.version=4.5.6
Alex Volanis7004a612018-01-24 10:30:13 -050029httpcore.version=4.4.1
James E. King III5ecaeb92019-01-22 15:22:04 +010030slf4j.version=1.7.25
Alex Volanis7004a612018-01-24 10:30:13 -050031servlet.version=2.5
32junit.version=4.12
33mockito.version=1.9.5