diff --git a/mycateye-agent/pom.xml b/mycateye-agent/pom.xml index 1d6e4a73d6fd01705e7ecbd4ac01cfde0334b1ff..c166212572c94b980282b2be78f226daa01ee176 100644 --- a/mycateye-agent/pom.xml +++ b/mycateye-agent/pom.xml @@ -3,7 +3,6 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - io.mycat.eye mycateye-agent 0.8 jar @@ -12,18 +11,12 @@ mycateye-agent - org.springframework.boot - spring-boot-starter-parent - 1.5.2.RELEASE - + io.mycat.eye + Mycat-Eye + 0.8 + ../pom.xml - - UTF-8 - UTF-8 - 1.8 - - org.springframework.boot @@ -97,6 +90,11 @@ commons-collections commons-collections + + org.apache.curator + curator-framework + 4.0.1 + diff --git a/mycateye-web/pom.xml b/mycateye-web/pom.xml index 99c11581c3bbdb7edb87197dda2261aad7b4d44f..f70357f10c771e0a76a18fd70adcbcf3a221edcd 100644 --- a/mycateye-web/pom.xml +++ b/mycateye-web/pom.xml @@ -3,7 +3,6 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - io.mycat.eye mycateye-web 0.8 jar @@ -12,18 +11,12 @@ mycateye-web - org.springframework.boot - spring-boot-starter-parent - 1.5.4.RELEASE - + io.mycat.eye + Mycat-Eye + 0.8 + ../pom.xml - - UTF-8 - UTF-8 - 1.8 - - org.springframework.boot diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000000000000000000000000000000000000..88a7928458c111979e31d08d22d1d3985dff90c0 --- /dev/null +++ b/pom.xml @@ -0,0 +1,150 @@ + + + 4.0.0 + + io.mycat.eye + Mycat-Eye + 0.8 + pom + + Mycat-Eye + Mycat-Eye + + + org.springframework.boot + spring-boot-starter-parent + 1.5.2.RELEASE + + + + + mycateye-agent + mycateye-web + + + + UTF-8 + UTF-8 + 1.8 + + + + + org.springframework.boot + spring-boot-starter-web + + + + org.springframework.boot + spring-boot-starter-test + test + + + junit + junit + test + + + org.springframework.boot + spring-boot-devtools + + + + com.alibaba + druid + 1.0.26 + + + + c3p0 + c3p0 + 0.9.1.2 + + + org.apache.commons + commons-lang3 + 3.5 + + + + org.mybatis.spring.boot + mybatis-spring-boot-starter + 1.1.1 + + + org.springframework.boot + spring-boot-configuration-processor + true + + + mysql + mysql-connector-java + runtime + 5.1.35 + + + com.alibaba + fastjson + 1.2.12 + + + aspectj + aspectjweaver + 1.5.4 + + + com.jcraft + jsch + 0.1.54 + + + commons-collections + commons-collections + + + + + + + + src/main/java + + **/*.xml + + + + src/main/resources + + **/*.* + + + + + + + org.mybatis.generator + mybatis-generator-maven-plugin + 1.3.6 + + ${basedir}/generatorConfig.xml + true + true + + + + Generate MyBatis Artifacts + + generate + + + + + + org.springframework.boot + spring-boot-maven-plugin + + + + +