Skip to content

Commit

Permalink
polishing
Browse files Browse the repository at this point in the history
  • Loading branch information
janithb committed Feb 22, 2016
1 parent 7f8c8d6 commit 24907f4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
*.iml
*.audit
*.yml
*.yaml
.settings
target
.classpath
Expand Down
7 changes: 0 additions & 7 deletions audit4j.conf.yaml

This file was deleted.

6 changes: 4 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,12 @@
<artifactId>reactor-core</artifactId>
<version>1.1.6.RELEASE</version>
</dependency>

<!-- Do not change below dependency version unless testing properly -->
<dependency>
<groupId>org.javassist</groupId>
<groupId>javassist</groupId>
<artifactId>javassist</artifactId>
<version>3.20.0-GA</version>
<version>3.12.1.GA</version>
</dependency>
<dependency>
<groupId>javax.enterprise</groupId>
Expand Down

0 comments on commit 24907f4

Please sign in to comment.