switch from jpa to orientdb
This commit is contained in:
@@ -53,10 +53,13 @@ dependencies {
|
||||
compile files('lib/JFXtras/jfxtras-labs-8.0-r1-SNAPSHOT.jar', 'lib/ScenicView/ScenicView.jar')
|
||||
compile group: 'org.jdom', name: 'jdom2', version: '2.0.5'
|
||||
compile group: 'org.controlsfx', name: 'controlsfx', version: '8.0.6'
|
||||
compile group: 'com.h2database', name: 'h2', version: '1.4.178'
|
||||
compile group: 'org.eclipse.persistence', name: 'eclipselink', version: '2.5.0'
|
||||
compile group: 'org.codehaus.groovy', name: 'groovy-all', version: '2.2.1'
|
||||
compile group: 'org.jboss.weld.se', name: 'weld-se', version: '2.2.0.Final'
|
||||
compile group: 'com.orientechnologies', name: 'orient-commons', version: '2.0-SNAPSHOT'
|
||||
compile group: 'com.orientechnologies', name: 'orientdb-core', version: '2.0-SNAPSHOT'
|
||||
compile group: 'com.orientechnologies', name: 'orient-server', version: '2.0-SNAPSHOT'
|
||||
compile group: 'com.orientechnologies', name: 'orientdb-object', version: '2.0-SNAPSHOT'
|
||||
|
||||
}
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user