diff --git a/persistence-modules/activejdbc/README.md b/persistence-modules/activejdbc/README.md new file mode 100644 index 0000000000..0f4cefb8df --- /dev/null +++ b/persistence-modules/activejdbc/README.md @@ -0,0 +1,2 @@ +### Relevant Articles: +- [Introduction to ActiveJDBC](http://www.baeldung.com/active-jdbc) diff --git a/persistence-modules/activejdbc/pom.xml b/persistence-modules/activejdbc/pom.xml new file mode 100644 index 0000000000..84ce1c2b48 --- /dev/null +++ b/persistence-modules/activejdbc/pom.xml @@ -0,0 +1,81 @@ + + + 4.0.0 + activejdbc + 1.0-SNAPSHOT + activejdbc + jar + http://maven.apache.org + + + com.baeldung + persistence-modules + 1.0.0-SNAPSHOT + + + + + org.javalite + activejdbc + ${activejdbc.version} + + + opensymphony + oscache + + + + + mysql + mysql-connector-java + ${mysql.connector.version} + + + org.slf4j + slf4j-simple + ${org.slf4j.version} + + + + + + + org.javalite + activejdbc-instrumentation + ${activejdbc.version} + + + process-classes + + instrument + + + + + + org.javalite + db-migrator-maven-plugin + ${activejdbc.version} + + ${project.basedir}/src/main/resources/database.properties + ${environments} + + + + mysql + mysql-connector-java + ${mysql.connector.version} + + + + + + + + 2.0 + development.test,development + 5.1.34 + + + \ No newline at end of file