diff --git a/CityDoctorParent/CityDoctorModel/pom.xml b/CityDoctorParent/CityDoctorModel/pom.xml index 9a8cabde9c347068750a6427ea758b29301f14de..fb82f40b1c14ec2910daa56677867070ceed79aa 100644 --- a/CityDoctorParent/CityDoctorModel/pom.xml +++ b/CityDoctorParent/CityDoctorModel/pom.xml @@ -58,6 +58,10 @@ <groupId>org.locationtech.proj4j</groupId> <artifactId>proj4j</artifactId> </dependency> + <dependency> + <groupId>org.locationtech.proj4j</groupId> + <artifactId>proj4j-epsg</artifactId> + </dependency> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> diff --git a/CityDoctorParent/pom.xml b/CityDoctorParent/pom.xml index 60fc050dc22feb57e207b933fcad5e15298e64b3..44b554215385c415bd325cf2b0745c54cba491b8 100644 --- a/CityDoctorParent/pom.xml +++ b/CityDoctorParent/pom.xml @@ -198,7 +198,12 @@ <dependency> <groupId>org.locationtech.proj4j</groupId> <artifactId>proj4j</artifactId> - <version>1.1.5</version> + <version>1.3.0</version> + </dependency> + <dependency> + <groupId>org.locationtech.proj4j</groupId> + <artifactId>proj4j-epsg</artifactId> + <version>1.3.0</version> </dependency> <dependency> <groupId>org.hibernate</groupId>