File tree 2 files changed +3
-3
lines changed
deployment/distribution/src/main/kotlin/org/codice/ctk
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ object Versions {
30
30
const val cxf = " 3.2.4"
31
31
const val kaptMetainf = " 1.8"
32
32
const val gson = " 2.8.5"
33
- const val kopperTyped = " 0.0.4 "
33
+ const val kopperTyped = " 0.0.3 "
34
34
const val jansi = " 1.17.1"
35
35
const val googleHttpClient = " 1.24.1"
36
36
const val keyczar = " 0.66"
Original file line number Diff line number Diff line change @@ -26,16 +26,16 @@ import org.codice.ctk.Runner.Companion.SLO_BASIC_TESTS
26
26
import org.codice.ctk.Runner.Companion.SLO_ERROR_TESTS
27
27
import org.codice.ctk.Runner.Companion.SSO_BASIC_TESTS
28
28
import org.codice.ctk.Runner.Companion.SSO_ERROR_TESTS
29
+ import org.fusesource.jansi.Ansi.ansi
29
30
import org.junit.platform.engine.TestExecutionResult
30
31
import org.junit.platform.engine.discovery.DiscoverySelectors.selectClass
31
32
import org.junit.platform.launcher.TestExecutionListener
32
33
import org.junit.platform.launcher.TestIdentifier
34
+ import org.junit.platform.launcher.TestPlan
33
35
import org.junit.platform.launcher.core.LauncherDiscoveryRequestBuilder
34
36
import org.junit.platform.launcher.core.LauncherFactory
35
37
import org.junit.platform.launcher.listeners.SummaryGeneratingListener
36
38
import us.jimschubert.kopper.Parser
37
- import org.fusesource.jansi.Ansi.ansi
38
- import org.junit.platform.launcher.TestPlan
39
39
import java.io.File
40
40
import java.io.PrintWriter
41
41
You can’t perform that action at this time.
0 commit comments