Created
November 12, 2013 08:50
-
-
Save rkettelerij/7427673 to your computer and use it in GitHub Desktop.
OrientDB feature for Apache Karaf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<features name="features" xmlns="http://karaf.apache.org/xmlns/features/v1.0.0"> | |
<feature name='orientdb' version='1.6'> | |
<bundle>mvn:com.orientechnologies/orient-commons/1.6</bundle> | |
<bundle>mvn:net.java.dev.jna/jna/4.0.0</bundle> | |
<bundle>mvn:org.apache.geronimo.specs/geronimo-jpa_2.0_spec/1.1</bundle> | |
<bundle>mvn:org.javassist/javassist/3.18.1-GA</bundle> | |
<bundle>mvn:com.orientechnologies/orientdb-nativeos/1.6</bundle> | |
<bundle>mvn:com.orientechnologies/orientdb-core/1.6</bundle> | |
<bundle>mvn:com.orientechnologies/orientdb-object/1.6/bundle</bundle> | |
</feature> | |
</features> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hi rkettelerij,
thanks for this. But there is an Typo :)
"mvn:com.orientechnologies/orientdb-object/1.6/bundle"
musst be
"mvn:com.orientechnologies/orientdb-object/1.6"
but after that its working :)
Greetings Chris