Changeset 214


Ignore:
Timestamp:
03/04/10 09:57:11 (14 years ago)
Author:
oschonef
Message:
  • no need to export Hibernate jpa-modelgen to WAR
File:
1 edited

Legend:

Unmodified
Added
Removed
  • VirtualCollectionRegistry/trunk/VirtualCollectionRegistry/pom.xml

    r213 r214  
    128128      <artifactId>hibernate-jpamodelgen</artifactId>
    129129      <version>${hibernate.jpaVersion}</version>
    130       <scope>compile</scope>
     130      <!-- "provided" is actually a lie, but this dependency is only
     131           needed at compile time, and "provided" does the trick -->
     132      <scope>provided</scope>
    131133      <exclusions>
    132134        <exclusion>
Note: See TracChangeset for help on using the changeset viewer.