Add Scala packaging
[controller.git] / features / odl-controller-scala / src / main / history / dependencies.xml
diff --git a/features/odl-controller-scala/src/main/history/dependencies.xml b/features/odl-controller-scala/src/main/history/dependencies.xml
new file mode 100644 (file)
index 0000000..9f991cb
--- /dev/null
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<features xmlns="http://karaf.apache.org/xmlns/features/v1.6.0" name="odl-controller-scala">
+    <feature version="0.0.0">
+        <bundle>mvn:org.scala-lang.modules/scala-java8-compat_2.13/0.9.1</bundle>
+        <bundle>mvn:org.scala-lang/scala-library/2.13.3</bundle>
+        <bundle>mvn:org.scala-lang/scala-reflect/2.13.3</bundle>
+    </feature>
+</features>