Smack/smack-core/src/test/java/org/jivesoftware/smack
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
..
compress Remove xmlunit-lagacy and add xmlunit-assertj 2019-05-07 19:06:16 +02:00
filter Introduce StanzaBuilder 2019-10-25 21:41:55 +02:00
packet Introduce StanzaBuilder 2019-10-25 21:41:55 +02:00
parsing junit: bump to 5.6.0 2020-02-23 19:12:54 +01:00
provider Move SASL logic into AbstractXMPPConnection 2019-09-25 13:49:21 +02:00
sasl Move SASL logic into AbstractXMPPConnection 2019-09-25 13:49:21 +02:00
test/util Remove Bouncycastle as direct dependency 2020-03-13 16:58:45 +01:00
util Introduce StanzaBuilder 2019-10-25 21:41:55 +02:00
xml Replace XPP3 by XmlPullParser interface wrapping StAX and XPP3 2019-05-06 22:10:50 +02:00
ConnectionConfigurationTest.java Deprecate setHostAddressByNameOrIp() and move logic into setHost() 2019-08-22 10:55:33 +02:00
DummyConnection.java Add MemoryLeakTest(Util) 2019-03-25 18:58:58 +01:00
SmackConfigurationTest.java Bump errorprone to 2.2.0 2018-03-28 15:56:04 +02:00
SmackExceptionTest.java Bump MiniDNS to 0.3.0 2018-05-05 10:53:52 +02:00
SmackFutureTest.java Rework SmackFuture and add async API based on it 2017-08-12 17:35:45 +02:00
StanzaCollectorTest.java Rework XML Element hierarchy and XmlStringBuilder 2019-09-07 18:17:08 +02:00
StanzaIdTest.java Add CustomImportOrder checkstyle rule 2017-06-14 17:12:43 +02:00
ThreadedDummyConnection.java Make sendStanza() final 2019-02-05 13:18:03 +01:00