]> git.proxmox.com Git - ceph.git/blame - ceph/src/jaegertracing/thrift/lib/java/gradle.properties
buildsys: switch source download to quincy
[ceph.git] / ceph / src / jaegertracing / thrift / lib / java / gradle.properties
CommitLineData
f67539c2
TL
1# 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=0.13.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.5.6
29httpcore.version=4.4.1
30slf4j.version=1.7.25
31servlet.version=2.5
32junit.version=4.12
33mockito.version=1.9.5
34javax.annotation.version=1.3.2