Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CityDoctor
CityDoctor2
Commits
a2666147
Commit
a2666147
authored
3 months ago
by
Riegel
Browse files
Options
Download
Email Patches
Plain Diff
Build: Update proj4j artifact to latest version
parent
5a0c4001
master
dev
dev_gui_features_zip_loading
3.17.0
archive/dev_gui_features_zip_loading
2 merge requests
!28
Version 3.17.0 Release
,
!26
Add ZIP-archive support
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CityDoctorParent/CityDoctorModel/pom.xml
+4
-0
CityDoctorParent/CityDoctorModel/pom.xml
CityDoctorParent/pom.xml
+6
-1
CityDoctorParent/pom.xml
with
10 additions
and
1 deletion
+10
-1
CityDoctorParent/CityDoctorModel/pom.xml
+
4
-
0
View file @
a2666147
...
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
CityDoctorParent/pom.xml
+
6
-
1
View file @
a2666147
...
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets