/[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 757 by alfonx, Fri Mar 5 17:34:42 2010 UTC revision 771 by alfonx, Sun Mar 21 12:12:06 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            
58                  <dependency>                  <dependency>
59                          <groupId>org.geotools</groupId>                          <groupId>org.geotools</groupId>
60                          <artifactId>gt-render</artifactId>                          <artifactId>gt-render</artifactId>
# Line 97  Line 99 
99    
100                  <dependency>                  <dependency>
101                          <groupId>org.geotools</groupId>                          <groupId>org.geotools</groupId>
102                            <artifactId>gt-coverage</artifactId>
103                            <version>${geotools.version}</version>
104                            <type>jar</type>
105                            <scope>compile</scope>
106                    </dependency>
107    
108    
109                    <dependency>
110                            <groupId>org.geotools</groupId>
111                          <artifactId>gt-geotiff</artifactId>                          <artifactId>gt-geotiff</artifactId>
112                          <version>${geotools.version}</version>                          <version>${geotools.version}</version>
113                          <type>jar</type>                          <type>jar</type>
# Line 134  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 177  Line 199 
199                          <type>jar</type>                          <type>jar</type>
200                          <scope>compile</scope>                          <scope>compile</scope>
201                  </dependency>                  </dependency>
202                    <dependency>
203                            <groupId>com.miglayout</groupId>
204                            <artifactId>miglayout</artifactId>
205                            <version>3.7.2</version>
206                    </dependency>
207                    <dependency>
208                            <groupId>jdom</groupId>
209                            <artifactId>jdom</artifactId>
210                            <version>1.1</version>
211                    </dependency>
212          </dependencies>          </dependencies>
213    
214          <build>          <build>

Legend:
Removed from v.757  
changed lines
  Added in v.771

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26