Skip to content

Commit

Permalink
Merge branch 'main' into feature/test
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshiyu committed Jun 26, 2021
2 parents b844bf8 + d670b51 commit 2b15ac2
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 14 deletions.
19 changes: 12 additions & 7 deletions takin-data/amdb-receiver-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,19 @@
<maven-compiler-plugin.version>3.8.0</maven-compiler-plugin.version>
</properties>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>${spring.boot.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>

<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>${spring.boot.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>

<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
5 changes: 0 additions & 5 deletions takin-data/surge-data/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,6 @@

<artifactId>common</artifactId>
<dependencies>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.10</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion takin-data/surge-data/sink/clickhouse/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
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">
<parent>
<artifactId>surge-data</artifactId>
<groupId>io.shulie.surge.data</groupId>
<artifactId>sink</artifactId>
<version>1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion takin-data/surge-data/sink/mysql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
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">
<parent>
<artifactId>surge-data</artifactId>
<groupId>io.shulie.surge.data</groupId>
<artifactId>sink</artifactId>
<version>1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
1 change: 1 addition & 0 deletions takin-webapp/tro/tro-server-monitor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>${spring.boot.version}</version>
<configuration>
<!-- 指定该Main Class为全局的唯一入口 -->
<mainClass>io.shulie.tro.monitor.Application</mainClass>
Expand Down

0 comments on commit 2b15ac2

Please sign in to comment.