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

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

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

revision 765 by alfonx, Mon Mar 15 16:42:35 2010 UTC revision 783 by alfonx, Sat Apr 3 14:27:27 2010 UTC
# Line 54  Line 54 
54          </organization>          </organization>
55          <dependencies>          <dependencies>
56                    
                 <dependency>  
                         <!-- Hibernate  -->  
                         <groupId>org.hibernate</groupId>  
                         <artifactId>hibernate-commons-annotations</artifactId>  
                         <version>3.3.0.ga</version>  
                         <scope>compile</scope>  
                 </dependency>  
   
                 <dependency>  
                         <!-- Hibernate  -->  
                         <groupId>org.hibernate</groupId>  
                         <artifactId>hibernate-entitymanager</artifactId>  
                         <version>3.4.0.GA</version>  
                         <scope>compile</scope>  
                 </dependency>  
           
           
                 <dependency>  
                         <groupId>org.hibernate</groupId>  
                         <artifactId>hibernate-annotations</artifactId>  
                         <version>3.4.0.GA</version>  
                 </dependency>  
57                    
58                  <dependency>                  <dependency>
59                          <groupId>org.geotools</groupId>                          <groupId>org.geotools</groupId>
# Line 167  Line 145 
145                          <scope>compile</scope>                          <scope>compile</scope>
146                  </dependency>                  </dependency>
147    
148                    <dependency>
149                            <groupId>org.slf4j</groupId>
150                            <artifactId>slf4j-log4j12</artifactId>
151                            <version>1.5.11</version>
152                            <type>jar</type>
153                            <scope>compile</scope>
154                    </dependency>
155    
156    
157                  <dependency>                  <dependency>
158                            <!--
159                                    Logging with log4j. Die MVN dependency fuer 1.2.15 ist defekt.
160                                    downgraded to 1.2.14 http://jira.codehaus.org/browse/MEV-649
161                            -->
162                          <groupId>log4j</groupId>                          <groupId>log4j</groupId>
163                          <artifactId>log4j</artifactId>                          <artifactId>log4j</artifactId>
164                          <version>1.2.14</version>                          <version>1.2.14</version>
                         <type>jar</type>  
                         <scope>compile</scope>  
165                  </dependency>                  </dependency>
166    
167                  <dependency>                  <dependency>
168                          <groupId>junit</groupId>                          <groupId>junit</groupId>
169                          <artifactId>junit</artifactId>                          <artifactId>junit</artifactId>
# Line 251  Line 240 
240                  </plugins>                  </plugins>
241          </build>          </build>
242    
243          <repositories>     <repositories>
244                  <repository>          <repository>
245                          <id>osgeo</id>            <snapshots>
246                          <name>Open Source Geospatial Foundation Repository</name>              <enabled>false</enabled>
247                          <url>http://download.osgeo.org/webdav/geotools/</url>            </snapshots>
248                  </repository>            <id>central</id>
249          </repositories>            <name>libs-releases</name>
250              <url>http://www.wikisquare.de:8080/artifactory/libs-releases</url>
251          <distributionManagement>          </repository>
252                  <repository>          <repository>
253                          <id>artifactory-releases</id>            <snapshots />
254                          <name>CPA Internal Repository</name>            <id>snapshots</id>
255                          <url>http://10.1.1.101:8088/artifactory/libs-releases-local</url>            <name>libs-snapshots</name>
256                  </repository>            <url>http://www.wikisquare.de:8080/artifactory/libs-snapshots</url>
257                  <snapshotRepository>          </repository>
258                          <id>artifactory</id>        </repositories>
259                          <name>CPA Internal Snapshot Repository</name>  
260                          <url>http://10.1.1.101:8088/artifactory/libs-snapshots-local</url>  <distributionManagement>
261                  </snapshotRepository>  
262          </distributionManagement>      <snapshotRepository>
263            <id>artifactory.wikisquare.de</id>
264            <name>artifactory.wikisquare.de-snapshots</name>
265            <url>http://www.wikisquare.de:8080/artifactory/libs-snapshots-local</url>
266        </snapshotRepository>
267        <repository>
268            <id>artifactory.wikisquare.de</id>
269            <name>artifactory.wikisquare.de-releases</name>
270            <url>http://www.wikisquare.de:8080/artifactory/libs-releases-local</url>
271        </repository>
272            
273    </distributionManagement>
274    
275  </project>  </project>

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26