/[schmitzm]/trunk/schmitzm-gt/pom.xml
ViewVC logotype

Diff of /trunk/schmitzm-gt/pom.xml

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

revision 1813 by mojays, Mon Jan 9 15:24:14 2012 UTC revision 1948 by alfonx, Sun Apr 15 11:02:04 2012 UTC
# Line 15  Line 15 
15          </parent>          </parent>
16    
17          <name>schmitzm-gt</name>          <name>schmitzm-gt</name>
         <url>http://maven.apache.org</url>  
18    
19          <dependencies>          <dependencies>
20    
21                  <dependency>                  <dependency>
22                            <!-- Hier kommt auch ein aktuellen postgresql jdbc jar -->
23                            <groupId>de.schmitzm</groupId>
24                            <artifactId>schmitzm-db</artifactId>
25                            <version>${project.version}</version>
26                            <type>jar</type>
27                            <scope>compile</scope>
28                    </dependency>
29    
30                    <dependency>
31                          <groupId>de.schmitzm</groupId>                          <groupId>de.schmitzm</groupId>
32                          <artifactId>schmitzm-core</artifactId>                          <artifactId>schmitzm-core</artifactId>
33                          <version>${project.version}</version>                          <version>${project.version}</version>
# Line 52  Line 60 
60                  </dependency>                  </dependency>
61    
62                  <dependency>                  <dependency>
63                            <groupId>org.geotools</groupId>
64                            <artifactId>gt-charts</artifactId>
65                            <version>${geotools.version}</version>
66                            <type>jar</type>
67                            <scope>compile</scope>
68                    </dependency>
69    
70                    <dependency>
71                          <groupId>org.geotools.xsd</groupId>                          <groupId>org.geotools.xsd</groupId>
72                          <artifactId>gt-xsd-sld</artifactId>                          <artifactId>gt-xsd-sld</artifactId>
73                          <version>${geotools.version}</version>                          <version>${geotools.version}</version>
# Line 158  Line 174 
174                          <version>${geotools.version}</version>                          <version>${geotools.version}</version>
175                          <type>jar</type>                          <type>jar</type>
176                          <scope>compile</scope>                          <scope>compile</scope>
177                            <exclusions>
178                                    <exclusion>
179                                            <!-- Das kommt ueber schmitzm-db -->
180                                            <groupId>postgresql</groupId>
181                                            <artifactId>postgresql</artifactId>
182                                    </exclusion>
183                            </exclusions>
184                  </dependency>                  </dependency>
185    
186    
# Line 244  Line 267 
267          <build>          <build>
268                  <pluginManagement>                  <pluginManagement>
269                          <plugins>                          <plugins>
270                                  <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->                                  <!--This plugin's configuration is used to store Eclipse m2e settings
271                                            only. It has no influence on the Maven build itself. -->
272                                  <plugin>                                  <plugin>
273                                          <groupId>org.eclipse.m2e</groupId>                                          <groupId>org.eclipse.m2e</groupId>
274                                          <artifactId>lifecycle-mapping</artifactId>                                          <artifactId>lifecycle-mapping</artifactId>

Legend:
Removed from v.1813  
changed lines
  Added in v.1948

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26