aboutsummaryrefslogtreecommitdiff
path: root/spss/handbook/clients
diff options
context:
space:
mode:
Diffstat (limited to 'spss/handbook/clients')
-rw-r--r--spss/handbook/clients/api/pom.xml2
-rw-r--r--spss/handbook/clients/webservice/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/spss/handbook/clients/api/pom.xml b/spss/handbook/clients/api/pom.xml
index 13d988a57..581c29e56 100644
--- a/spss/handbook/clients/api/pom.xml
+++ b/spss/handbook/clients/api/pom.xml
@@ -58,7 +58,7 @@
<artifactId>log4j</artifactId>
</dependency>
<dependency>
- <groupId>postgresql</groupId>
+ <groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
</dependency>
<dependency>
diff --git a/spss/handbook/clients/webservice/pom.xml b/spss/handbook/clients/webservice/pom.xml
index 0a48df11c..50850b592 100644
--- a/spss/handbook/clients/webservice/pom.xml
+++ b/spss/handbook/clients/webservice/pom.xml
@@ -58,7 +58,7 @@
<artifactId>log4j</artifactId>
</dependency>
<dependency>
- <groupId>postgresql</groupId>
+ <groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
</dependency>
<dependency>