This is an automated email from the ASF dual-hosted git repository.
vongosling pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/rocketmq.git
The following commit(s) were added to refs/heads/develop by this push:
new cc0759f Delete filterservdependency in distribution module
new 788c757 Delete filterservdependency in distribution module
cc0759f is described below
commit cc0759f40d8dfab796a206d2401f47f0280eb034
Author: vongosling <[email protected]>
AuthorDate: Tue Jun 12 15:39:57 2018 +0800
Delete filterservdependency in distribution module
---
distribution/pom.xml | 14 ++------------
1 file changed, 2 insertions(+), 12 deletions(-)
diff --git a/distribution/pom.xml b/distribution/pom.xml
index fbfbd40..9293d49 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -15,7 +15,8 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.rocketmq</groupId>
@@ -27,31 +28,21 @@
<packaging>pom</packaging>
<profiles>
-
<profile>
<id>release-all</id>
-
<dependencies>
<dependency>
<groupId>org.apache.rocketmq</groupId>
<artifactId>rocketmq-broker</artifactId>
</dependency>
-
<dependency>
<groupId>org.apache.rocketmq</groupId>
<artifactId>rocketmq-client</artifactId>
</dependency>
-
- <dependency>
- <groupId>org.apache.rocketmq</groupId>
- <artifactId>rocketmq-filtersrv</artifactId>
- </dependency>
-
<dependency>
<groupId>org.apache.rocketmq</groupId>
<artifactId>rocketmq-tools</artifactId>
</dependency>
-
<dependency>
<groupId>org.apache.rocketmq</groupId>
<artifactId>rocketmq-example</artifactId>
@@ -85,7 +76,6 @@
<profile>
<id>release-client</id>
-
<dependencies>
<dependency>
<groupId>org.apache.rocketmq</groupId>
--
To stop receiving notification emails like this one, please contact
[email protected].