Skip to content

Commit

Permalink
将一些jar包移动到,新建的maven仓库,仓库路径:https://raw.github.com/thinkgem/repository…
Browse files Browse the repository at this point in the history
  • Loading branch information
think-gem committed Apr 17, 2013
1 parent 4c078db commit 8e0165f
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 20 deletions.
36 changes: 16 additions & 20 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,12 @@
</snapshots>
</repository>

<repository>
<id>thinkgem-repo</id>
<name>ThinkGem Repository</name>
<url>https://raw.github.com/thinkgem/repository/master</url>
</repository>

</repositories>

<!-- 依赖项定义 -->
Expand Down Expand Up @@ -219,11 +225,9 @@
</dependency>
<!-- 中文分词 -->
<dependency>
<groupId>org.wltea.analyzer</groupId>
<artifactId>IKAnalyzer</artifactId>
<groupId>org.wltea</groupId>
<artifactId>analyzer</artifactId>
<version>2012_u6</version>
<scope>system</scope>
<systemPath>${project.basedir}/src/main/webapp/WEB-INF/lib/IKAnalyzer2012_u6.jar</systemPath>
</dependency>

<!-- connection pool -->
Expand Down Expand Up @@ -468,32 +472,24 @@
<version>0.4.2</version>
</dependency>
<dependency>
<groupId>org.apache.tools</groupId>
<artifactId>zip</artifactId>
<version>1.0</version>
<scope>system</scope>
<systemPath>${project.basedir}/src/main/webapp/WEB-INF/lib/apache-ant-zip.jar</systemPath>
<groupId>com.ckfinder</groupId>
<artifactId>apache-ant-zip</artifactId>
<version>2.3</version>
</dependency>
<dependency>
<groupId>com.ckfinder</groupId>
<artifactId>connector</artifactId>
<artifactId>ckfinder</artifactId>
<version>2.3</version>
<scope>system</scope>
<systemPath>${project.basedir}/src/main/webapp/WEB-INF/lib/CKFinder-2.3.jar</systemPath>
</dependency>
<dependency>
<groupId>com.ckfinder.connector.plugins</groupId>
<artifactId>FileEditor</artifactId>
<groupId>com.ckfinder</groupId>
<artifactId>ckfinderplugin-fileeditor</artifactId>
<version>2.3</version>
<scope>system</scope>
<systemPath>${project.basedir}/src/main/webapp/WEB-INF/lib/CKFinderPlugin-FileEditor-2.3.jar</systemPath>
</dependency>
<dependency>
<groupId>com.ckfinder.connector.plugins</groupId>
<artifactId>ImageResize</artifactId>
<groupId>com.ckfinder</groupId>
<artifactId>ckfinderplugin-imageresize</artifactId>
<version>2.3</version>
<scope>system</scope>
<systemPath>${project.basedir}/src/main/webapp/WEB-INF/lib/CKFinderPlugin-ImageResize-2.3.jar</systemPath>
</dependency>
<!-- CKFinder end -->

Expand Down
Binary file removed src/main/webapp/WEB-INF/lib/CKFinder-2.3.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed src/main/webapp/WEB-INF/lib/IKAnalyzer2012_u6.jar
Binary file not shown.
Binary file removed src/main/webapp/WEB-INF/lib/apache-ant-zip.jar
Binary file not shown.

0 comments on commit 8e0165f

Please sign in to comment.