diff --git a/all/pom.xml b/all/pom.xml index 10d626445b..52cc14e798 100644 --- a/all/pom.xml +++ b/all/pom.xml @@ -14,8 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 com.alibaba @@ -322,7 +321,7 @@ com.alibaba hessian-lite - 3.2.2 + 2.6.2-SNAPSHOT compile true @@ -435,148 +434,117 @@ - + META-INF/dubbo/internal/com.alibaba.dubbo.common.compiler.Compiler - + META-INF/dubbo/internal/com.alibaba.dubbo.common.extension.ExtensionFactory - + META-INF/dubbo/internal/com.alibaba.dubbo.common.serialize.Serialization - + META-INF/dubbo/internal/com.alibaba.dubbo.common.status.StatusChecker - + META-INF/dubbo/internal/com.alibaba.dubbo.common.threadpool.ThreadPool - + META-INF/dubbo/internal/com.alibaba.dubbo.remoting.Dispatcher - + META-INF/dubbo/internal/com.alibaba.dubbo.remoting.Codec2 - + META-INF/dubbo/internal/com.alibaba.dubbo.remoting.Transporter - + META-INF/dubbo/internal/com.alibaba.dubbo.remoting.exchange.Exchanger - + META-INF/dubbo/internal/com.alibaba.dubbo.remoting.http.HttpBinder - + META-INF/dubbo/internal/com.alibaba.dubbo.remoting.p2p.Networker - + META-INF/dubbo/internal/com.alibaba.dubbo.remoting.telnet.TelnetHandler - + META-INF/dubbo/internal/com.alibaba.dubbo.remoting.zookeeper.ZookeeperTransporter - + META-INF/dubbo/internal/com.alibaba.dubbo.rpc.Protocol - + META-INF/dubbo/internal/com.alibaba.dubbo.rpc.Filter - + META-INF/dubbo/internal/com.alibaba.dubbo.rpc.InvokerListener - + META-INF/dubbo/internal/com.alibaba.dubbo.rpc.ExporterListener - + META-INF/dubbo/internal/com.alibaba.dubbo.rpc.ProxyFactory - + META-INF/dubbo/internal/com.alibaba.dubbo.rpc.cluster.Cluster - + META-INF/dubbo/internal/com.alibaba.dubbo.rpc.cluster.LoadBalance - + META-INF/dubbo/internal/com.alibaba.dubbo.rpc.cluster.Merger - + META-INF/dubbo/internal/com.alibaba.dubbo.rpc.cluster.RouterFactory - + META-INF/dubbo/internal/com.alibaba.dubbo.rpc.cluster.ConfiguratorFactory - + META-INF/dubbo/internal/com.alibaba.dubbo.container.Container - + META-INF/dubbo/internal/com.alibaba.dubbo.monitor.MonitorFactory - + META-INF/dubbo/internal/com.alibaba.dubbo.registry.RegistryFactory - + META-INF/dubbo/internal/com.alibaba.dubbo.validation.Validation - + META-INF/dubbo/internal/com.alibaba.dubbo.cache.CacheFactory - + META-INF/dubbo/internal/com.alibaba.dubbo.common.store.DataStore - + META-INF/dubbo/internal/com.alibaba.dubbo.common.logger.LoggerAdapter - + META-INF/dubbo/internal/com.alibaba.dubbo.qos.command.BaseCommand diff --git a/bom/pom.xml b/bom/pom.xml index abfb505d79..11a8355326 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -1,14 +1,12 @@ - + 4.0.0 - + @@ -47,7 +45,8 @@ https://github.com/alibaba/dubbo/tree/master scm:git:git://github.com/alibaba/dubbo.git scm:git:git@github.com:alibaba/dubbo.git - + dubbo-2.6.2-SNAPSHOT + Dubbo User Mailling List @@ -285,7 +284,7 @@ com.alibaba hessian-lite - 3.2.2 + 2.6.2-SNAPSHOT diff --git a/dependencies-bom/pom.xml b/dependencies-bom/pom.xml index bf29b0a6d8..08b2faee89 100644 --- a/dependencies-bom/pom.xml +++ b/dependencies-bom/pom.xml @@ -1,7 +1,5 @@ - + 4.0.0 @@ -40,7 +38,8 @@ https://github.com/alibaba/dubbo/tree/master scm:git:git://github.com/alibaba/dubbo.git scm:git:git@github.com:alibaba/dubbo.git - + dubbo-2.6.2-SNAPSHOT + Dubbo User Mailling List diff --git a/distribution/pom.xml b/distribution/pom.xml index 42ef107416..6f0e407e8a 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-parent - 2.6.2-SNAPSHOT + 2.6.2-SNAPSHOT-SNAPSHOT dubbo-distribution pom diff --git a/dubbo-cluster/pom.xml b/dubbo-cluster/pom.xml index 3f79703868..18b484c855 100644 --- a/dubbo-cluster/pom.xml +++ b/dubbo-cluster/pom.xml @@ -1,39 +1,38 @@ - - - 4.0.0 - - com.alibaba - dubbo-parent - 2.6.2-SNAPSHOT - - dubbo-cluster - jar - ${project.artifactId} - The cluster module of dubbo project - - false - - - - com.alibaba - dubbo-rpc-api - ${project.parent.version} - - + + + 4.0.0 + + com.alibaba + dubbo-parent + 2.6.2-SNAPSHOT + + dubbo-cluster + jar + ${project.artifactId} + The cluster module of dubbo project + + false + + + + com.alibaba + dubbo-rpc-api + ${project.parent.version} + + \ No newline at end of file diff --git a/dubbo-common/pom.xml b/dubbo-common/pom.xml index 63b15fbe78..0105932f8b 100644 --- a/dubbo-common/pom.xml +++ b/dubbo-common/pom.xml @@ -1,73 +1,72 @@ - - - - 4.0.0 - - com.alibaba - dubbo-parent - 2.6.2-SNAPSHOT - - dubbo-common - jar - ${project.artifactId} - The common module of dubbo project - - false - - - - org.slf4j - slf4j-api - provided - - - commons-logging - commons-logging - - - log4j - log4j - - - org.javassist - javassist - - - com.alibaba - hessian-lite - 3.2.2 - - - com.alibaba - fastjson - - - com.esotericsoftware - kryo - - - de.javakaffee - kryo-serializers - - - de.ruedigermoeller - fst - - + + + + 4.0.0 + + com.alibaba + dubbo-parent + 2.6.2-SNAPSHOT + + dubbo-common + jar + ${project.artifactId} + The common module of dubbo project + + false + + + + org.slf4j + slf4j-api + provided + + + commons-logging + commons-logging + + + log4j + log4j + + + org.javassist + javassist + + + com.alibaba + hessian-lite + 2.6.2-SNAPSHOT + + + com.alibaba + fastjson + + + com.esotericsoftware + kryo + + + de.javakaffee + kryo-serializers + + + de.ruedigermoeller + fst + + \ No newline at end of file diff --git a/dubbo-config/dubbo-config-api/pom.xml b/dubbo-config/dubbo-config-api/pom.xml index 0e7107376f..a753a9ca6c 100644 --- a/dubbo-config/dubbo-config-api/pom.xml +++ b/dubbo-config/dubbo-config-api/pom.xml @@ -1,127 +1,126 @@ - - - 4.0.0 - - com.alibaba - dubbo-config - 2.6.2-SNAPSHOT - - dubbo-config-api - jar - ${project.artifactId} - The config api module of dubbo project - - false - - - - com.alibaba - dubbo-registry-api - ${project.parent.version} - - - com.alibaba - dubbo-monitor-api - ${project.parent.version} - - - com.alibaba - dubbo-remoting-api - ${project.parent.version} - - - com.alibaba - dubbo-rpc-injvm - ${project.parent.version} - - - com.alibaba - dubbo-filter-validation - ${project.parent.version} - - - com.alibaba - dubbo-filter-cache - ${project.parent.version} - - - com.alibaba - dubbo-registry-default - ${project.parent.version} - test - - - com.alibaba - dubbo-monitor-default - ${project.parent.version} - test - - - com.alibaba - dubbo-rpc-dubbo - ${project.parent.version} - test - - - com.alibaba - dubbo-rpc-rmi - ${project.parent.version} - test - - - com.alibaba - dubbo-remoting-netty - ${project.parent.version} - test - - - javax.validation - validation-api - test - - - org.hibernate - hibernate-validator - test - - - org.glassfish - javax.el - test - - - com.alibaba - dubbo-registry-multicast - ${project.parent.version} - test - - - com.alibaba - dubbo-serialization-hessian2 - ${project.parent.version} - test - - - com.alibaba - dubbo-serialization-jdk - ${project.parent.version} - test - - + + + 4.0.0 + + com.alibaba + dubbo-config + 2.6.2-SNAPSHOT + + dubbo-config-api + jar + ${project.artifactId} + The config api module of dubbo project + + false + + + + com.alibaba + dubbo-registry-api + ${project.parent.version} + + + com.alibaba + dubbo-monitor-api + ${project.parent.version} + + + com.alibaba + dubbo-remoting-api + ${project.parent.version} + + + com.alibaba + dubbo-rpc-injvm + ${project.parent.version} + + + com.alibaba + dubbo-filter-validation + ${project.parent.version} + + + com.alibaba + dubbo-filter-cache + ${project.parent.version} + + + com.alibaba + dubbo-registry-default + ${project.parent.version} + test + + + com.alibaba + dubbo-monitor-default + ${project.parent.version} + test + + + com.alibaba + dubbo-rpc-dubbo + ${project.parent.version} + test + + + com.alibaba + dubbo-rpc-rmi + ${project.parent.version} + test + + + com.alibaba + dubbo-remoting-netty + ${project.parent.version} + test + + + javax.validation + validation-api + test + + + org.hibernate + hibernate-validator + test + + + org.glassfish + javax.el + test + + + com.alibaba + dubbo-registry-multicast + ${project.parent.version} + test + + + com.alibaba + dubbo-serialization-hessian2 + ${project.parent.version} + test + + + com.alibaba + dubbo-serialization-jdk + ${project.parent.version} + test + + \ No newline at end of file diff --git a/dubbo-config/dubbo-config-spring/pom.xml b/dubbo-config/dubbo-config-spring/pom.xml index c7a666080b..419071bb3f 100644 --- a/dubbo-config/dubbo-config-spring/pom.xml +++ b/dubbo-config/dubbo-config-spring/pom.xml @@ -1,144 +1,143 @@ - - - 4.0.0 - - com.alibaba - dubbo-config - 2.6.2-SNAPSHOT - - dubbo-config-spring - jar - ${project.artifactId} - The spring config module of dubbo project - - false - - - - com.alibaba - dubbo-config-api - ${project.parent.version} - - - org.springframework - spring-beans - - - org.springframework - spring-context - - - com.alibaba - dubbo-registry-default - ${project.parent.version} - test - - - com.alibaba - dubbo-monitor-default - ${project.parent.version} - test - - - com.alibaba - dubbo-rpc-dubbo - ${project.parent.version} - test - - - com.alibaba - dubbo-rpc-rmi - ${project.parent.version} - test - - - com.alibaba - dubbo-rpc-injvm - ${project.parent.version} - - - com.alibaba - dubbo-remoting-netty - ${project.parent.version} - test - - - com.alibaba - dubbo-serialization-hessian2 - ${project.parent.version} - test - - - javax.validation - validation-api - test - - - org.hibernate - hibernate-validator - test - - - org.glassfish - javax.el - test - - - - org.springframework - spring-tx - test - - - - org.springframework - spring-test - test - - - - - - - - - + + + 4.0.0 + + com.alibaba + dubbo-config + 2.6.2-SNAPSHOT + + dubbo-config-spring + jar + ${project.artifactId} + The spring config module of dubbo project + + false + + + + com.alibaba + dubbo-config-api + ${project.parent.version} + + + org.springframework + spring-beans + + + org.springframework + spring-context + + + com.alibaba + dubbo-registry-default + ${project.parent.version} + test + + + com.alibaba + dubbo-monitor-default + ${project.parent.version} + test + + + com.alibaba + dubbo-rpc-dubbo + ${project.parent.version} + test + + + com.alibaba + dubbo-rpc-rmi + ${project.parent.version} + test + + + com.alibaba + dubbo-rpc-injvm + ${project.parent.version} + + + com.alibaba + dubbo-remoting-netty + ${project.parent.version} + test + + + com.alibaba + dubbo-serialization-hessian2 + ${project.parent.version} + test + + + javax.validation + validation-api + test + + + org.hibernate + hibernate-validator + test + + + org.glassfish + javax.el + test + + + + org.springframework + spring-tx + test + + + + org.springframework + spring-test + test + + + + + + + + + \ No newline at end of file diff --git a/dubbo-config/pom.xml b/dubbo-config/pom.xml index 09a231930c..cdbe055830 100644 --- a/dubbo-config/pom.xml +++ b/dubbo-config/pom.xml @@ -1,36 +1,35 @@ - - - 4.0.0 - - com.alibaba - dubbo-parent - 2.6.2-SNAPSHOT - - dubbo-config - pom - ${project.artifactId} - The config module of dubbo project - - false - - - dubbo-config-api - dubbo-config-spring - - + + + 4.0.0 + + com.alibaba + dubbo-parent + 2.6.2-SNAPSHOT + + dubbo-config + pom + ${project.artifactId} + The config module of dubbo project + + false + + + dubbo-config-api + dubbo-config-spring + + diff --git a/dubbo-container/dubbo-container-api/pom.xml b/dubbo-container/dubbo-container-api/pom.xml index e399c34293..21fd488783 100644 --- a/dubbo-container/dubbo-container-api/pom.xml +++ b/dubbo-container/dubbo-container-api/pom.xml @@ -1,55 +1,54 @@ - - - 4.0.0 - - com.alibaba - dubbo-container - 2.6.2-SNAPSHOT - - dubbo-container-api - jar - ${project.artifactId} - The container module of dubbo project - - false - - - - com.alibaba - dubbo-common - ${project.parent.version} - - - - - - org.apache.maven.plugins - maven-jar-plugin - - - true - - com.alibaba.dubbo.container.Main - - - - - - + + + 4.0.0 + + com.alibaba + dubbo-container + 2.6.2-SNAPSHOT + + dubbo-container-api + jar + ${project.artifactId} + The container module of dubbo project + + false + + + + com.alibaba + dubbo-common + ${project.parent.version} + + + + + + org.apache.maven.plugins + maven-jar-plugin + + + true + + com.alibaba.dubbo.container.Main + + + + + + \ No newline at end of file diff --git a/dubbo-container/dubbo-container-log4j/pom.xml b/dubbo-container/dubbo-container-log4j/pom.xml index 604c573321..af8c331727 100644 --- a/dubbo-container/dubbo-container-log4j/pom.xml +++ b/dubbo-container/dubbo-container-log4j/pom.xml @@ -1,39 +1,38 @@ - - - 4.0.0 - - com.alibaba - dubbo-container - 2.6.2-SNAPSHOT - - dubbo-container-log4j - jar - ${project.artifactId} - The log4j container module of dubbo project - - false - - - - com.alibaba - dubbo-container-api - ${project.parent.version} - - + + + 4.0.0 + + com.alibaba + dubbo-container + 2.6.2-SNAPSHOT + + dubbo-container-log4j + jar + ${project.artifactId} + The log4j container module of dubbo project + + false + + + + com.alibaba + dubbo-container-api + ${project.parent.version} + + \ No newline at end of file diff --git a/dubbo-container/dubbo-container-logback/pom.xml b/dubbo-container/dubbo-container-logback/pom.xml index f03b0a3b0f..a68bc18eaf 100644 --- a/dubbo-container/dubbo-container-logback/pom.xml +++ b/dubbo-container/dubbo-container-logback/pom.xml @@ -1,43 +1,42 @@ - - - 4.0.0 - - com.alibaba - dubbo-container - 2.6.2-SNAPSHOT - - dubbo-container-logback - jar - ${project.artifactId} - The logback container module of dubbo project - - false - - - - com.alibaba - dubbo-container-api - ${project.parent.version} - - - ch.qos.logback - logback-classic - - - + + + 4.0.0 + + com.alibaba + dubbo-container + 2.6.2-SNAPSHOT + + dubbo-container-logback + jar + ${project.artifactId} + The logback container module of dubbo project + + false + + + + com.alibaba + dubbo-container-api + ${project.parent.version} + + + ch.qos.logback + logback-classic + + + diff --git a/dubbo-container/dubbo-container-spring/pom.xml b/dubbo-container/dubbo-container-spring/pom.xml index 8221adf59a..f38fd18f0b 100644 --- a/dubbo-container/dubbo-container-spring/pom.xml +++ b/dubbo-container/dubbo-container-spring/pom.xml @@ -1,43 +1,42 @@ - - - 4.0.0 - - com.alibaba - dubbo-container - 2.6.2-SNAPSHOT - - dubbo-container-spring - jar - ${project.artifactId} - The spring container module of dubbo project - - false - - - - com.alibaba - dubbo-container-api - ${project.parent.version} - - - org.springframework - spring-context - - + + + 4.0.0 + + com.alibaba + dubbo-container + 2.6.2-SNAPSHOT + + dubbo-container-spring + jar + ${project.artifactId} + The spring container module of dubbo project + + false + + + + com.alibaba + dubbo-container-api + ${project.parent.version} + + + org.springframework + spring-context + + \ No newline at end of file diff --git a/dubbo-container/pom.xml b/dubbo-container/pom.xml index 4e00fba5cc..0b81298b0c 100644 --- a/dubbo-container/pom.xml +++ b/dubbo-container/pom.xml @@ -1,38 +1,37 @@ - - - 4.0.0 - - com.alibaba - dubbo-parent - 2.6.2-SNAPSHOT - - dubbo-container - pom - ${project.artifactId} - The container module of dubbo project - - false - - - dubbo-container-api - dubbo-container-spring - dubbo-container-log4j - dubbo-container-logback - - + + + 4.0.0 + + com.alibaba + dubbo-parent + 2.6.2-SNAPSHOT + + dubbo-container + pom + ${project.artifactId} + The container module of dubbo project + + false + + + dubbo-container-api + dubbo-container-spring + dubbo-container-log4j + dubbo-container-logback + + diff --git a/dubbo-demo/dubbo-demo-api/pom.xml b/dubbo-demo/dubbo-demo-api/pom.xml index 9316cbaec3..6464523b18 100644 --- a/dubbo-demo/dubbo-demo-api/pom.xml +++ b/dubbo-demo/dubbo-demo-api/pom.xml @@ -1,32 +1,31 @@ - - - 4.0.0 - - com.alibaba - dubbo-demo - 2.6.2-SNAPSHOT - - dubbo-demo-api - jar - ${project.artifactId} - The demo module of dubbo project - - true - + + + 4.0.0 + + com.alibaba + dubbo-demo + 2.6.2-SNAPSHOT + + dubbo-demo-api + jar + ${project.artifactId} + The demo module of dubbo project + + true + \ No newline at end of file diff --git a/dubbo-demo/dubbo-demo-consumer/pom.xml b/dubbo-demo/dubbo-demo-consumer/pom.xml index ca81339196..37d70fa253 100644 --- a/dubbo-demo/dubbo-demo-consumer/pom.xml +++ b/dubbo-demo/dubbo-demo-consumer/pom.xml @@ -1,63 +1,62 @@ - - - 4.0.0 - - com.alibaba - dubbo-demo - 2.6.2-SNAPSHOT - - dubbo-demo-consumer - jar - ${project.artifactId} - The demo consumer module of dubbo project - - true - - - - com.alibaba - dubbo-demo-api - ${project.parent.version} - - - com.alibaba - dubbo-config-spring - - - com.alibaba - dubbo-registry-zookeeper - - - com.alibaba - dubbo-registry-multicast - - - com.alibaba - dubbo-rpc-dubbo - - - com.alibaba - dubbo-remoting-netty - - - com.alibaba - dubbo-serialization-hessian2 - - + + + 4.0.0 + + com.alibaba + dubbo-demo + 2.6.2-SNAPSHOT + + dubbo-demo-consumer + jar + ${project.artifactId} + The demo consumer module of dubbo project + + true + + + + com.alibaba + dubbo-demo-api + ${project.parent.version} + + + com.alibaba + dubbo-config-spring + + + com.alibaba + dubbo-registry-zookeeper + + + com.alibaba + dubbo-registry-multicast + + + com.alibaba + dubbo-rpc-dubbo + + + com.alibaba + dubbo-remoting-netty + + + com.alibaba + dubbo-serialization-hessian2 + + \ No newline at end of file diff --git a/dubbo-demo/dubbo-demo-provider/pom.xml b/dubbo-demo/dubbo-demo-provider/pom.xml index 0409cf9160..e3cd6778bf 100644 --- a/dubbo-demo/dubbo-demo-provider/pom.xml +++ b/dubbo-demo/dubbo-demo-provider/pom.xml @@ -1,64 +1,63 @@ - - - 4.0.0 - - com.alibaba - dubbo-demo - 2.6.2-SNAPSHOT - - dubbo-demo-provider - jar - ${project.artifactId} - The demo provider module of dubbo project - - true - - - - - com.alibaba - dubbo-demo-api - ${project.parent.version} - - - com.alibaba - dubbo-config-spring - - - com.alibaba - dubbo-registry-zookeeper - - - com.alibaba - dubbo-registry-multicast - - - com.alibaba - dubbo-rpc-dubbo - - - com.alibaba - dubbo-remoting-netty - - - com.alibaba - dubbo-serialization-hessian2 - - + + + 4.0.0 + + com.alibaba + dubbo-demo + 2.6.2-SNAPSHOT + + dubbo-demo-provider + jar + ${project.artifactId} + The demo provider module of dubbo project + + true + + + + + com.alibaba + dubbo-demo-api + ${project.parent.version} + + + com.alibaba + dubbo-config-spring + + + com.alibaba + dubbo-registry-zookeeper + + + com.alibaba + dubbo-registry-multicast + + + com.alibaba + dubbo-rpc-dubbo + + + com.alibaba + dubbo-remoting-netty + + + com.alibaba + dubbo-serialization-hessian2 + + \ No newline at end of file diff --git a/dubbo-demo/pom.xml b/dubbo-demo/pom.xml index 5895cd5fbc..1ff1a25cdd 100644 --- a/dubbo-demo/pom.xml +++ b/dubbo-demo/pom.xml @@ -1,50 +1,49 @@ - - - 4.0.0 - - com.alibaba - dubbo-parent - 2.6.2-SNAPSHOT - - dubbo-demo - pom - ${project.artifactId} - The demo module of dubbo project - - true - - - dubbo-demo-api - dubbo-demo-provider - dubbo-demo-consumer - - - - - - com.alibaba - dubbo-bom - ${project.parent.version} - pom - import - - - - - + + + 4.0.0 + + com.alibaba + dubbo-parent + 2.6.2-SNAPSHOT + + dubbo-demo + pom + ${project.artifactId} + The demo module of dubbo project + + true + + + dubbo-demo-api + dubbo-demo-provider + dubbo-demo-consumer + + + + + + com.alibaba + dubbo-bom + ${project.parent.version} + pom + import + + + + + diff --git a/dubbo-filter/dubbo-filter-cache/pom.xml b/dubbo-filter/dubbo-filter-cache/pom.xml index f7d2bce15a..13d8c29b88 100644 --- a/dubbo-filter/dubbo-filter-cache/pom.xml +++ b/dubbo-filter/dubbo-filter-cache/pom.xml @@ -1,43 +1,42 @@ - - - 4.0.0 - - com.alibaba - dubbo-filter - 2.6.2-SNAPSHOT - - dubbo-filter-cache - jar - ${project.artifactId} - The cache module of dubbo project - - false - - - - com.alibaba - dubbo-rpc-api - ${project.parent.version} - - - javax.cache - cache-api - - + + + 4.0.0 + + com.alibaba + dubbo-filter + 2.6.2-SNAPSHOT + + dubbo-filter-cache + jar + ${project.artifactId} + The cache module of dubbo project + + false + + + + com.alibaba + dubbo-rpc-api + ${project.parent.version} + + + javax.cache + cache-api + + \ No newline at end of file diff --git a/dubbo-filter/dubbo-filter-validation/pom.xml b/dubbo-filter/dubbo-filter-validation/pom.xml index d553750537..d6de86f9df 100644 --- a/dubbo-filter/dubbo-filter-validation/pom.xml +++ b/dubbo-filter/dubbo-filter-validation/pom.xml @@ -1,43 +1,42 @@ - - - 4.0.0 - - com.alibaba - dubbo-filter - 2.6.2-SNAPSHOT - - dubbo-filter-validation - jar - ${project.artifactId} - The validation module of dubbo project - - false - - - - com.alibaba - dubbo-rpc-api - ${project.parent.version} - - - javax.validation - validation-api - - + + + 4.0.0 + + com.alibaba + dubbo-filter + 2.6.2-SNAPSHOT + + dubbo-filter-validation + jar + ${project.artifactId} + The validation module of dubbo project + + false + + + + com.alibaba + dubbo-rpc-api + ${project.parent.version} + + + javax.validation + validation-api + + \ No newline at end of file diff --git a/dubbo-filter/pom.xml b/dubbo-filter/pom.xml index 969938c90d..49c826dcd6 100644 --- a/dubbo-filter/pom.xml +++ b/dubbo-filter/pom.xml @@ -1,36 +1,35 @@ - - - 4.0.0 - - com.alibaba - dubbo-parent - 2.6.2-SNAPSHOT - - dubbo-filter - pom - ${project.artifactId} - The filter module of dubbo project - - false - - - dubbo-filter-cache - dubbo-filter-validation - - + + + 4.0.0 + + com.alibaba + dubbo-parent + 2.6.2-SNAPSHOT + + dubbo-filter + pom + ${project.artifactId} + The filter module of dubbo project + + false + + + dubbo-filter-cache + dubbo-filter-validation + + diff --git a/dubbo-monitor/dubbo-monitor-api/pom.xml b/dubbo-monitor/dubbo-monitor-api/pom.xml index ad15b76c75..d08533824d 100644 --- a/dubbo-monitor/dubbo-monitor-api/pom.xml +++ b/dubbo-monitor/dubbo-monitor-api/pom.xml @@ -1,38 +1,37 @@ - - - 4.0.0 - - com.alibaba - dubbo-monitor - 2.6.2-SNAPSHOT - - dubbo-monitor-api - jar - ${project.artifactId} - The monitor module of dubbo project - - false - - - - com.alibaba - dubbo-rpc-api - ${project.parent.version} - - + + + 4.0.0 + + com.alibaba + dubbo-monitor + 2.6.2-SNAPSHOT + + dubbo-monitor-api + jar + ${project.artifactId} + The monitor module of dubbo project + + false + + + + com.alibaba + dubbo-rpc-api + ${project.parent.version} + + \ No newline at end of file diff --git a/dubbo-monitor/dubbo-monitor-default/pom.xml b/dubbo-monitor/dubbo-monitor-default/pom.xml index a6d52c6582..ddf2c94463 100644 --- a/dubbo-monitor/dubbo-monitor-default/pom.xml +++ b/dubbo-monitor/dubbo-monitor-default/pom.xml @@ -1,57 +1,56 @@ - - - 4.0.0 - - com.alibaba - dubbo-monitor - 2.6.2-SNAPSHOT - - dubbo-monitor-default - jar - ${project.artifactId} - The default monitor module of dubbo project - - false - - - - com.alibaba - dubbo-monitor-api - ${project.parent.version} - - - com.alibaba - dubbo-rpc-dubbo - ${project.parent.version} - test - - - com.alibaba - dubbo-remoting-netty - ${project.parent.version} - test - - - com.alibaba - dubbo-serialization-hessian2 - ${project.parent.version} - test - - + + + 4.0.0 + + com.alibaba + dubbo-monitor + 2.6.2-SNAPSHOT + + dubbo-monitor-default + jar + ${project.artifactId} + The default monitor module of dubbo project + + false + + + + com.alibaba + dubbo-monitor-api + ${project.parent.version} + + + com.alibaba + dubbo-rpc-dubbo + ${project.parent.version} + test + + + com.alibaba + dubbo-remoting-netty + ${project.parent.version} + test + + + com.alibaba + dubbo-serialization-hessian2 + ${project.parent.version} + test + + \ No newline at end of file diff --git a/dubbo-monitor/pom.xml b/dubbo-monitor/pom.xml index 76691d9448..36d7d5c3f0 100644 --- a/dubbo-monitor/pom.xml +++ b/dubbo-monitor/pom.xml @@ -1,36 +1,35 @@ - - - 4.0.0 - - com.alibaba - dubbo-parent - 2.6.2-SNAPSHOT - - dubbo-monitor - pom - ${project.artifactId} - The monitor module of dubbo project - - false - - - dubbo-monitor-api - dubbo-monitor-default - - + + + 4.0.0 + + com.alibaba + dubbo-parent + 2.6.2-SNAPSHOT + + dubbo-monitor + pom + ${project.artifactId} + The monitor module of dubbo project + + false + + + dubbo-monitor-api + dubbo-monitor-default + + diff --git a/dubbo-plugin/dubbo-qos/pom.xml b/dubbo-plugin/dubbo-qos/pom.xml index b84034fdf5..3c6a9a4d8d 100644 --- a/dubbo-plugin/dubbo-qos/pom.xml +++ b/dubbo-plugin/dubbo-qos/pom.xml @@ -14,8 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. --> - + com.alibaba dubbo-plugin diff --git a/dubbo-plugin/pom.xml b/dubbo-plugin/pom.xml index ca0e8d94a2..d57174464a 100644 --- a/dubbo-plugin/pom.xml +++ b/dubbo-plugin/pom.xml @@ -14,8 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. --> - + dubbo-parent com.alibaba diff --git a/dubbo-registry/dubbo-registry-api/pom.xml b/dubbo-registry/dubbo-registry-api/pom.xml index 2eed9ade20..e4a0b1547f 100644 --- a/dubbo-registry/dubbo-registry-api/pom.xml +++ b/dubbo-registry/dubbo-registry-api/pom.xml @@ -1,50 +1,49 @@ - - - 4.0.0 - - com.alibaba - dubbo-registry - 2.6.2-SNAPSHOT - - dubbo-registry-api - jar - ${project.artifactId} - The registry module of dubbo project - - false - - - - com.alibaba - dubbo-cluster - ${project.parent.version} - - - com.alibaba - dubbo-container-api - ${project.parent.version} - - - org.mortbay.jetty - jetty - - - - + + + 4.0.0 + + com.alibaba + dubbo-registry + 2.6.2-SNAPSHOT + + dubbo-registry-api + jar + ${project.artifactId} + The registry module of dubbo project + + false + + + + com.alibaba + dubbo-cluster + ${project.parent.version} + + + com.alibaba + dubbo-container-api + ${project.parent.version} + + + org.mortbay.jetty + jetty + + + + \ No newline at end of file diff --git a/dubbo-registry/dubbo-registry-default/pom.xml b/dubbo-registry/dubbo-registry-default/pom.xml index 22149676cf..b9bc907d73 100644 --- a/dubbo-registry/dubbo-registry-default/pom.xml +++ b/dubbo-registry/dubbo-registry-default/pom.xml @@ -1,64 +1,63 @@ - - - - 4.0.0 - - com.alibaba - dubbo-registry - 2.6.2-SNAPSHOT - - dubbo-registry-default - jar - ${project.artifactId} - The default registry module of dubbo project - - false - - - - com.alibaba - dubbo-registry-api - ${project.parent.version} - - - com.alibaba - dubbo-rpc-dubbo - ${project.parent.version} - test - - - com.alibaba - dubbo-rpc-injvm - ${project.parent.version} - test - - - com.alibaba - dubbo-remoting-netty - ${project.parent.version} - test - - - com.alibaba - dubbo-serialization-hessian2 - ${project.parent.version} - test - - + + + + 4.0.0 + + com.alibaba + dubbo-registry + 2.6.2-SNAPSHOT + + dubbo-registry-default + jar + ${project.artifactId} + The default registry module of dubbo project + + false + + + + com.alibaba + dubbo-registry-api + ${project.parent.version} + + + com.alibaba + dubbo-rpc-dubbo + ${project.parent.version} + test + + + com.alibaba + dubbo-rpc-injvm + ${project.parent.version} + test + + + com.alibaba + dubbo-remoting-netty + ${project.parent.version} + test + + + com.alibaba + dubbo-serialization-hessian2 + ${project.parent.version} + test + + \ No newline at end of file diff --git a/dubbo-registry/dubbo-registry-multicast/pom.xml b/dubbo-registry/dubbo-registry-multicast/pom.xml index 3c403f6a2d..3a5766db6d 100644 --- a/dubbo-registry/dubbo-registry-multicast/pom.xml +++ b/dubbo-registry/dubbo-registry-multicast/pom.xml @@ -1,39 +1,38 @@ - - - 4.0.0 - - com.alibaba - dubbo-registry - 2.6.2-SNAPSHOT - - dubbo-registry-multicast - jar - ${project.artifactId} - The multicast registry module of dubbo project - - false - - - - com.alibaba - dubbo-registry-api - ${project.parent.version} - - + + + 4.0.0 + + com.alibaba + dubbo-registry + 2.6.2-SNAPSHOT + + dubbo-registry-multicast + jar + ${project.artifactId} + The multicast registry module of dubbo project + + false + + + + com.alibaba + dubbo-registry-api + ${project.parent.version} + + \ No newline at end of file diff --git a/dubbo-registry/dubbo-registry-redis/pom.xml b/dubbo-registry/dubbo-registry-redis/pom.xml index 11eeb1b6b7..604daf83cb 100644 --- a/dubbo-registry/dubbo-registry-redis/pom.xml +++ b/dubbo-registry/dubbo-registry-redis/pom.xml @@ -1,48 +1,47 @@ - - - 4.0.0 - - com.alibaba - dubbo-registry - 2.6.2-SNAPSHOT - - dubbo-registry-redis - jar - ${project.artifactId} - The redis registry module of dubbo project - - false - - - - com.alibaba - dubbo-registry-api - ${project.parent.version} - - - redis.clients - jedis - - - com.github.kstyrc - embedded-redis - test - - + + + 4.0.0 + + com.alibaba + dubbo-registry + 2.6.2-SNAPSHOT + + dubbo-registry-redis + jar + ${project.artifactId} + The redis registry module of dubbo project + + false + + + + com.alibaba + dubbo-registry-api + ${project.parent.version} + + + redis.clients + jedis + + + com.github.kstyrc + embedded-redis + test + + \ No newline at end of file diff --git a/dubbo-registry/dubbo-registry-zookeeper/pom.xml b/dubbo-registry/dubbo-registry-zookeeper/pom.xml index 4b4bbf754d..5c96119f2b 100644 --- a/dubbo-registry/dubbo-registry-zookeeper/pom.xml +++ b/dubbo-registry/dubbo-registry-zookeeper/pom.xml @@ -1,49 +1,48 @@ - - - 4.0.0 - - com.alibaba - dubbo-registry - 2.6.2-SNAPSHOT - - dubbo-registry-zookeeper - jar - ${project.artifactId} - The zookeeper registry module of dubbo project - - false - - - - com.alibaba - dubbo-registry-api - ${project.parent.version} - - - com.alibaba - dubbo-remoting-zookeeper - ${project.parent.version} - - - org.apache.curator - curator-test - test - - + + + 4.0.0 + + com.alibaba + dubbo-registry + 2.6.2-SNAPSHOT + + dubbo-registry-zookeeper + jar + ${project.artifactId} + The zookeeper registry module of dubbo project + + false + + + + com.alibaba + dubbo-registry-api + ${project.parent.version} + + + com.alibaba + dubbo-remoting-zookeeper + ${project.parent.version} + + + org.apache.curator + curator-test + test + + \ No newline at end of file diff --git a/dubbo-registry/pom.xml b/dubbo-registry/pom.xml index 11efc5899c..b44714d3e0 100644 --- a/dubbo-registry/pom.xml +++ b/dubbo-registry/pom.xml @@ -1,39 +1,38 @@ - - - 4.0.0 - - com.alibaba - dubbo-parent - 2.6.2-SNAPSHOT - - dubbo-registry - pom - ${project.artifactId} - The registry module of dubbo project - - false - - - dubbo-registry-api - dubbo-registry-default - dubbo-registry-multicast - dubbo-registry-zookeeper - dubbo-registry-redis - - + + + 4.0.0 + + com.alibaba + dubbo-parent + 2.6.2-SNAPSHOT + + dubbo-registry + pom + ${project.artifactId} + The registry module of dubbo project + + false + + + dubbo-registry-api + dubbo-registry-default + dubbo-registry-multicast + dubbo-registry-zookeeper + dubbo-registry-redis + + diff --git a/dubbo-remoting/dubbo-remoting-api/pom.xml b/dubbo-remoting/dubbo-remoting-api/pom.xml index 83113d7194..41c5c8c7f1 100644 --- a/dubbo-remoting/dubbo-remoting-api/pom.xml +++ b/dubbo-remoting/dubbo-remoting-api/pom.xml @@ -1,50 +1,49 @@ - - - 4.0.0 - - com.alibaba - dubbo-remoting - 2.6.2-SNAPSHOT - - dubbo-remoting-api - jar - ${project.artifactId} - The remoting module of dubbo project - - false - - - - com.alibaba - dubbo-common - ${project.parent.version} - - - com.alibaba - dubbo-serialization-api - ${project.parent.version} - - - com.alibaba - dubbo-serialization-hessian2 - ${project.parent.version} - test - - + + + 4.0.0 + + com.alibaba + dubbo-remoting + 2.6.2-SNAPSHOT + + dubbo-remoting-api + jar + ${project.artifactId} + The remoting module of dubbo project + + false + + + + com.alibaba + dubbo-common + ${project.parent.version} + + + com.alibaba + dubbo-serialization-api + ${project.parent.version} + + + com.alibaba + dubbo-serialization-hessian2 + ${project.parent.version} + test + + \ No newline at end of file diff --git a/dubbo-remoting/dubbo-remoting-grizzly/pom.xml b/dubbo-remoting/dubbo-remoting-grizzly/pom.xml index 3c78111f15..aa29fb2b82 100644 --- a/dubbo-remoting/dubbo-remoting-grizzly/pom.xml +++ b/dubbo-remoting/dubbo-remoting-grizzly/pom.xml @@ -1,43 +1,42 @@ - - - 4.0.0 - - com.alibaba - dubbo-remoting - 2.6.2-SNAPSHOT - - dubbo-remoting-grizzly - jar - ${project.artifactId} - The grizzly remoting module of dubbo project - - false - - - - com.alibaba - dubbo-remoting-api - ${project.parent.version} - - - org.glassfish.grizzly - grizzly-core - - + + + 4.0.0 + + com.alibaba + dubbo-remoting + 2.6.2-SNAPSHOT + + dubbo-remoting-grizzly + jar + ${project.artifactId} + The grizzly remoting module of dubbo project + + false + + + + com.alibaba + dubbo-remoting-api + ${project.parent.version} + + + org.glassfish.grizzly + grizzly-core + + \ No newline at end of file diff --git a/dubbo-remoting/dubbo-remoting-http/pom.xml b/dubbo-remoting/dubbo-remoting-http/pom.xml index e13d348b76..88e84bfffa 100644 --- a/dubbo-remoting/dubbo-remoting-http/pom.xml +++ b/dubbo-remoting/dubbo-remoting-http/pom.xml @@ -1,63 +1,62 @@ - - - 4.0.0 - - com.alibaba - dubbo-remoting - 2.6.2-SNAPSHOT - - dubbo-remoting-http - jar - ${project.artifactId} - The http remoting module of dubbo project - - false - - - - com.alibaba - dubbo-common - ${project.parent.version} - - - org.mortbay.jetty - jetty - - - org.mortbay.jetty - servlet-api - - - - - org.apache.tomcat.embed - tomcat-embed-core - - - org.apache.tomcat.embed - tomcat-embed-logging-juli - - - org.apache.httpcomponents - fluent-hc - 4.5.5 - test - - + + + 4.0.0 + + com.alibaba + dubbo-remoting + 2.6.2-SNAPSHOT + + dubbo-remoting-http + jar + ${project.artifactId} + The http remoting module of dubbo project + + false + + + + com.alibaba + dubbo-common + ${project.parent.version} + + + org.mortbay.jetty + jetty + + + org.mortbay.jetty + servlet-api + + + + + org.apache.tomcat.embed + tomcat-embed-core + + + org.apache.tomcat.embed + tomcat-embed-logging-juli + + + org.apache.httpcomponents + fluent-hc + 4.5.5 + test + + \ No newline at end of file diff --git a/dubbo-remoting/dubbo-remoting-mina/pom.xml b/dubbo-remoting/dubbo-remoting-mina/pom.xml index 2de2654d8e..c46c045bb0 100644 --- a/dubbo-remoting/dubbo-remoting-mina/pom.xml +++ b/dubbo-remoting/dubbo-remoting-mina/pom.xml @@ -1,53 +1,52 @@ - - - 4.0.0 - - com.alibaba - dubbo-remoting - 2.6.2-SNAPSHOT - - dubbo-remoting-mina - jar - ${project.artifactId} - The mina remoting module of dubbo project - - false - - - - com.alibaba - dubbo-remoting-api - ${project.parent.version} - - - org.apache.mina - mina-core - - - org.slf4j - slf4j-api - - - com.alibaba - dubbo-serialization-hessian2 - ${project.parent.version} - test - - + + + 4.0.0 + + com.alibaba + dubbo-remoting + 2.6.2-SNAPSHOT + + dubbo-remoting-mina + jar + ${project.artifactId} + The mina remoting module of dubbo project + + false + + + + com.alibaba + dubbo-remoting-api + ${project.parent.version} + + + org.apache.mina + mina-core + + + org.slf4j + slf4j-api + + + com.alibaba + dubbo-serialization-hessian2 + ${project.parent.version} + test + + \ No newline at end of file diff --git a/dubbo-remoting/dubbo-remoting-netty/pom.xml b/dubbo-remoting/dubbo-remoting-netty/pom.xml index 1d88e51758..3894fe7fa4 100644 --- a/dubbo-remoting/dubbo-remoting-netty/pom.xml +++ b/dubbo-remoting/dubbo-remoting-netty/pom.xml @@ -1,48 +1,47 @@ - - - 4.0.0 - - com.alibaba - dubbo-remoting - 2.6.2-SNAPSHOT - - dubbo-remoting-netty - jar - ${project.artifactId} - The netty remoting module of dubbo project - - false - - - - com.alibaba - dubbo-remoting-api - ${project.parent.version} - - - org.jboss.netty - netty - - - com.alibaba - dubbo-serialization-hessian2 - ${project.parent.version} - test - - + + + 4.0.0 + + com.alibaba + dubbo-remoting + 2.6.2-SNAPSHOT + + dubbo-remoting-netty + jar + ${project.artifactId} + The netty remoting module of dubbo project + + false + + + + com.alibaba + dubbo-remoting-api + ${project.parent.version} + + + org.jboss.netty + netty + + + com.alibaba + dubbo-serialization-hessian2 + ${project.parent.version} + test + + \ No newline at end of file diff --git a/dubbo-remoting/dubbo-remoting-netty4/pom.xml b/dubbo-remoting/dubbo-remoting-netty4/pom.xml index ef74d0ceb4..170dd3bace 100644 --- a/dubbo-remoting/dubbo-remoting-netty4/pom.xml +++ b/dubbo-remoting/dubbo-remoting-netty4/pom.xml @@ -14,8 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. --> - + dubbo-remoting com.alibaba diff --git a/dubbo-remoting/dubbo-remoting-p2p/pom.xml b/dubbo-remoting/dubbo-remoting-p2p/pom.xml index 89af9bdb6b..76fad55006 100644 --- a/dubbo-remoting/dubbo-remoting-p2p/pom.xml +++ b/dubbo-remoting/dubbo-remoting-p2p/pom.xml @@ -1,39 +1,38 @@ - - - 4.0.0 - - com.alibaba - dubbo-remoting - 2.6.2-SNAPSHOT - - dubbo-remoting-p2p - jar - ${project.artifactId} - The p2p remoting module of dubbo project - - false - - - - com.alibaba - dubbo-remoting-api - ${project.parent.version} - - + + + 4.0.0 + + com.alibaba + dubbo-remoting + 2.6.2-SNAPSHOT + + dubbo-remoting-p2p + jar + ${project.artifactId} + The p2p remoting module of dubbo project + + false + + + + com.alibaba + dubbo-remoting-api + ${project.parent.version} + + \ No newline at end of file diff --git a/dubbo-remoting/dubbo-remoting-zookeeper/pom.xml b/dubbo-remoting/dubbo-remoting-zookeeper/pom.xml index 70cfd216b4..395b44eee8 100644 --- a/dubbo-remoting/dubbo-remoting-zookeeper/pom.xml +++ b/dubbo-remoting/dubbo-remoting-zookeeper/pom.xml @@ -1,55 +1,54 @@ - - - 4.0.0 - - com.alibaba - dubbo-remoting - 2.6.2-SNAPSHOT - - dubbo-remoting-zookeeper - jar - ${project.artifactId} - The zookeeper remoting module of dubbo project - - false - - - - com.alibaba - dubbo-common - ${project.parent.version} - - - org.apache.zookeeper - zookeeper - - - com.101tec - zkclient - - - org.apache.curator - curator-framework - - - org.apache.curator - curator-test - test - - + + + 4.0.0 + + com.alibaba + dubbo-remoting + 2.6.2-SNAPSHOT + + dubbo-remoting-zookeeper + jar + ${project.artifactId} + The zookeeper remoting module of dubbo project + + false + + + + com.alibaba + dubbo-common + ${project.parent.version} + + + org.apache.zookeeper + zookeeper + + + com.101tec + zkclient + + + org.apache.curator + curator-framework + + + org.apache.curator + curator-test + test + + \ No newline at end of file diff --git a/dubbo-remoting/pom.xml b/dubbo-remoting/pom.xml index 7333e1b7d0..c9bdb6f83d 100644 --- a/dubbo-remoting/pom.xml +++ b/dubbo-remoting/pom.xml @@ -15,8 +15,7 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 com.alibaba diff --git a/dubbo-rpc/dubbo-rpc-api/pom.xml b/dubbo-rpc/dubbo-rpc-api/pom.xml index c04c63498f..b713a36e84 100644 --- a/dubbo-rpc/dubbo-rpc-api/pom.xml +++ b/dubbo-rpc/dubbo-rpc-api/pom.xml @@ -1,44 +1,43 @@ - - - 4.0.0 - - com.alibaba - dubbo-rpc - 2.6.2-SNAPSHOT - - dubbo-rpc-api - jar - ${project.artifactId} - The rpc module of dubbo project - - false - - - - com.alibaba - dubbo-common - ${project.parent.version} - - - com.alibaba - dubbo-serialization-api - ${project.parent.version} - - + + + 4.0.0 + + com.alibaba + dubbo-rpc + 2.6.2-SNAPSHOT + + dubbo-rpc-api + jar + ${project.artifactId} + The rpc module of dubbo project + + false + + + + com.alibaba + dubbo-common + ${project.parent.version} + + + com.alibaba + dubbo-serialization-api + ${project.parent.version} + + \ No newline at end of file diff --git a/dubbo-rpc/dubbo-rpc-dubbo/pom.xml b/dubbo-rpc/dubbo-rpc-dubbo/pom.xml index b9197f9d80..a43eb0e9ff 100644 --- a/dubbo-rpc/dubbo-rpc-dubbo/pom.xml +++ b/dubbo-rpc/dubbo-rpc-dubbo/pom.xml @@ -14,8 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 com.alibaba diff --git a/dubbo-rpc/dubbo-rpc-hessian/pom.xml b/dubbo-rpc/dubbo-rpc-hessian/pom.xml index 00ca28cf2a..bab2eed20a 100644 --- a/dubbo-rpc/dubbo-rpc-hessian/pom.xml +++ b/dubbo-rpc/dubbo-rpc-hessian/pom.xml @@ -1,52 +1,51 @@ - - - 4.0.0 - - com.alibaba - dubbo-rpc - 2.6.2-SNAPSHOT - - dubbo-rpc-hessian - jar - ${project.artifactId} - The hessian rpc module of dubbo project - - false - - - - com.alibaba - dubbo-rpc-api - ${project.parent.version} - - - com.alibaba - dubbo-remoting-http - ${project.parent.version} - - - com.caucho - hessian - - - org.apache.httpcomponents - httpclient - - + + + 4.0.0 + + com.alibaba + dubbo-rpc + 2.6.2-SNAPSHOT + + dubbo-rpc-hessian + jar + ${project.artifactId} + The hessian rpc module of dubbo project + + false + + + + com.alibaba + dubbo-rpc-api + ${project.parent.version} + + + com.alibaba + dubbo-remoting-http + ${project.parent.version} + + + com.caucho + hessian + + + org.apache.httpcomponents + httpclient + + \ No newline at end of file diff --git a/dubbo-rpc/dubbo-rpc-http/pom.xml b/dubbo-rpc/dubbo-rpc-http/pom.xml index 427b70ba6a..c7941f6195 100644 --- a/dubbo-rpc/dubbo-rpc-http/pom.xml +++ b/dubbo-rpc/dubbo-rpc-http/pom.xml @@ -1,52 +1,51 @@ - - - 4.0.0 - - com.alibaba - dubbo-rpc - 2.6.2-SNAPSHOT - - dubbo-rpc-http - jar - ${project.artifactId} - The http rpc module of dubbo project - - false - - - - com.alibaba - dubbo-rpc-api - ${project.parent.version} - - - com.alibaba - dubbo-remoting-http - ${project.parent.version} - - - org.springframework - spring-context - - - org.springframework - spring-web - - + + + 4.0.0 + + com.alibaba + dubbo-rpc + 2.6.2-SNAPSHOT + + dubbo-rpc-http + jar + ${project.artifactId} + The http rpc module of dubbo project + + false + + + + com.alibaba + dubbo-rpc-api + ${project.parent.version} + + + com.alibaba + dubbo-remoting-http + ${project.parent.version} + + + org.springframework + spring-context + + + org.springframework + spring-web + + \ No newline at end of file diff --git a/dubbo-rpc/dubbo-rpc-injvm/pom.xml b/dubbo-rpc/dubbo-rpc-injvm/pom.xml index e8f64e36bb..55fd84aadd 100644 --- a/dubbo-rpc/dubbo-rpc-injvm/pom.xml +++ b/dubbo-rpc/dubbo-rpc-injvm/pom.xml @@ -1,39 +1,38 @@ - - - 4.0.0 - - com.alibaba - dubbo-rpc - 2.6.2-SNAPSHOT - - dubbo-rpc-injvm - jar - ${project.artifactId} - The injvm rpc module of dubbo project - - false - - - - com.alibaba - dubbo-rpc-api - ${project.parent.version} - - + + + 4.0.0 + + com.alibaba + dubbo-rpc + 2.6.2-SNAPSHOT + + dubbo-rpc-injvm + jar + ${project.artifactId} + The injvm rpc module of dubbo project + + false + + + + com.alibaba + dubbo-rpc-api + ${project.parent.version} + + \ No newline at end of file diff --git a/dubbo-rpc/dubbo-rpc-memcached/pom.xml b/dubbo-rpc/dubbo-rpc-memcached/pom.xml index d5fcc7046b..007934e746 100644 --- a/dubbo-rpc/dubbo-rpc-memcached/pom.xml +++ b/dubbo-rpc/dubbo-rpc-memcached/pom.xml @@ -1,43 +1,42 @@ - - - 4.0.0 - - com.alibaba - dubbo-rpc - 2.6.2-SNAPSHOT - - dubbo-rpc-memcached - jar - ${project.artifactId} - The memcached rpc module of dubbo project - - false - - - - com.alibaba - dubbo-rpc-api - ${project.parent.version} - - - com.googlecode.xmemcached - xmemcached - - + + + 4.0.0 + + com.alibaba + dubbo-rpc + 2.6.2-SNAPSHOT + + dubbo-rpc-memcached + jar + ${project.artifactId} + The memcached rpc module of dubbo project + + false + + + + com.alibaba + dubbo-rpc-api + ${project.parent.version} + + + com.googlecode.xmemcached + xmemcached + + \ No newline at end of file diff --git a/dubbo-rpc/dubbo-rpc-redis/pom.xml b/dubbo-rpc/dubbo-rpc-redis/pom.xml index 19bad83e96..c703239cfc 100644 --- a/dubbo-rpc/dubbo-rpc-redis/pom.xml +++ b/dubbo-rpc/dubbo-rpc-redis/pom.xml @@ -1,43 +1,42 @@ - - - 4.0.0 - - com.alibaba - dubbo-rpc - 2.6.2-SNAPSHOT - - dubbo-rpc-redis - jar - ${project.artifactId} - The redis rpc module of dubbo project - - false - - - - com.alibaba - dubbo-rpc-api - ${project.parent.version} - - - redis.clients - jedis - - + + + 4.0.0 + + com.alibaba + dubbo-rpc + 2.6.2-SNAPSHOT + + dubbo-rpc-redis + jar + ${project.artifactId} + The redis rpc module of dubbo project + + false + + + + com.alibaba + dubbo-rpc-api + ${project.parent.version} + + + redis.clients + jedis + + \ No newline at end of file diff --git a/dubbo-rpc/dubbo-rpc-rest/pom.xml b/dubbo-rpc/dubbo-rpc-rest/pom.xml index 026e2c293a..56a0842af7 100644 --- a/dubbo-rpc/dubbo-rpc-rest/pom.xml +++ b/dubbo-rpc/dubbo-rpc-rest/pom.xml @@ -13,8 +13,7 @@ - See the License for the specific language governing permissions and - limitations under the License. --> - + 4.0.0 com.alibaba diff --git a/dubbo-rpc/dubbo-rpc-rmi/pom.xml b/dubbo-rpc/dubbo-rpc-rmi/pom.xml index f255bf0b12..2c2006f749 100644 --- a/dubbo-rpc/dubbo-rpc-rmi/pom.xml +++ b/dubbo-rpc/dubbo-rpc-rmi/pom.xml @@ -1,43 +1,42 @@ - - - 4.0.0 - - com.alibaba - dubbo-rpc - 2.6.2-SNAPSHOT - - dubbo-rpc-rmi - jar - ${project.artifactId} - The rmi rpc module of dubbo project - - false - - - - com.alibaba - dubbo-rpc-api - ${project.parent.version} - - - org.springframework - spring-context - - + + + 4.0.0 + + com.alibaba + dubbo-rpc + 2.6.2-SNAPSHOT + + dubbo-rpc-rmi + jar + ${project.artifactId} + The rmi rpc module of dubbo project + + false + + + + com.alibaba + dubbo-rpc-api + ${project.parent.version} + + + org.springframework + spring-context + + \ No newline at end of file diff --git a/dubbo-rpc/dubbo-rpc-thrift/pom.xml b/dubbo-rpc/dubbo-rpc-thrift/pom.xml index 06b544fe59..0656682173 100644 --- a/dubbo-rpc/dubbo-rpc-thrift/pom.xml +++ b/dubbo-rpc/dubbo-rpc-thrift/pom.xml @@ -1,74 +1,73 @@ - - - 4.0.0 - - com.alibaba - dubbo-rpc - 2.6.2-SNAPSHOT - - dubbo-rpc-thrift - jar - ${project.artifactId} - The thrift rpc module of dubbo project - - false - - - - com.alibaba - dubbo-rpc-api - ${project.parent.version} - - - com.alibaba - dubbo-rpc-dubbo - ${project.parent.version} - - - com.alibaba - dubbo-remoting-api - ${project.parent.version} - - - com.alibaba - dubbo-remoting-netty - ${project.parent.version} - - - org.apache.thrift - libthrift - - - org.springframework - spring-context - - - com.alibaba - dubbo-config-spring - ${project.parent.version} - test - - - com.alibaba - dubbo-registry-multicast - ${project.parent.version} - test - - + + + 4.0.0 + + com.alibaba + dubbo-rpc + 2.6.2-SNAPSHOT + + dubbo-rpc-thrift + jar + ${project.artifactId} + The thrift rpc module of dubbo project + + false + + + + com.alibaba + dubbo-rpc-api + ${project.parent.version} + + + com.alibaba + dubbo-rpc-dubbo + ${project.parent.version} + + + com.alibaba + dubbo-remoting-api + ${project.parent.version} + + + com.alibaba + dubbo-remoting-netty + ${project.parent.version} + + + org.apache.thrift + libthrift + + + org.springframework + spring-context + + + com.alibaba + dubbo-config-spring + ${project.parent.version} + test + + + com.alibaba + dubbo-registry-multicast + ${project.parent.version} + test + + \ No newline at end of file diff --git a/dubbo-rpc/dubbo-rpc-webservice/pom.xml b/dubbo-rpc/dubbo-rpc-webservice/pom.xml index a2b656de69..be7fcd0b01 100644 --- a/dubbo-rpc/dubbo-rpc-webservice/pom.xml +++ b/dubbo-rpc/dubbo-rpc-webservice/pom.xml @@ -1,56 +1,55 @@ - - - 4.0.0 - - com.alibaba - dubbo-rpc - 2.6.2-SNAPSHOT - - dubbo-rpc-webservice - jar - ${project.artifactId} - The webservice rpc module of dubbo project - - false - - - - com.alibaba - dubbo-rpc-api - ${project.parent.version} - - - com.alibaba - dubbo-remoting-http - ${project.parent.version} - - - org.apache.cxf - cxf-rt-frontend-simple - - - org.apache.cxf - cxf-rt-transports-http - - - org.springframework - spring-context - - + + + 4.0.0 + + com.alibaba + dubbo-rpc + 2.6.2-SNAPSHOT + + dubbo-rpc-webservice + jar + ${project.artifactId} + The webservice rpc module of dubbo project + + false + + + + com.alibaba + dubbo-rpc-api + ${project.parent.version} + + + com.alibaba + dubbo-remoting-http + ${project.parent.version} + + + org.apache.cxf + cxf-rt-frontend-simple + + + org.apache.cxf + cxf-rt-transports-http + + + org.springframework + spring-context + + \ No newline at end of file diff --git a/dubbo-rpc/pom.xml b/dubbo-rpc/pom.xml index 55fd13027e..69b401e699 100644 --- a/dubbo-rpc/pom.xml +++ b/dubbo-rpc/pom.xml @@ -1,45 +1,44 @@ - - - 4.0.0 - - com.alibaba - dubbo-parent - 2.6.2-SNAPSHOT - - dubbo-rpc - pom - ${project.artifactId} - The rpc module of dubbo project - - false - - - dubbo-rpc-api - dubbo-rpc-dubbo - dubbo-rpc-injvm - dubbo-rpc-rmi - dubbo-rpc-hessian - dubbo-rpc-http - dubbo-rpc-webservice - dubbo-rpc-thrift - dubbo-rpc-memcached - dubbo-rpc-redis - dubbo-rpc-rest - - + + + 4.0.0 + + com.alibaba + dubbo-parent + 2.6.2-SNAPSHOT + + dubbo-rpc + pom + ${project.artifactId} + The rpc module of dubbo project + + false + + + dubbo-rpc-api + dubbo-rpc-dubbo + dubbo-rpc-injvm + dubbo-rpc-rmi + dubbo-rpc-hessian + dubbo-rpc-http + dubbo-rpc-webservice + dubbo-rpc-thrift + dubbo-rpc-memcached + dubbo-rpc-redis + dubbo-rpc-rest + + diff --git a/dubbo-serialization/dubbo-serialization-api/pom.xml b/dubbo-serialization/dubbo-serialization-api/pom.xml index eca9eec62d..591adc00f7 100644 --- a/dubbo-serialization/dubbo-serialization-api/pom.xml +++ b/dubbo-serialization/dubbo-serialization-api/pom.xml @@ -15,8 +15,7 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 com.alibaba @@ -39,7 +38,7 @@ limitations under the License. com.alibaba hessian-lite - 3.2.2 + 2.6.2-SNAPSHOT com.alibaba diff --git a/dubbo-serialization/dubbo-serialization-fastjson/pom.xml b/dubbo-serialization/dubbo-serialization-fastjson/pom.xml index cd2dd715a5..f6a10bdb56 100644 --- a/dubbo-serialization/dubbo-serialization-fastjson/pom.xml +++ b/dubbo-serialization/dubbo-serialization-fastjson/pom.xml @@ -15,8 +15,7 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 com.alibaba diff --git a/dubbo-serialization/dubbo-serialization-fst/pom.xml b/dubbo-serialization/dubbo-serialization-fst/pom.xml index 09fb25df46..677041e445 100644 --- a/dubbo-serialization/dubbo-serialization-fst/pom.xml +++ b/dubbo-serialization/dubbo-serialization-fst/pom.xml @@ -14,8 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 com.alibaba diff --git a/dubbo-serialization/dubbo-serialization-hessian2/pom.xml b/dubbo-serialization/dubbo-serialization-hessian2/pom.xml index 13afbff7ab..c4c4ed624d 100644 --- a/dubbo-serialization/dubbo-serialization-hessian2/pom.xml +++ b/dubbo-serialization/dubbo-serialization-hessian2/pom.xml @@ -15,8 +15,7 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 com.alibaba @@ -39,7 +38,7 @@ limitations under the License. com.alibaba hessian-lite - 3.2.2 + 2.6.2-SNAPSHOT \ No newline at end of file diff --git a/dubbo-serialization/dubbo-serialization-jdk/pom.xml b/dubbo-serialization/dubbo-serialization-jdk/pom.xml index dc7c1c0ad0..51f459e049 100644 --- a/dubbo-serialization/dubbo-serialization-jdk/pom.xml +++ b/dubbo-serialization/dubbo-serialization-jdk/pom.xml @@ -15,8 +15,7 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 com.alibaba @@ -39,7 +38,7 @@ limitations under the License. com.alibaba hessian-lite - 3.2.2 + 2.6.2-SNAPSHOT \ No newline at end of file diff --git a/dubbo-serialization/dubbo-serialization-kryo/pom.xml b/dubbo-serialization/dubbo-serialization-kryo/pom.xml index 6622a0af11..33915c62cd 100644 --- a/dubbo-serialization/dubbo-serialization-kryo/pom.xml +++ b/dubbo-serialization/dubbo-serialization-kryo/pom.xml @@ -15,8 +15,7 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 com.alibaba diff --git a/dubbo-serialization/pom.xml b/dubbo-serialization/pom.xml index 9f6a280edf..e0a0b1d58b 100644 --- a/dubbo-serialization/pom.xml +++ b/dubbo-serialization/pom.xml @@ -14,8 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 com.alibaba diff --git a/dubbo-test/dubbo-test-benchmark/pom.xml b/dubbo-test/dubbo-test-benchmark/pom.xml index 1721940c34..53c451ad20 100644 --- a/dubbo-test/dubbo-test-benchmark/pom.xml +++ b/dubbo-test/dubbo-test-benchmark/pom.xml @@ -14,8 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 com.alibaba diff --git a/dubbo-test/dubbo-test-compatibility/dubbo-test-spring3/pom.xml b/dubbo-test/dubbo-test-compatibility/dubbo-test-spring3/pom.xml index 75460b86dc..7760a7d091 100644 --- a/dubbo-test/dubbo-test-compatibility/dubbo-test-spring3/pom.xml +++ b/dubbo-test/dubbo-test-compatibility/dubbo-test-spring3/pom.xml @@ -15,9 +15,7 @@ See the License for the specific language governing permissions and limitations under the License. --> - + dubbo-test-compatibility com.alibaba diff --git a/dubbo-test/dubbo-test-compatibility/pom.xml b/dubbo-test/dubbo-test-compatibility/pom.xml index a0f853863d..b16d59c131 100644 --- a/dubbo-test/dubbo-test-compatibility/pom.xml +++ b/dubbo-test/dubbo-test-compatibility/pom.xml @@ -1,56 +1,55 @@ - - - 4.0.0 - - dubbo-test-spring3 - - - com.alibaba - dubbo-test - 2.6.2-SNAPSHOT - - dubbo-test-compatibility - pom - ${project.artifactId} - The technology compatibility kit(TCK) test module of dubbo project - - - true - - - - - - - - com.alibaba - dubbo - ${project.parent.version} - - - - - com.alibaba - dubbo-demo-api - ${project.parent.version} - - - - - + + + 4.0.0 + + dubbo-test-spring3 + + + com.alibaba + dubbo-test + 2.6.2-SNAPSHOT + + dubbo-test-compatibility + pom + ${project.artifactId} + The technology compatibility kit(TCK) test module of dubbo project + + + true + + + + + + + + com.alibaba + dubbo + ${project.parent.version} + + + + + com.alibaba + dubbo-demo-api + ${project.parent.version} + + + + + \ No newline at end of file diff --git a/dubbo-test/dubbo-test-examples/pom.xml b/dubbo-test/dubbo-test-examples/pom.xml index d3321d30e3..6077ab120b 100644 --- a/dubbo-test/dubbo-test-examples/pom.xml +++ b/dubbo-test/dubbo-test-examples/pom.xml @@ -1,47 +1,46 @@ - - - 4.0.0 - - com.alibaba - dubbo-test - 2.6.2-SNAPSHOT - - dubbo-test-examples - jar - ${project.artifactId} - The examples demo module of dubbo project - - true - - - - - - ${basedir}/src/main/java - - **/*.java - - - - ${basedir}/src/main/resources - - - - - + + + 4.0.0 + + com.alibaba + dubbo-test + 2.6.2-SNAPSHOT + + dubbo-test-examples + jar + ${project.artifactId} + The examples demo module of dubbo project + + true + + + + + + ${basedir}/src/main/java + + **/*.java + + + + ${basedir}/src/main/resources + + + + + diff --git a/dubbo-test/dubbo-test-integration/pom.xml b/dubbo-test/dubbo-test-integration/pom.xml index 0e6fb90c2b..e2215a7605 100644 --- a/dubbo-test/dubbo-test-integration/pom.xml +++ b/dubbo-test/dubbo-test-integration/pom.xml @@ -1,47 +1,46 @@ - - - 4.0.0 - - com.alibaba - dubbo-test - 2.6.2-SNAPSHOT - - dubbo-test-integration - jar - ${project.artifactId} - The showcase test module of dubbo project - - true - - - - - - ${basedir}/src/main/java - - **/*.java - - - - ${basedir}/src/main/resources - - - - + + + 4.0.0 + + com.alibaba + dubbo-test + 2.6.2-SNAPSHOT + + dubbo-test-integration + jar + ${project.artifactId} + The showcase test module of dubbo project + + true + + + + + + ${basedir}/src/main/java + + **/*.java + + + + ${basedir}/src/main/resources + + + + \ No newline at end of file diff --git a/dubbo-test/pom.xml b/dubbo-test/pom.xml index 7bab0f58dd..9786acedc5 100644 --- a/dubbo-test/pom.xml +++ b/dubbo-test/pom.xml @@ -1,194 +1,193 @@ - - - 4.0.0 - - com.alibaba - dubbo-parent - 2.6.2-SNAPSHOT - - dubbo-test - pom - ${project.artifactId} - The test module of dubbo project - - true - - - dubbo-test-benchmark - dubbo-test-compatibility - dubbo-test-integration - dubbo-test-examples - - - - - - com.alibaba - dubbo-bom - ${project.parent.version} - pom - import - - - - - - - com.alibaba - dubbo-cluster - - - com.alibaba - dubbo-common - - - com.alibaba - dubbo-config-api - - - com.alibaba - dubbo-config-spring - - - com.alibaba - dubbo-filter-cache - - - com.alibaba - dubbo-filter-validation - - - com.alibaba - dubbo-remoting-netty - - - com.alibaba - dubbo-remoting-netty4 - - - com.alibaba - dubbo-remoting-mina - - - com.alibaba - dubbo-remoting-grizzly - - - com.alibaba - dubbo-remoting-p2p - - - com.alibaba - dubbo-remoting-http - - - com.alibaba - dubbo-rpc-dubbo - - - com.alibaba - dubbo-rpc-injvm - - - com.alibaba - dubbo-rpc-rmi - - - com.alibaba - dubbo-rpc-hessian - - - com.alibaba - dubbo-rpc-http - - - com.alibaba - dubbo-rpc-webservice - - - com.alibaba - dubbo-rpc-thrift - - - com.alibaba - dubbo-rpc-memcached - - - com.alibaba - dubbo-rpc-redis - - - com.alibaba - dubbo-rpc-rest - - - com.alibaba - dubbo-registry-default - - - com.alibaba - dubbo-registry-multicast - - - com.alibaba - dubbo-registry-zookeeper - - - com.alibaba - dubbo-registry-redis - - - com.alibaba - dubbo-monitor-api - - - com.alibaba - dubbo-monitor-default - - - com.alibaba - dubbo-container-spring - - - com.alibaba - dubbo-container-log4j - - - com.alibaba - dubbo-container-logback - - - com.alibaba - dubbo-qos - - - com.alibaba - hessian-lite - 3.2.2 - - - org.hibernate - hibernate-validator - - - org.glassfish - javax.el - - - + + + 4.0.0 + + com.alibaba + dubbo-parent + 2.6.2-SNAPSHOT + + dubbo-test + pom + ${project.artifactId} + The test module of dubbo project + + true + + + dubbo-test-benchmark + dubbo-test-compatibility + dubbo-test-integration + dubbo-test-examples + + + + + + com.alibaba + dubbo-bom + ${project.parent.version} + pom + import + + + + + + + com.alibaba + dubbo-cluster + + + com.alibaba + dubbo-common + + + com.alibaba + dubbo-config-api + + + com.alibaba + dubbo-config-spring + + + com.alibaba + dubbo-filter-cache + + + com.alibaba + dubbo-filter-validation + + + com.alibaba + dubbo-remoting-netty + + + com.alibaba + dubbo-remoting-netty4 + + + com.alibaba + dubbo-remoting-mina + + + com.alibaba + dubbo-remoting-grizzly + + + com.alibaba + dubbo-remoting-p2p + + + com.alibaba + dubbo-remoting-http + + + com.alibaba + dubbo-rpc-dubbo + + + com.alibaba + dubbo-rpc-injvm + + + com.alibaba + dubbo-rpc-rmi + + + com.alibaba + dubbo-rpc-hessian + + + com.alibaba + dubbo-rpc-http + + + com.alibaba + dubbo-rpc-webservice + + + com.alibaba + dubbo-rpc-thrift + + + com.alibaba + dubbo-rpc-memcached + + + com.alibaba + dubbo-rpc-redis + + + com.alibaba + dubbo-rpc-rest + + + com.alibaba + dubbo-registry-default + + + com.alibaba + dubbo-registry-multicast + + + com.alibaba + dubbo-registry-zookeeper + + + com.alibaba + dubbo-registry-redis + + + com.alibaba + dubbo-monitor-api + + + com.alibaba + dubbo-monitor-default + + + com.alibaba + dubbo-container-spring + + + com.alibaba + dubbo-container-log4j + + + com.alibaba + dubbo-container-logback + + + com.alibaba + dubbo-qos + + + com.alibaba + hessian-lite + 2.6.2-SNAPSHOT + + + org.hibernate + hibernate-validator + + + org.glassfish + javax.el + + + diff --git a/hessian-lite/pom.xml b/hessian-lite/pom.xml index 8e1de3815c..c8bacd6f9b 100644 --- a/hessian-lite/pom.xml +++ b/hessian-lite/pom.xml @@ -14,9 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 com.alibaba @@ -25,6 +23,6 @@ hessian-lite jar - 3.2.2 + 2.6.2-SNAPSHOT Hessian Lite(Alibaba embed version) diff --git a/pom.xml b/pom.xml index 09d6a09cc2..bd245cd9fb 100644 --- a/pom.xml +++ b/pom.xml @@ -14,8 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 @@ -46,7 +45,8 @@ https://github.com/apache/incubator-dubbo scm:git:https://github.com/apache/incubator-dubbo.git scm:git:https://github.com/apache/incubator-dubbo.git - + dubbo-2.6.2-SNAPSHOT + Development List