4 |
|
|
5 |
<groupId>de.schmitzm</groupId> |
<groupId>de.schmitzm</groupId> |
6 |
<artifactId>schmitzm-gt</artifactId> |
<artifactId>schmitzm-gt</artifactId> |
7 |
<version>2.7-SNAPSHOT</version> |
<version>2.8-SNAPSHOT</version> |
8 |
<packaging>jar</packaging> |
<packaging>jar</packaging> |
9 |
|
|
10 |
<parent> |
<parent> |
11 |
<groupId>de.schmitzm</groupId> |
<groupId>de.schmitzm</groupId> |
12 |
<artifactId>schmitzm-parent</artifactId> |
<artifactId>schmitzm-parent</artifactId> |
13 |
<version>2.7-SNAPSHOT</version> |
<version>2.8-SNAPSHOT</version> |
14 |
<relativePath>../schmitzm-parent/pom.xml</relativePath> |
<relativePath>../schmitzm-parent/pom.xml</relativePath> |
15 |
</parent> |
</parent> |
16 |
|
|
168 |
<scope>compile</scope> |
<scope>compile</scope> |
169 |
<exclusions> |
<exclusions> |
170 |
<exclusion> |
<exclusion> |
171 |
<!-- Das kommt ueber schmitzm-db --> |
<!-- Das kommt ueber schmitzm-db --> |
172 |
<groupId>postgresql</groupId> |
<groupId>postgresql</groupId> |
173 |
<artifactId>postgresql</artifactId> |
<artifactId>postgresql</artifactId> |
174 |
</exclusion> |
</exclusion> |