You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+8
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,14 @@
8
8
9
9
cli-java is a collection of commandline messaging clients suitable for interacting with Message Oriented Middleware.
10
10
11
+
## Requirements
12
+
13
+
* Java 11+
14
+
* Maven 3
15
+
* for [tcnative](https://netty.io/wiki/forked-tomcat-native.html) dynamic library, [outdated openssl 1.0 is required](https://github.com/netty/netty-tcnative/issues/551)
* or, enable use of [BoringSSL](https://github.com/google/boringssl) static library instead of the dynamic one, with `-P tcnative-boringssl-static` profile to maven
18
+
11
19
## Getting started
12
20
13
21
mvn clean package # compile without executing external tests (tests that require broker)
0 commit comments