Skip to content

Commit

Permalink
pom
Browse files Browse the repository at this point in the history
  • Loading branch information
kongxiangxi committed Sep 27, 2017
1 parent 9dad6fa commit bc734e0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion castle-plugins/castle-plugin-storage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpmime</artifactId>
<version>4.5.3</version>
</dependency>
</dependencies>

</project>
2 changes: 1 addition & 1 deletion castle-plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<name>Castle Plugins</name>
<description>The Plugins of Castle Platform.</description>
<modules>
<module>castle-plugin-storage</module>
<module>castle-plugin-core</module>
<module>castle-plugin-storage</module>
</modules>
</project>
7 changes: 0 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
<commons-beanutils.version>1.9.3</commons-beanutils.version>
<commons-io.version>2.5</commons-io.version>
<commons-configuration2.version>2.1.1</commons-configuration2.version>
<httpmime.version>4.5.3</httpmime.version>
<querydsl.version>4.1.4</querydsl.version>
<junit.version>4.12</junit.version>
</properties>
Expand Down Expand Up @@ -192,12 +191,6 @@
<version>${commons-beanutils.version}</version>
</dependency>

<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpmime</artifactId>
<version>${httpmime.version}</version>
</dependency>

<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
Expand Down

0 comments on commit bc734e0

Please sign in to comment.