Skip to content

Commit

Permalink
[type:refactor] refactor admin-listener.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunlongn committed Nov 13, 2023
1 parent 76b0ec6 commit e5bbdb9
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 42 deletions.
6 changes: 0 additions & 6 deletions shenyu-admin-listener/shenyu-admin-listener-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,6 @@

<artifactId>shenyu-admin-listener-api</artifactId>

<properties>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

<dependencies>
<dependency>
<groupId>org.apache.shenyu</groupId>
Expand Down
6 changes: 0 additions & 6 deletions shenyu-admin-listener/shenyu-admin-listener-apollo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,6 @@

<artifactId>shenyu-admin-listener-apollo</artifactId>

<properties>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

<dependencies>
<dependency>
<groupId>com.ctrip.framework.apollo</groupId>
Expand Down
6 changes: 0 additions & 6 deletions shenyu-admin-listener/shenyu-admin-listener-consul/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,6 @@

<artifactId>shenyu-admin-listener-consul</artifactId>

<properties>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

<dependencies>
<dependency>
<groupId>com.ecwid.consul</groupId>
Expand Down
6 changes: 0 additions & 6 deletions shenyu-admin-listener/shenyu-admin-listener-etcd/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,6 @@

<artifactId>shenyu-admin-listener-etcd</artifactId>

<properties>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

<dependencies>

<dependency>
Expand Down
6 changes: 0 additions & 6 deletions shenyu-admin-listener/shenyu-admin-listener-nacos/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,6 @@

<artifactId>shenyu-admin-listener-nacos</artifactId>

<properties>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

<dependencies>
<dependency>
<groupId>org.apache.shenyu</groupId>
Expand Down
6 changes: 0 additions & 6 deletions shenyu-admin-listener/shenyu-admin-listener-polaris/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,6 @@

<artifactId>shenyu-admin-listener-polaris</artifactId>

<properties>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

<dependencies>
<dependency>
<groupId>com.tencent.polaris</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ public class PolarisSyncConfiguration {
/**
* register configFileService in spring ioc.
*
* @param polarisProperties polarisProperties
* @return ConfigFileService {@linkplain ConfigFileService}
*/
@Bean
Expand All @@ -59,6 +60,7 @@ public ConfigFileService polarisConfigFileService(final PolarisProperties polari
/**
* register configFilePublishService in spring ioc.
*
* @param polarisProperties polarisProperties
* @return ConfigFilePublishService {@linkplain ConfigFilePublishService}
*/
@Bean
Expand All @@ -72,6 +74,8 @@ public ConfigFilePublishService polarisConfigFilePublishService(final PolarisPro
/**
* Data changed listener data changed listener.
*
* @param polarisProperties polarisProperties
* @param configFilePublishService configFilePublishService
* @param configFileService the config service
* @return the data changed listener
*/
Expand All @@ -85,6 +89,7 @@ public DataChangedListener polarisDataChangedListener(final PolarisProperties po
/**
* Polaris data init polaris data init.
*
* @param polarisProperties polarisProperties
* @param configFileService the config service
* @return the polaris data init
*/
Expand Down
6 changes: 0 additions & 6 deletions shenyu-admin-listener/shenyu-admin-listener-zookeeper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,6 @@

<artifactId>shenyu-admin-listener-zookeeper</artifactId>

<properties>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

<dependencies>

<dependency>
Expand Down

0 comments on commit e5bbdb9

Please sign in to comment.