Skip to content

Commit

Permalink
Merge pull request thinkgem#22 from lcj325/patch-1
Browse files Browse the repository at this point in the history
Update pom.xml
  • Loading branch information
think-gem committed Mar 29, 2013
2 parents 6628ee0 + 6c10b60 commit 0a75313
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -664,6 +664,8 @@
</sql>

<taskdef name="dbunit" classname="org.dbunit.ant.DbUnitTask" classpathref="maven.test.classpath" />
<!--oracle-->
<!--<dbunit driver="${jdbc.driver}" url="${jdbc.url}" userid="${jdbc.username}" password="${jdbc.password}" schema="${jdbc.username}">-->
<dbunit driver="${jdbc.driver}" url="${jdbc.url}" userid="${jdbc.username}" password="${jdbc.password}">
<dbconfig>
<property name="datatypeFactory" value="${dbunit.datatype}" />
Expand Down

0 comments on commit 0a75313

Please sign in to comment.