cdpwest / hibernate-generic-dao

Automatically exported from code.google.com/p/hibernate-generic-dao
0 stars 0 forks source link

cleanup the maven pom.xml #14

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
the pom file in /trunk includes a bunch of stuff it does not need to and
could add a few things (like mysql) to scope=provided.

Here is a .pom that seems to work ok

Original issue reported on code.google.com by ryan...@gmail.com on 18 Nov 2008 at 7:15

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by dwolvert on 18 Nov 2008 at 5:01

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Cleaned up the POM and made major dependency changes for 0.3.3. The compile 
dependencies now only include hibernate-core and javax.annotation. All other 
dependencies are in test scope, and all unneeded dependencies and repositories 
are 
removed.

Thanks for the tip ryantxu.

Original comment by dwolvert on 25 Nov 2008 at 2:40