This is an automated email from the ASF dual-hosted git repository.

sijie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new a2fd124  Removed AspectJ build plugin from pulsar-broker (#3085)
a2fd124 is described below

commit a2fd1244499e9bcfbc42ad9b1fcead9df99a0027
Author: Matteo Merli <[email protected]>
AuthorDate: Wed Nov 28 21:28:32 2018 -0800

    Removed AspectJ build plugin from pulsar-broker (#3085)
    
    ### Motivation
    
    In #3023 I had moved AspectJ to `pulsar-zookeeper-utils` module. Now the 
build plugin is not needed anymore in `pulsar-broker`.
---
 pulsar-broker/pom.xml | 35 -----------------------------------
 1 file changed, 35 deletions(-)

diff --git a/pulsar-broker/pom.xml b/pulsar-broker/pom.xml
index 7ba1f15..07c9d6f 100644
--- a/pulsar-broker/pom.xml
+++ b/pulsar-broker/pom.xml
@@ -252,17 +252,6 @@
       <version>${avro.version}</version>
     </dependency>
 
-    <!-- aspectJ dependencies -->
-    <dependency>
-      <groupId>org.aspectj</groupId>
-      <artifactId>aspectjrt</artifactId>
-    </dependency>
-
-    <dependency>
-      <groupId>org.aspectj</groupId>
-      <artifactId>aspectjweaver</artifactId>
-    </dependency>
-
     <dependency>
       <groupId>com.carrotsearch</groupId>
       <artifactId>hppc</artifactId>
@@ -296,30 +285,6 @@
   <build>
     <plugins>
       <plugin>
-        <groupId>com.github.m50d</groupId>
-        <artifactId>aspectj-maven-plugin</artifactId>
-        <version>${aspectj-maven-plugin.version}</version>
-        <configuration>
-          <complianceLevel>1.8</complianceLevel>
-          <source>1.8</source>
-          <target>1.8</target>
-          <showWeaveInfo>true</showWeaveInfo>
-          <weaveDependencies>
-            <weaveDependency>
-              <groupId>org.apache.zookeeper</groupId>
-              <artifactId>zookeeper</artifactId>
-            </weaveDependency>
-          </weaveDependencies>
-        </configuration>
-        <executions>
-          <execution>
-            <goals>
-              <goal>compile</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-      <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-jar-plugin</artifactId>
         <executions>

Reply via email to