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
c049d8db
Commit
c049d8db
authored
7 months ago
by
Riegel
Browse files
Options
Download
Email Patches
Plain Diff
Update JavaFX plugin to fix build-failure of binaries
parent
97a65114
master
107-opengl-view
dev
dev_bht
dev_cpp_code_conversion
dev_gui_features
dev_gui_features_zip_loading
dev_visitor_rework
3.17.1
3.17.0
3.16.0
3.15.0
archive/dev_gui_features_zip_loading
archive/dev_citygml3
1 merge request
!9
Update dev
Pipeline
#10111
passed with stage
in 6 minutes and 5 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CityDoctorParent/pom.xml
+7
-6
CityDoctorParent/pom.xml
with
7 additions
and
6 deletions
+7
-6
CityDoctorParent/pom.xml
+
7
-
6
View file @
c049d8db
...
...
@@ -16,6 +16,7 @@
<nonMavenLibsPath>
${project.baseUri}../non-maven-libs
</nonMavenLibsPath>
<jre-version-short>
17.0.10
</jre-version-short>
<jre-version>
${jre-version-short}+13
</jre-version>
<jfx-version>
17.0.12
</jfx-version>
</properties>
<repositories>
<repository>
...
...
@@ -79,17 +80,17 @@
<dependency>
<groupId>
org.openjfx
</groupId>
<artifactId>
javafx-controls
</artifactId>
<version>
17.0.2
</version>
<version>
${jfx-version}
</version>
</dependency>
<dependency>
<groupId>
org.openjfx
</groupId>
<artifactId>
javafx-fxml
</artifactId>
<version>
17.0.2
</version>
<version>
${jfx-version}
</version>
</dependency>
<dependency>
<groupId>
org.openjfx
</groupId>
<artifactId>
javafx-swing
</artifactId>
<version>
17.0.2
</version>
<version>
${jfx-version}
</version>
</dependency>
<dependency>
<groupId>
de.hft.stuttgart
</groupId>
...
...
@@ -244,17 +245,17 @@
<dependency>
<groupId>
org.openjfx
</groupId>
<artifactId>
javafx-controls
</artifactId>
<version>
17.0.2
</version>
<version>
${jfx-version}
</version>
</dependency>
<dependency>
<groupId>
org.openjfx
</groupId>
<artifactId>
javafx-fxml
</artifactId>
<version>
17.0.2
</version>
<version>
${jfx-version}
</version>
</dependency>
<dependency>
<groupId>
org.openjfx
</groupId>
<artifactId>
javafx-swing
</artifactId>
<version>
17.0.2
</version>
<version>
${jfx-version}
</version>
</dependency>
</dependencies>
<modules>
...
...
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