Smack/smack-experimental/src/test/java/org/jivesoftware/smackx
Florian Schmaus 4dd3800d82 Remove Bouncycastle as direct dependency
By not directly depending on Bouncycastle (BC), we avoid conflicts between
different bouncycastle versions. It is also part of the developers job
to take care that all required security primitives are available. If
they are provide by BC or some other security provider should not be
up to Smack to decide.

We now only add BC as test dependency to satisfy this requirement when
the unit tests are executed.
2020-03-13 16:58:45 +01:00
..
carbons Replace XPP3 by XmlPullParser interface wrapping StAX and XPP3 2019-05-06 22:10:50 +02:00
chat_markers Introduce StanzaBuilder 2019-10-25 21:41:55 +02:00
colors Organize imports everywhere 2019-10-29 21:12:22 +01:00
eme Introduce StanzaBuilder 2019-10-25 21:41:55 +02:00
hashes Remove Bouncycastle as direct dependency 2020-03-13 16:58:45 +01:00
hoxt/provider Enable MissingJavadocPackage and UnnecessaryParentheses checkstyle checks 2019-07-24 09:18:39 +02:00
httpfileupload Remove xmlunit-lagacy and add xmlunit-assertj 2019-05-07 19:06:16 +02:00
mam Introduce StanzaBuilder 2019-10-25 21:41:55 +02:00
message_markup Add "whitespace after comma" checkstyle rule 2019-05-17 21:56:46 +02:00
muclight Update errorprone(-plugin) and make Unused(Variable|Method) an error 2019-05-07 23:09:00 +02:00
push_notifications Introduce StanzaBuilder 2019-10-25 21:41:55 +02:00
reference Enable werror for javadoc and fix javadoc issues 2019-08-30 12:08:30 +02:00
sid Introduce XMPPConnection.add(Message|Presence)Interceptor 2019-10-25 21:41:55 +02:00
spoiler Introduce StanzaBuilder 2019-10-25 21:41:55 +02:00
ExperimentalInitializerTest.java Replace XPP3 by XmlPullParser interface wrapping StAX and XPP3 2019-05-06 22:10:50 +02:00