Skip to content

Commit

Permalink
* 整理依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
fjn committed Jan 22, 2021
1 parent 930899d commit f12a9c1
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 49 deletions.
7 changes: 4 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -154,12 +154,15 @@
<groupId>com.github.fangjinuo.easyjson</groupId>
<artifactId>easyjson-jackson</artifactId>
<version>${easyjson.version}</version>
<scope>provided</scope>
<exclusions>
<exclusion>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</exclusion>
<exclusion>
<groupId>com.github.fangjinuo.langx</groupId>
<artifactId>langx-java</artifactId>
</exclusion>
</exclusions>
</dependency>

Expand Down Expand Up @@ -277,7 +280,6 @@
<groupId>com.github.fangjinuo.langx</groupId>
<artifactId>langx-java</artifactId>
<version>${langx-java.version}</version>
<scope>provided</scope>
</dependency>
</dependencies>
</dependencyManagement>
Expand All @@ -296,7 +298,6 @@
<dependency>
<groupId>com.github.fangjinuo.langx</groupId>
<artifactId>langx-java</artifactId>
<scope>provided</scope>
</dependency>

<dependency>
Expand Down
10 changes: 4 additions & 6 deletions sqlhelper-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -273,11 +273,6 @@
</exclusions>
</dependency>

<dependency>
<groupId>com.github.fangjinuo.langx</groupId>
<artifactId>langx-java</artifactId>
<version>${langx-java.version}</version>
</dependency>
<dependency>
<groupId>com.github.fangjinuo.langx</groupId>
<artifactId>langx-java8</artifactId>
Expand All @@ -298,7 +293,10 @@
<artifactId>h2</artifactId>
<version>1.4.199</version>
</dependency>

<dependency>
<groupId>com.github.fangjinuo.easyjson</groupId>
<artifactId>easyjson-jackson</artifactId>
</dependency>
</dependencies>

<build>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,22 +18,9 @@
<artifactId>sqlhelper-dialect</artifactId>
</dependency>

<dependency>
<groupId>com.github.fangjinuo.easyjson</groupId>
<artifactId>easyjson-jackson</artifactId>
<version>${easyjson.version}</version>
</dependency>

<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>${jackson.version}</version>
</dependency>

<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>${jackson.version}</version>
</dependency>

<dependency>
Expand All @@ -51,13 +38,26 @@
<groupId>io.github.openfeign</groupId>
<artifactId>feign-core</artifactId>
</exclusion>
<exclusion>
<groupId>com.github.fangjinuo.easyjson</groupId>
<artifactId>easyjson-jackson</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework.retry</groupId>
<artifactId>spring-retry</artifactId>
<version>1.3.0</version>
</dependency>

<dependency>
<groupId>com.github.fangjinuo.langx</groupId>
<artifactId>langx-java</artifactId>
</dependency>
<dependency>
<groupId>com.github.fangjinuo.easyjson</groupId>
<artifactId>easyjson-jackson</artifactId>
</dependency>
</dependencies>
<build>
<plugins>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,6 @@
<artifactId>sqlhelper-mybatis-spring-boot-starter</artifactId>
</dependency>

<dependency>
<groupId>com.github.fangjinuo.easyjson</groupId>
<artifactId>easyjson-jackson</artifactId>
</dependency>
<dependency>
<groupId>com.github.fangjinuo.sqlhelper</groupId>
<artifactId>sqlhelper-mybatis-over-pagehelper</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@
<version>${mybatis_jdk8.version}</version>
</dependency>

<dependency>
<groupId>com.github.fangjinuo.easyjson</groupId>
<artifactId>easyjson-jackson</artifactId>
</dependency>
<dependency>
<groupId>com.github.fangjinuo.sqlhelper</groupId>
<artifactId>sqlhelper-mybatis-over-pagehelper</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,6 @@
<version>${mybatis_jdk8.version}</version>
</dependency>

<dependency>
<groupId>com.github.fangjinuo.easyjson</groupId>
<artifactId>easyjson-jackson</artifactId>
</dependency>
<dependency>
<groupId>com.github.fangjinuo.sqlhelper</groupId>
<artifactId>sqlhelper-mybatis-over-pagehelper</artifactId>
</dependency>

<dependency>
<groupId>com.github.fangjinuo.audit</groupId>
<artifactId>audit-spring-boot-starter</artifactId>
Expand Down Expand Up @@ -99,7 +90,10 @@
<dependency>
<groupId>com.github.fangjinuo.langx</groupId>
<artifactId>langx-java8</artifactId>
<version>${langx-java.version}</version>
</dependency>
<dependency>
<groupId>com.github.fangjinuo.sqlhelper</groupId>
<artifactId>sqlhelper-mybatis-over-pagehelper</artifactId>
</dependency>
</dependencies>
<build>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,6 @@
<artifactId>sqlhelper-springjdbc-spring-boot-starter</artifactId>
</dependency>

<dependency>
<groupId>com.github.fangjinuo.easyjson</groupId>
<artifactId>easyjson-jackson</artifactId>
</dependency>

</dependencies>
<build>
<plugins>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@
<artifactId>sqlhelper-dbutils</artifactId>
</dependency>

<dependency>
<groupId>com.github.fangjinuo.easyjson</groupId>
<artifactId>easyjson-jackson</artifactId>
</dependency>
<dependency>
<groupId>com.github.fangjinuo.sqlhelper</groupId>
<artifactId>sqlhelper-mybatis-over-pagehelper</artifactId>
Expand Down

0 comments on commit f12a9c1

Please sign in to comment.