Skip to content

Commit

Permalink
javassist
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Hamblen committed Sep 14, 2008
1 parent 5ea8b0c commit 65c376f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions databinder-app-hib/pom.slip
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ project(xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance",xmlns="http://mave
artifactId: "hibernate-core"
version: "3.3.1.GA"

dependency:
groupId: "javassist"
artifactId: "javassist"
version: "3.4.GA"

dependency:
groupId: "c3p0"
artifactId: "c3p0"
Expand Down
5 changes: 5 additions & 0 deletions databinder-app-hib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@
<artifactId>hibernate-core</artifactId>
<version>3.3.1.GA</version>
</dependency>
<dependency>
<groupId>javassist</groupId>
<artifactId>javassist</artifactId>
<version>3.4.GA</version>
</dependency>
<dependency>
<groupId>c3p0</groupId>
<artifactId>c3p0</artifactId>
Expand Down

0 comments on commit 65c376f

Please sign in to comment.