Skip to content

Commit

Permalink
* 整理测试用例的依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
fjn committed Jul 28, 2021
1 parent 31adca2 commit 9ca13fb
Show file tree
Hide file tree
Showing 5 changed files with 141 additions and 21 deletions.
17 changes: 0 additions & 17 deletions sqlhelper-datasource/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,23 +73,6 @@
<groupId>com.github.fangjinuo.sqlhelper</groupId>
<artifactId>sqlhelper-common</artifactId>
</dependency>
<!--
<dependency>
<groupId>com.baomidou</groupId>
<artifactId>dynamic-datasource-spring-boot-starter</artifactId>
<version>3.2.1</version>
<exclusions>
<exclusion>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-aop</artifactId>
</exclusion>
<exclusion>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-jdbc</artifactId>
</exclusion>
</exclusions>
</dependency>
-->
<dependency>
<groupId>com.zaxxer</groupId>
<artifactId>HikariCP</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,21 @@
<artifactId>agileway-spring</artifactId>
<version>${agileway.version}</version>
</dependency>
<dependency>
<groupId>com.github.fangjinuo.agileway</groupId>
<artifactId>agileway-dmmq</artifactId>
<version>${agileway.version}</version>
</dependency>
<dependency>
<groupId>com.github.fangjinuo.agileway</groupId>
<artifactId>agileway-web</artifactId>
<version>${agileway.version}</version>
</dependency>
<dependency>
<groupId>com.github.fangjinuo.agileway</groupId>
<artifactId>agileway-aop</artifactId>
<version>${agileway.version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-aop</artifactId>
Expand Down Expand Up @@ -118,6 +133,22 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-autoconfigure</artifactId>
</exclusion>
<exclusion>
<groupId>com.github.fangjinuo.agileway</groupId>
<artifactId>agileway-spring</artifactId>
</exclusion>
<exclusion>
<groupId>com.github.fangjinuo.agileway</groupId>
<artifactId>agileway-web</artifactId>
</exclusion>
<exclusion>
<groupId>com.github.fangjinuo.agileway</groupId>
<artifactId>agileway-dmmq</artifactId>
</exclusion>
<exclusion>
<groupId>com.github.fangjinuo.agileway</groupId>
<artifactId>agileway-aop</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,26 @@
<groupId>com.github.fangjinuo.sqlhelper</groupId>
<artifactId>sqlhelper-jsqlparser</artifactId>
</dependency>

<dependency>
<groupId>com.github.fangjinuo.agileway</groupId>
<artifactId>agileway-spring</artifactId>
<version>${agileway.version}</version>
</dependency>
<dependency>
<groupId>com.github.fangjinuo.agileway</groupId>
<artifactId>agileway-web</artifactId>
<version>${agileway.version}</version>
</dependency>
<dependency>
<groupId>com.github.fangjinuo.agileway</groupId>
<artifactId>agileway-dmmq</artifactId>
<version>${agileway.version}</version>
</dependency>
<dependency>
<groupId>com.github.fangjinuo.agileway</groupId>
<artifactId>agileway-aop</artifactId>
<version>${agileway.version}</version>
</dependency>
<dependency>
<groupId>com.github.fangjinuo.audit</groupId>
<artifactId>audit-spring-boot-starter</artifactId>
Expand All @@ -63,6 +82,22 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-autoconfigure</artifactId>
</exclusion>
<exclusion>
<groupId>com.github.fangjinuo.agileway</groupId>
<artifactId>agileway-spring</artifactId>
</exclusion>
<exclusion>
<groupId>com.github.fangjinuo.agileway</groupId>
<artifactId>agileway-web</artifactId>
</exclusion>
<exclusion>
<groupId>com.github.fangjinuo.agileway</groupId>
<artifactId>agileway-dmmq</artifactId>
</exclusion>
<exclusion>
<groupId>com.github.fangjinuo.agileway</groupId>
<artifactId>agileway-aop</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,26 @@
<artifactId>mybatis</artifactId>
<version>${mybatis_jdk8.version}</version>
</dependency>

<dependency>
<groupId>com.github.fangjinuo.agileway</groupId>
<artifactId>agileway-spring</artifactId>
<version>${agileway.version}</version>
</dependency>
<dependency>
<groupId>com.github.fangjinuo.agileway</groupId>
<artifactId>agileway-web</artifactId>
<version>${agileway.version}</version>
</dependency>
<dependency>
<groupId>com.github.fangjinuo.agileway</groupId>
<artifactId>agileway-dmmq</artifactId>
<version>${agileway.version}</version>
</dependency>
<dependency>
<groupId>com.github.fangjinuo.agileway</groupId>
<artifactId>agileway-aop</artifactId>
<version>${agileway.version}</version>
</dependency>
<dependency>
<groupId>com.github.fangjinuo.audit</groupId>
<artifactId>audit-spring-boot-starter</artifactId>
Expand All @@ -73,6 +92,22 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-autoconfigure</artifactId>
</exclusion>
<exclusion>
<groupId>com.github.fangjinuo.agileway</groupId>
<artifactId>agileway-spring</artifactId>
</exclusion>
<exclusion>
<groupId>com.github.fangjinuo.agileway</groupId>
<artifactId>agileway-web</artifactId>
</exclusion>
<exclusion>
<groupId>com.github.fangjinuo.agileway</groupId>
<artifactId>agileway-aop</artifactId>
</exclusion>
<exclusion>
<groupId>com.github.fangjinuo.agileway</groupId>
<artifactId>agileway-dmmq</artifactId>
</exclusion>
</exclusions>
</dependency>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,48 @@
<groupId>com.github.fangjinuo.sqlhelper</groupId>
<artifactId>sqlhelper-mybatis-over-pagehelper</artifactId>
</dependency>


<dependency>
<groupId>com.github.fangjinuo.agileway</groupId>
<artifactId>agileway-spring</artifactId>
<version>${agileway.version}</version>
</dependency>
<dependency>
<groupId>com.github.fangjinuo.agileway</groupId>
<artifactId>agileway-web</artifactId>
<version>${agileway.version}</version>
</dependency>
<dependency>
<groupId>com.github.fangjinuo.agileway</groupId>
<artifactId>agileway-dmmq</artifactId>
<version>${agileway.version}</version>
</dependency>
<dependency>
<groupId>com.github.fangjinuo.agileway</groupId>
<artifactId>agileway-aop</artifactId>
<version>${agileway.version}</version>
</dependency>
<dependency>
<groupId>com.github.fangjinuo.audit</groupId>
<artifactId>audit-spring-boot-starter</artifactId>
<version>${audit.version}</version>
<exclusions>
<exclusion>
<groupId>com.github.fangjinuo.agileway</groupId>
<artifactId>agileway-spring</artifactId>
</exclusion>
<exclusion>
<groupId>com.github.fangjinuo.agileway</groupId>
<artifactId>agileway-dmmq</artifactId>
</exclusion>
<exclusion>
<groupId>com.github.fangjinuo.agileway</groupId>
<artifactId>agileway-web</artifactId>
</exclusion>
<exclusion>
<groupId>com.github.fangjinuo.agileway</groupId>
<artifactId>agileway-aop</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Expand Down

0 comments on commit 9ca13fb

Please sign in to comment.