diff --git a/pom.xml b/pom.xml index 241f287..3e05975 100644 --- a/pom.xml +++ b/pom.xml @@ -2,22 +2,12 @@ 4.0.0 - - - org.carlspring.strongbox - strongbox-parent - 1.0-SNAPSHOT - - + + org.carlspring.strongbox strongbox-db 1.0-SNAPSHOT pom - - - - - https://github.com/strongbox/strongbox-db scm:git:git@github.com:strongbox/strongbox-db.git @@ -25,30 +15,11 @@ HEAD - - - - org.slf4j - jcl-over-slf4j - - - org.slf4j - jul-to-slf4j - - - ch.qos.logback - logback-core - - - ch.qos.logback - logback-classic - - - + strongbox-db-parent strongbox-db-liquibase strongbox-db-import strongbox-db-server - \ No newline at end of file + diff --git a/strongbox-db-import/pom.xml b/strongbox-db-import/pom.xml index a2a140b..2f1524a 100644 --- a/strongbox-db-import/pom.xml +++ b/strongbox-db-import/pom.xml @@ -7,17 +7,25 @@ org.carlspring.strongbox - strongbox-db + strongbox-db-parent 1.0-SNAPSHOT - ../pom.xml + ../strongbox-db-parent strongbox-db-import + 1.0-SNAPSHOT ${project.build.directory}/db + + https://github.com/strongbox/strongbox-db + scm:git:git@github.com:strongbox/strongbox-db.git + scm:git:git@github.com:strongbox/strongbox-db.git + HEAD + + ${project.groupId} @@ -40,11 +48,6 @@ orientdb-jdbc - - commons-beanutils - commons-beanutils - - org.liquibase @@ -64,6 +67,11 @@ + + commons-beanutils + commons-beanutils + + org.apache.commons commons-lang3 diff --git a/strongbox-db-liquibase/pom.xml b/strongbox-db-liquibase/pom.xml index 8623484..77bd17c 100644 --- a/strongbox-db-liquibase/pom.xml +++ b/strongbox-db-liquibase/pom.xml @@ -1,18 +1,26 @@ + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 org.carlspring.strongbox - strongbox-db + strongbox-db-parent 1.0-SNAPSHOT - ../pom.xml + ../strongbox-db-parent strongbox-db-liquibase + 1.0-SNAPSHOT + + + https://github.com/strongbox/strongbox-db + scm:git:git@github.com:strongbox/strongbox-db.git + scm:git:git@github.com:strongbox/strongbox-db.git + HEAD + @@ -20,4 +28,5 @@ guava + diff --git a/strongbox-db-parent/pom.xml b/strongbox-db-parent/pom.xml new file mode 100644 index 0000000..ee387f0 --- /dev/null +++ b/strongbox-db-parent/pom.xml @@ -0,0 +1,115 @@ + + + + 4.0.0 + + + org.carlspring.strongbox + strongbox-proto-parent + 1.0-SNAPSHOT + + + + org.carlspring.strongbox + strongbox-db-parent + 1.0-SNAPSHOT + pom + + + UTF-8 + + 3.0.0 + + + + + https://github.com/strongbox/strongbox-db + scm:git:git@github.com:strongbox/strongbox-db.git + scm:git:git@github.com:strongbox/strongbox-db.git + HEAD + + + + + + + com.orientechnologies + orientdb-core + ${version.orientdb} + + + com.orientechnologies + orientdb-client + ${version.orientdb} + + + com.orientechnologies + orientdb-server + ${version.orientdb} + + + com.orientechnologies + orientdb-tools + ${version.orientdb} + + + com.orientechnologies + orientdb-object + ${version.orientdb} + + + org.hibernate.javax.persistence + hibernate-jpa-2.0-api + + + + + com.orientechnologies + orientdb-graphdb + ${version.orientdb} + + + + commons-beanutils + commons-beanutils-core + + + + commons-beanutils + commons-beanutils + + + + + com.orientechnologies + orientdb-distributed + ${version.orientdb} + + + com.hazelcast + hazelcast + + + com.hazelcast + hazelcast-cloud + + + + + com.orientechnologies + orientdb-jdbc + ${version.orientdb} + + + + org.webjars + orientdb-studio + 2.2.0 + + + + + + diff --git a/strongbox-db-server/pom.xml b/strongbox-db-server/pom.xml index eccd91e..a4f9b85 100644 --- a/strongbox-db-server/pom.xml +++ b/strongbox-db-server/pom.xml @@ -1,26 +1,49 @@ - + 4.0.0 org.carlspring.strongbox - strongbox-db + strongbox-db-parent 1.0-SNAPSHOT - ../pom.xml + ../strongbox-db-parent strongbox-db-server + 1.0-SNAPSHOT + strongbox-db-server - - - UTF-8 - - + + + https://github.com/strongbox/strongbox-db + scm:git:git@github.com:strongbox/strongbox-db.git + scm:git:git@github.com:strongbox/strongbox-db.git + HEAD + + + + + org.slf4j + jcl-over-slf4j + + + org.slf4j + jul-to-slf4j + + + ch.qos.logback + logback-core + + + ch.qos.logback + logback-classic + + + com.orientechnologies orientdb-core @@ -47,4 +70,5 @@ orientdb-studio +