提交 9161d7d6 编写于 作者: T terrymanu

for code style

上级 4051cbff
......@@ -95,7 +95,7 @@
<postgresql.version>42.2.5</postgresql.version>
<mssql.version>6.1.7.jre7-preview</mssql.version>
<mariadb-java-client.version>2.4.2</mariadb-java-client.version>
<maven-compiler-plugin.version>3.3</maven-compiler-plugin.version>
<maven-assembly-plugin.version>3.1.0</maven-assembly-plugin.version>
<maven-resources-plugin.version>2.7</maven-resources-plugin.version>
......@@ -200,7 +200,7 @@
<artifactId>transactions-jdbc</artifactId>
<version>${atomikos.version}</version>
</dependency>
<dependency>
<groupId>org.jboss.narayana.jta</groupId>
<artifactId>jta</artifactId>
......@@ -219,14 +219,14 @@
<version>${jboss-transaction-spi.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.codehaus.btm</groupId>
<artifactId>btm</artifactId>
<version>${btm.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>io.seata</groupId>
<artifactId>seata-rm-datasource</artifactId>
......@@ -239,7 +239,7 @@
<version>${seata.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.curator</groupId>
<artifactId>curator-framework</artifactId>
......@@ -267,7 +267,7 @@
<artifactId>opentracing-util</artifactId>
<version>${opentracing.version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context-support</artifactId>
......
......@@ -59,5 +59,4 @@
<outputDirectory>lib</outputDirectory>
</file>
</files>
</assembly>
......@@ -26,16 +26,16 @@
<artifactId>sharding-ui</artifactId>
<packaging>pom</packaging>
<name>${project.artifactId}</name>
<modules>
<module>sharding-ui-frontend</module>
<module>sharding-ui-backend</module>
</modules>
<properties>
<spring-boot.version>1.5.21.RELEASE</spring-boot.version>
</properties>
<dependencyManagement>
<dependencies>
<dependency>
......@@ -47,5 +47,4 @@
</dependency>
</dependencies>
</dependencyManagement>
</project>
......@@ -25,10 +25,7 @@
</parent>
<artifactId>sharding-ui-backend</artifactId>
<name>${project.artifactId}</name>
<properties>
</properties>
<dependencies>
<dependency>
<groupId>ch.qos.logback</groupId>
......@@ -59,10 +56,6 @@
<artifactId>sharding-orchestration-reg-zookeeper-curator</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
......@@ -76,7 +69,7 @@
<artifactId>gson</artifactId>
</dependency>
</dependencies>
<build>
<finalName>sharding-ui</finalName>
<plugins>
......
......@@ -18,4 +18,4 @@
server.port=8088
user.admin.username=admin
user.admin.password=admin
\ No newline at end of file
user.admin.password=admin
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册