netty-http/gradle.properties

28 lines
451 B
Properties
Raw Normal View History

2017-05-02 00:52:09 +02:00
group = org.xbib
2018-08-17 11:46:18 +02:00
name = netty-http
2019-05-08 15:45:24 +02:00
version = 4.1.35.2
2017-05-02 00:52:09 +02:00
# main packages
2019-04-22 23:09:47 +02:00
netty.version = 4.1.35.Final
tcnative.version = 2.0.22.Final
alpnagent.version = 2.0.9
2019-04-30 16:35:45 +02:00
# common
2019-04-22 23:09:47 +02:00
xbib-net-url.version = 1.2.2
2018-08-17 11:46:18 +02:00
2019-04-30 16:35:45 +02:00
# server
bouncycastle.version = 1.61
# server-rest
xbib-guice.version = 4.0.4
# test packages
2019-04-30 16:35:45 +02:00
junit.version = 5.4.2
conscrypt.version = 2.0.0
jackson.version = 2.8.11.1
wagon.version = 3.0.0
2018-07-12 14:47:09 +02:00
asciidoclet.version = 1.5.4
org.gradle.warning.mode = all