Skip to content
This repository has been archived by the owner on Oct 8, 2020. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
 into develop
  • Loading branch information
LorenzBuehmann committed Jun 27, 2020
2 parents b129dd6 + 02b91cc commit d7b8918
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 11 deletions.
5 changes: 0 additions & 5 deletions sansa-inference-common/pom.xml
Expand Up @@ -96,11 +96,6 @@
<artifactId>scalatest_${scala.binary.version}</artifactId>
</dependency>

<dependency>
<groupId>org.scalatestplus</groupId>
<artifactId>scalatestplus-junit_${scala.binary.version}</artifactId>
</dependency>

<dependency>
<groupId>org.scalatestplus</groupId>
<artifactId>junit-4-12_${scala.binary.version}</artifactId>
Expand Down
Expand Up @@ -8,9 +8,8 @@ import com.typesafe.scalalogging.LazyLogging
import org.apache.jena.rdf.model.Model
import org.apache.jena.shared.PrefixMapping
import org.junit.runner.RunWith
import org.scalatestplus.junit.JUnitRunner
import org.scalatest.BeforeAndAfterAll
import org.scalatest.flatspec.AnyFlatSpec
import org.scalatest.junit.JUnitRunner
import org.scalatest.{BeforeAndAfterAll, FlatSpec}

import net.sansa_stack.inference.data.{RDF, RDFOps}

Expand All @@ -22,7 +21,7 @@ import net.sansa_stack.inference.data.{RDF, RDFOps}
*/
@RunWith(classOf[JUnitRunner])
abstract class ConformanceTestBase[Rdf <: RDF](val rdfOps: RDFOps[Rdf])
extends AnyFlatSpec
extends FlatSpec
with BeforeAndAfterAll
with LazyLogging {

Expand Down
Expand Up @@ -2,7 +2,7 @@ package net.sansa_stack.test.conformance

import net.sansa_stack.inference.data.{RDF, RDFOps}
import org.junit.runner.RunWith
import org.scalatestplus.junit.JUnitRunner
import org.scalatest.junit.JUnitRunner

/**
* The class is to test the conformance of each materialization rule of OWL Horst entailment.
Expand Down
Expand Up @@ -2,7 +2,7 @@ package net.sansa_stack.test.conformance

import net.sansa_stack.inference.data.{RDF, RDFOps}
import org.junit.runner.RunWith
import org.scalatestplus.junit.JUnitRunner
import org.scalatest.junit.JUnitRunner


/**
Expand Down

0 comments on commit d7b8918

Please sign in to comment.