/[schmitzm]/branches/2.3.x/pom.xml
ViewVC logotype

Diff of /branches/2.3.x/pom.xml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 758 by alfonx, Mon Mar 8 13:11:47 2010 UTC revision 765 by alfonx, Mon Mar 15 16:42:35 2010 UTC
# Line 53  Line 53 
53                  <url>http://www.wikisquare.de</url>                  <url>http://www.wikisquare.de</url>
54          </organization>          </organization>
55          <dependencies>          <dependencies>
56            
57                    <dependency>
58                            <!-- Hibernate  -->
59                            <groupId>org.hibernate</groupId>
60                            <artifactId>hibernate-commons-annotations</artifactId>
61                            <version>3.3.0.ga</version>
62                            <scope>compile</scope>
63                    </dependency>
64    
65                    <dependency>
66                            <!-- Hibernate  -->
67                            <groupId>org.hibernate</groupId>
68                            <artifactId>hibernate-entitymanager</artifactId>
69                            <version>3.4.0.GA</version>
70                            <scope>compile</scope>
71                    </dependency>
72            
73            
74                    <dependency>
75                            <groupId>org.hibernate</groupId>
76                            <artifactId>hibernate-annotations</artifactId>
77                            <version>3.4.0.GA</version>
78                    </dependency>
79            
80                  <dependency>                  <dependency>
81                          <groupId>org.geotools</groupId>                          <groupId>org.geotools</groupId>
82                          <artifactId>gt-render</artifactId>                          <artifactId>gt-render</artifactId>

Legend:
Removed from v.758  
changed lines
  Added in v.765

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26