fix(jdk15): resolve aspecj exception
diff --git a/rocketmq-console/pom.xml b/rocketmq-console/pom.xml
index 5cad525..5d27acc 100644
--- a/rocketmq-console/pom.xml
+++ b/rocketmq-console/pom.xml
@@ -65,7 +65,7 @@
         <commons-cli.version>1.2</commons-cli.version>
         <rocketmq.version>4.8.0</rocketmq.version>
         <surefire.version>2.19.1</surefire.version>
-        <aspectj.version>1.8.10</aspectj.version>
+        <aspectj.version>1.9.6</aspectj.version>
         <main.basedir>${basedir}/../..</main.basedir>
         <docker.image.prefix>apacherocketmq</docker.image.prefix>
         <spring.boot.version>2.2.2.RELEASE</spring.boot.version>
@@ -94,12 +94,6 @@
             <scope>test</scope>
         </dependency>
         <dependency>
-            <groupId>org.springframework.boot</groupId>
-            <artifactId>spring-boot-configuration-processor</artifactId>
-            <version>${spring.boot.version}</version>
-            <scope>compile</scope>
-        </dependency>
-        <dependency>
             <groupId>commons-collections</groupId>
             <artifactId>commons-collections</artifactId>
             <version>3.2.2</version>