Skip to content

Commit

Permalink
fix libs
Browse files Browse the repository at this point in the history
  • Loading branch information
likole committed Feb 28, 2018
1 parent 69acdde commit e3362d8
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 1 deletion.
39 changes: 38 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,43 @@
<groupId>cn.likole</groupId>
<artifactId>JwxtTool</artifactId>
<version>1.0-SNAPSHOT</version>

<dependencies>
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
<version>1.11.2</version>
</dependency>
<dependency>
<groupId>us.codecraft</groupId>
<artifactId>xsoup</artifactId>
<version>0.3.1</version>
</dependency>
<dependency>
<groupId>com.squareup.okio</groupId>
<artifactId>okio</artifactId>
<version>1.13.0</version>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>3.9.1</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.google.code.gson/gson -->
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.0</version>
</dependency>
<!--<dependency>-->
<!--<groupId>net.java.dev.jna</groupId>-->
<!--<artifactId>jna-platform</artifactId>-->
<!--<version>4.2.2</version>-->
<!--</dependency>-->
<!--<dependency>-->
<!--<groupId>net.sourceforge.tess4j</groupId>-->
<!--<artifactId>tess4j</artifactId>-->
<!--<version>3.4.2</version>-->
<!--</dependency>-->
</dependencies>

</project>
6 changes: 6 additions & 0 deletions xuanke2.iml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,11 @@
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="Maven: org.jsoup:jsoup:1.11.2" level="project" />
<orderEntry type="library" name="Maven: us.codecraft:xsoup:0.3.1" level="project" />
<orderEntry type="library" name="Maven: org.assertj:assertj-core:1.5.0" level="project" />
<orderEntry type="library" name="Maven: com.squareup.okio:okio:1.13.0" level="project" />
<orderEntry type="library" name="Maven: com.squareup.okhttp3:okhttp:3.9.1" level="project" />
<orderEntry type="library" name="Maven: com.google.code.gson:gson:2.8.0" level="project" />
</component>
</module>

0 comments on commit e3362d8

Please sign in to comment.