Alex Volanis | 7004a61 | 2018-01-24 10:30:13 -0500 | [diff] [blame] | 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. |
Jens Geyer | 3fc0b8d | 2021-02-11 23:17:45 +0100 | [diff] [blame] | 4 | thrift.version=0.15.0 |
Alex Volanis | 7004a61 | 2018-01-24 10:30:13 -0500 | [diff] [blame] | 5 | thrift.groupid=org.apache.thrift |
James E. King III | 98f379e | 2019-01-22 09:22:04 -0500 | [diff] [blame] | 6 | release=false |
Alex Volanis | 7004a61 | 2018-01-24 10:30:13 -0500 | [diff] [blame] | 7 | |
| 8 | # Local Install paths |
| 9 | install.path=/usr/local/lib |
| 10 | install.javadoc.path=/usr/local/lib |
| 11 | |
| 12 | # Test execution properties |
| 13 | testPort=9090 |
| 14 | |
| 15 | # Test with Clover Code coverage (disabled by default) |
| 16 | cloverEnabled=false |
| 17 | |
| 18 | # Maven dependency download locations |
D. Can Celasun | 70c4e7a | 2020-01-15 21:12:53 +0000 | [diff] [blame] | 19 | mvn.repo=https://repo1.maven.org/maven2 |
Alex Volanis | 7004a61 | 2018-01-24 10:30:13 -0500 | [diff] [blame] | 20 | apache.repo=https://repository.apache.org/content/repositories/releases |
| 21 | |
| 22 | # Apache Maven publish |
D. Can Celasun | 70c4e7a | 2020-01-15 21:12:53 +0000 | [diff] [blame] | 23 | license=https://www.apache.org/licenses/LICENSE-2.0.txt |
Alex Volanis | 7004a61 | 2018-01-24 10:30:13 -0500 | [diff] [blame] | 24 | maven-repository-url=https://repository.apache.org/service/local/staging/deploy/maven2 |
| 25 | maven-repository-id=apache.releases.https |
| 26 | |
| 27 | # Dependency versions |
D. Can Celasun | 76fa8c9 | 2019-10-18 15:15:45 +0100 | [diff] [blame] | 28 | httpclient.version=4.5.10 |
| 29 | httpcore.version=4.4.12 |
| 30 | slf4j.version=1.7.28 |
iadcode | a8c041d | 2021-03-02 14:15:13 +1100 | [diff] [blame^] | 31 | servlet.version=4.0.1 |
| 32 | tomcat.embed.version=9.0.43 |
Alex Volanis | 7004a61 | 2018-01-24 10:30:13 -0500 | [diff] [blame] | 33 | junit.version=4.12 |
D. Can Celasun | 76fa8c9 | 2019-10-18 15:15:45 +0100 | [diff] [blame] | 34 | mockito.version=1.10.19 |
Fokko Driesprong | 1686c87 | 2019-02-01 20:31:58 +0100 | [diff] [blame] | 35 | javax.annotation.version=1.3.2 |