Skip to content

Commit

Permalink
#81 clean up gitignore, parent pom, mysql module in WF
Browse files Browse the repository at this point in the history
  • Loading branch information
mincong-h committed Jul 4, 2016
1 parent 9d569b1 commit 58f8f32
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 21 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
*.jar
*.war
*.ear
!*/src/wildflyConfig/modules/system/layers/base/com/mysql/driver/main/*.jar

# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
Expand Down

This file was deleted.

11 changes: 0 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,17 +86,6 @@
<version>1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>3.1.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>jstl</artifactId>
<version>1.2</version>
</dependency>
<!-- tests -->
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit 58f8f32

Please sign in to comment.