There is a dependency in the maven pom files between the graphdb project 
and the tools project. Because of this dependency, when I deploy an 
application that uses the graphdb project onto the Wildfly app server, I 
get an error with the OrientDB JPA provider which I am not using. By 
removing the dependency I am able to build everything and run it without 
issues so, my question is, do you really need to have that dependency there?

Thanks,
Odysseas

>From pom.xml in orient-graphdb:

        <dependency>
            <groupId>com.orientechnologies</groupId>
            <artifactId>orientdb-tools</artifactId>
            <version>${project.version}</version>
        </dependency>

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to