blob: 8a7acb10dc7d9605a5fc8aa48cdb908ecdd1df0b [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 Geyere02559f2019-10-17 00:11:59 +02004thrift.version=0.14.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
pengzhouhu6e4c5812019-10-21 22:21:11 +080031#servlet.version=2.5
32#It contains servlet3
33tomcat.embed.version=8.5.46
Alex Volanis7004a612018-01-24 10:30:13 -050034junit.version=4.12
D. Can Celasun76fa8c92019-10-18 15:15:45 +010035mockito.version=1.10.19
Fokko Driesprong1686c872019-02-01 20:31:58 +010036javax.annotation.version=1.3.2