From 1222828a6eec9493cef11234cbca4a83e425e326 Mon Sep 17 00:00:00 2001 From: Federico Igne Date: Fri, 22 Oct 2021 19:06:45 +0100 Subject: Add pom.xml --- pom.xml | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 pom.xml (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..376d390 --- /dev/null +++ b/pom.xml @@ -0,0 +1,54 @@ + + + 4.0.0 + uk.ac.ox.cs.rsacomb + rsacomb_2.13 + jar + Re-implementation of the combined approach for CQ answering over RSA ontologies. + https://github.com/KRR-Oxford/RSAComb + 0.1.0 + RSAComb + + Department of Computer Science - University of Oxford + https://www.cs.ox.ac.uk + + + https://github.com/KRR-Oxford/RSAComb + scm:git@github.com:KRR-Oxford/RSAComb.git + + + + org.scala-lang + scala-library + 2.13.4 + + + org.scalatest + scalatest_2.13 + 3.2.3 + test + + + org.scalatest + scalatest-flatspec_2.13 + 3.2.3 + test + + + org.scalatest + scalatest-shouldmatchers_2.13 + 3.2.3 + test + + + net.sourceforge.owlapi + owlapi-apibinding + 5.1.17 + + + org.scala-graph + graph-core_2.13 + 1.13.2 + + + \ No newline at end of file -- cgit v1.2.3