netty-http/gradle.properties

31 lines
489 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-07-15 22:41:23 +02:00
version = 4.1.36.6
2017-05-02 00:52:09 +02:00
# main packages
2019-05-20 15:02:02 +02:00
netty.version = 4.1.36.Final
tcnative.version = 2.0.25.Final
2019-04-30 16:35:45 +02:00
# common
2019-07-15 22:41:23 +02:00
xbib-net-url.version = 1.3.3
2018-08-17 11:46:18 +02:00
2019-04-30 16:35:45 +02:00
# server
bouncycastle.version = 1.61
2019-07-15 22:41:23 +02:00
# reactive
reactivestreams.version = 1.0.2
2019-04-30 16:35:45 +02:00
2019-07-15 22:41:23 +02:00
# rest
2019-04-30 16:35:45 +02:00
xbib-guice.version = 4.0.4
2019-07-15 22:41:23 +02:00
# xmlrpc-client
commons-httpclient.version = 3.1
# 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
2018-07-12 14:47:09 +02:00
asciidoclet.version = 1.5.4
org.gradle.warning.mode = all