Skip to content

Commit

Permalink
IDEA 工程文件过滤
Browse files Browse the repository at this point in the history
maven 版本错误
  • Loading branch information
songlai committed Nov 30, 2013
1 parent f2beacd commit e88f056
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
.war
.zip
.rar
.idea
*.iml
.settings/*
/indexes/*
/target/*
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -785,7 +785,7 @@
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi</artifactId>
<version>3.2-FINAL</version>
<version>3.9</version>
</dependency>
</dependencies>
<build>
Expand Down

0 comments on commit e88f056

Please sign in to comment.