Smack/smack-core/src/test/java/org/jivesoftware/smack/test/util
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
..
CharSequenceEquals.java Fix minor codestyle issues 2017-12-17 11:03:46 +01:00
SmackTestSuite.java Remove Bouncycastle as direct dependency 2020-03-13 16:58:45 +01:00
SmackTestUtil.java Add INSTANCE shortcut to SmackTestUtil 2019-09-24 23:29:00 +02:00
TestUtils.java Replace XPP3 by XmlPullParser interface wrapping StAX and XPP3 2019-05-06 22:10:50 +02:00
WaitForPacketListener.java Add CustomImportOrder checkstyle rule 2017-06-14 17:12:43 +02:00
XmlUnitUtils.java Fix order of 'actual' and 'expected' in XmlUnitUtils 2019-10-16 19:35:22 +02:00