]
Brian Stansberry updated WFCORE-1095:
-------------------------------------
Issue Type: Bug (was: Task)
Remove dependency on bouncycastle
---------------------------------
Key: WFCORE-1095
URL:
https://issues.jboss.org/browse/WFCORE-1095
Project: WildFly Core
Issue Type: Bug
Components: Test Suite
Affects Versions: 2.0.0.Final
Reporter: Brian Stansberry
Assignee: Brian Stansberry
Priority: Minor
Core has a dependency on bouncycastle that AFAICT is only there so a couple string
constants can be used in testsuite/shared.
I'm going to try removing the methods that use the constants altogether. If
that's ok (i.e. nothing fails in full's testsuite) then we'll go that route,
otherwise I'll try just removing the contants imports and hard coding the strings.