diff --git a/source/contract/contract-compiler/pom.xml b/source/contract/contract-compiler/pom.xml deleted file mode 100644 index 537e7668..00000000 --- a/source/contract/contract-compiler/pom.xml +++ /dev/null @@ -1,47 +0,0 @@ - - 4.0.0 - - com.jd.blockchain - contract - 0.9.0-SNAPSHOT - - contract-compiler - - - - com.jd.blockchain - contract-model - ${project.version} - - - com.sun - tools - 1.8.0 - system - ${java.home}/../lib/tools.jar - - - com.github.javaparser - javaparser-core - - - junit - junit - - - - commons-io - commons-io - ${commons-io.version} - - - - com.esotericsoftware - reflectasm - 1.10.1 - - - - \ No newline at end of file diff --git a/source/contract/contract-engine/pom.xml b/source/contract/contract-engine/pom.xml deleted file mode 100644 index 5c4c858b..00000000 --- a/source/contract/contract-engine/pom.xml +++ /dev/null @@ -1,107 +0,0 @@ - - 4.0.0 - - com.jd.blockchain - contract - 0.9.0-SNAPSHOT - - contract-engine - - - com.jd.blockchain - contract-model - ${project.version} - - - com.jd.blockchain - contract-compiler - ${project.version} - - - - junit - junit - test - - - org.mockito - mockito-core - test - - - com.jd.blockchain - contract-jar - ${project.version} - - - - com.sun - plugin - 1.8 - system - ${java.home}/lib/plugin.jar - - - - org.slf4j - slf4j-simple - test - - - - org.springframework.boot - spring-boot-starter-web - provided - - - org.springframework.boot - spring-boot-starter-logging - - - - - org.springframework.boot - spring-boot-starter-cache - - - - org.ehcache - ehcache - ${ehcache.version} - - - javax.cache - cache-api - ${cache-api.version} - - - - org.springframework.boot - spring-boot-starter-test - test - - - com.jd.blockchain - contract-tools - ${project.version} - - - - - - - - - org.apache.maven.plugins - maven-surefire-plugin - 2.5 - - true - - - - - - \ No newline at end of file diff --git a/source/contract/contract-jar/pom.xml b/source/contract/contract-jar/pom.xml deleted file mode 100644 index 81722dcb..00000000 --- a/source/contract/contract-jar/pom.xml +++ /dev/null @@ -1,41 +0,0 @@ - - - - contract - com.jd.blockchain - 0.9.0-SNAPSHOT - - 4.0.0 - - contract-jar - - - - com.jd.blockchain - contract-compiler - ${project.version} - - - commons-io - commons-io - ${commons-io.version} - - - junit - junit - test - - - org.mockito - mockito-core - test - - - org.slf4j - slf4j-log4j12 - - - - \ No newline at end of file