diff --git a/pom.xml b/pom.xml new file mode 100644 index 00000000..4dc13d53 --- /dev/null +++ b/pom.xml @@ -0,0 +1,104 @@ + + + + 4.0.0 + + com.anji-plus + spring-boot-gaea-parent + 1.0.0.RELEASE + + + com.anjiplus.template.gaea + template-gaea + anjiplus-template-gaea + 1.0.0-SNAPSHOT + template-gaea + pom + + + report-core + + + + 1.0.0-SNAPSHOT + 1.0.0-SNAPSHOT + 1.0.0-SNAPSHOT + 1.0.0-SNAPSHOT + 1.0.0-SNAPSHOT + true + + + + + + com.anjiplus.template.gaea + template-gaea-auth + ${project.version} + + + com.anjiplus.template.gaea + template-gaea-business + ${project.version} + + + com.anjiplus.template.gaea + template-gaea-common + ${project.version} + + + + com.anjiplus.template.gaea + template-gaea-generator + ${gaea.generator.version} + + + + com.anji-plus + spring-boot-gaea + ${gaea.version} + + + com.anji-plus + spring-boot-starter-gaea-security + ${gaea.security.version} + + + + com.anji-plus + spring-boot-starter-gaea-export + ${gaea.export.version} + + + + com.anji-plus + spring-boot-starter-gaea-log + ${gaea.log.version} + + + + + + + + dev + + dev + + + true + + + + + + + nexus-releases + http://nexus.anji-plus.com:8081/repository/maven-releases/ + + + nexus-snapshots + http://nexus.anji-plus.com:8081/repository/maven-snapshots/ + + + diff --git a/report-core/pom.xml b/report-core/pom.xml new file mode 100644 index 00000000..da3c9e3b --- /dev/null +++ b/report-core/pom.xml @@ -0,0 +1,115 @@ + + + + + com.anjiplus.template.gaea + template-gaea + 1.0.0-SNAPSHOT + ../ + + 4.0.0 + aj-report + aj-report + + + + com.anjiplus.template.gaea + template-gaea-common + + + + + + + + + + + + + + com.anjiplus.template.gaea + template-gaea-generator + + + + com.baomidou + mybatis-plus-boot-starter + + + + mysql + mysql-connector-java + + + + org.springframework.boot + spring-boot-starter-test + test + + + + + + + + + + + + + com.anji-plus + spring-boot-starter-gaea-export + + + com.anji-plus + spring-boot-starter-gaea-log + + + + + com.alibaba + druid + 1.1.22 + + + + + owinfo + impalajdbc41 + 1.0.0 + system + ${project.basedir}/src/main/resources/lib/ImpalaJDBC41.jar + + + org.apache.hive + hive-jdbc + 1.2.1 + + + org.eclipse.jetty.aggregate + jetty-all + + + + + + + + + src/main/resources + true + + + + + org.springframework.boot + spring-boot-maven-plugin + + true + + + + +