summaryrefslogtreecommitdiffstats
path: root/bundle-plugin/src/main/scala/com/yahoo/container/plugin/bundle/AnalyzeBundle.scala
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@yahoo-inc.com>2017-07-11 14:48:36 +0200
committerBjørn Christian Seime <bjorncs@yahoo-inc.com>2017-07-11 17:47:10 +0200
commit8674b0c8963782535b8a779783455e9699b5644d (patch)
treea824f8557a9c92f44b5e66b1c2b81134d0f9297e /bundle-plugin/src/main/scala/com/yahoo/container/plugin/bundle/AnalyzeBundle.scala
parent680acc25df067e19f4b8933b8f68e9bff4596d76 (diff)
ShouldMatchersForJUnit is removed from scala-test v3
Diffstat (limited to 'bundle-plugin/src/main/scala/com/yahoo/container/plugin/bundle/AnalyzeBundle.scala')
-rw-r--r--bundle-plugin/src/main/scala/com/yahoo/container/plugin/bundle/AnalyzeBundle.scala8
1 files changed, 4 insertions, 4 deletions
diff --git a/bundle-plugin/src/main/scala/com/yahoo/container/plugin/bundle/AnalyzeBundle.scala b/bundle-plugin/src/main/scala/com/yahoo/container/plugin/bundle/AnalyzeBundle.scala
index f1bbf644ac6..1b3979476bd 100644
--- a/bundle-plugin/src/main/scala/com/yahoo/container/plugin/bundle/AnalyzeBundle.scala
+++ b/bundle-plugin/src/main/scala/com/yahoo/container/plugin/bundle/AnalyzeBundle.scala
@@ -1,11 +1,11 @@
// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package com.yahoo.container.plugin.bundle
-import java.util.jar.{Manifest => JarManifest}
import java.io.File
-import com.yahoo.container.plugin.osgi.{ExportPackages, ExportPackageParser}
-import ExportPackages.Export
-import collection.immutable.LinearSeq
+import java.util.jar.{Manifest => JarManifest}
+
+import com.yahoo.container.plugin.osgi.ExportPackageParser
+import com.yahoo.container.plugin.osgi.ExportPackages.Export
import com.yahoo.container.plugin.util.JarFiles