167 |
<exclusions> |
<exclusions> |
168 |
<exclusion> |
<exclusion> |
169 |
<!-- Das kommt ueber schmitzm-db --> |
<!-- Das kommt ueber schmitzm-db --> |
170 |
|
<groupId>org.postgresql</groupId> |
171 |
|
<artifactId>postgresql</artifactId> |
172 |
|
</exclusion> |
173 |
|
|
174 |
|
<exclusion> |
175 |
|
<!-- Das kommt ueber schmitzm-db --> |
176 |
<groupId>postgresql</groupId> |
<groupId>postgresql</groupId> |
177 |
<artifactId>postgresql</artifactId> |
<artifactId>postgresql</artifactId> |
178 |
</exclusion> |
</exclusion> |
179 |
|
|
180 |
</exclusions> |
</exclusions> |
181 |
</dependency> |
</dependency> |
182 |
|
|