summaryrefslogtreecommitdiffstats
path: root/bundle-plugin/src/main/scala/com
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 15:09:10 +0200
commit60ea9825fd5af46015ab0ad775fd1b8cdd22873d (patch)
treed1528071e489e5a978ba0f5ad10269844e8a0d93 /bundle-plugin/src/main/scala/com
parent0ead5c1a9d0e24eadedab39eb584c8de17678fce (diff)
ShouldMatchersForJUnit is removed from scala-test v3
Diffstat (limited to 'bundle-plugin/src/main/scala/com')
-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