Skip to content

Commit

Permalink
Merge pull request #150 from rememberber/develop
Browse files Browse the repository at this point in the history
optimize:maven 依赖优化
  • Loading branch information
rememberber committed Jun 18, 2019
2 parents 0db8a7b + 204d9b0 commit 26cff07
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
<mybatis.version>3.5.1</mybatis.version>
<sqlite-jdbc.version>3.27.2.1</sqlite-jdbc.version>
<junit.version>4.12</junit.version>
<httpasyncclient.version>4.1.4</httpasyncclient.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -199,6 +200,10 @@
<artifactId>gson</artifactId>
<groupId>com.google.code.gson</groupId>
</exclusion>
<exclusion>
<artifactId>httpasyncclient</artifactId>
<groupId>org.apache.httpcomponents</groupId>
</exclusion>
</exclusions>
</dependency>

Expand Down Expand Up @@ -268,6 +273,12 @@
<artifactId>sqlite-jdbc</artifactId>
<version>${sqlite-jdbc.version}</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpasyncclient</artifactId>
<version>${httpasyncclient.version}</version>
</dependency>


</dependencies>

Expand Down Expand Up @@ -325,14 +336,13 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-install-plugin</artifactId>
<version>3.0.0-M1</version>
<version>2.5.2</version>
<executions>
<execution>
<id>install-beautyeye</id>
<phase>clean</phase>
<configuration>
<file>./src/main/lib/beautyeye_lnf.jar</file>
<repositoryLayout>default</repositoryLayout>
<groupId>com.beautyeye</groupId>
<artifactId>beautyeye-lnf</artifactId>
<version>1.0</version>
Expand All @@ -348,7 +358,6 @@
<phase>clean</phase>
<configuration>
<file>./src/main/lib/darcula.jar</file>
<repositoryLayout>default</repositoryLayout>
<groupId>com.darcula</groupId>
<artifactId>darcula-lnf</artifactId>
<version>1.0</version>
Expand All @@ -364,7 +373,6 @@
<phase>clean</phase>
<configuration>
<file>./src/main/lib/taobao-sdk-java.jar</file>
<repositoryLayout>default</repositoryLayout>
<groupId>com.taobao</groupId>
<artifactId>top-auto-sdk</artifactId>
<version>1.0</version>
Expand All @@ -380,7 +388,6 @@
<phase>clean</phase>
<configuration>
<file>./src/main/lib/aliyun-java-sdk-dysmsapi-1.0.0.jar</file>
<repositoryLayout>default</repositoryLayout>
<groupId>com.aliyun</groupId>
<artifactId>aliyun-java-sdk-dysmsapi</artifactId>
<version>1.0.0</version>
Expand All @@ -396,7 +403,6 @@
<phase>clean</phase>
<configuration>
<file>./src/main/lib/cpdetector_1.0.10.jar</file>
<repositoryLayout>default</repositoryLayout>
<groupId>net.sourceforge.cpdetector</groupId>
<artifactId>cpdetector</artifactId>
<version>1.0.10</version>
Expand All @@ -412,7 +418,6 @@
<phase>clean</phase>
<configuration>
<file>./src/main/lib/antlr-2.7.4.jar</file>
<repositoryLayout>default</repositoryLayout>
<groupId>net.sourceforge.cpdetector</groupId>
<artifactId>antlr</artifactId>
<version>2.7.4</version>
Expand All @@ -428,7 +433,6 @@
<phase>clean</phase>
<configuration>
<file>./src/main/lib/chardet-1.0.jar</file>
<repositoryLayout>default</repositoryLayout>
<groupId>net.sourceforge.cpdetector</groupId>
<artifactId>chardet</artifactId>
<version>1.0.0</version>
Expand All @@ -444,7 +448,6 @@
<phase>clean</phase>
<configuration>
<file>./src/main/lib/jargs-1.0.jar</file>
<repositoryLayout>default</repositoryLayout>
<groupId>net.sourceforge.cpdetector</groupId>
<artifactId>jargs</artifactId>
<version>1.0.0</version>
Expand Down

0 comments on commit 26cff07

Please sign in to comment.