Commit 194a0da2 authored by Riegel's avatar Riegel
Browse files

Adjusted pom.xml

parent 1509d838
Pipeline #10044 passed with stage
in 1 minute and 35 seconds
......@@ -48,9 +48,7 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.13.0</version>
<configuration>
<source>17</source>
<target>17</target>
<compilerId>eclipse</compilerId>
<!--compilerId>eclipse</compilerId-->
<showWarnings>true</showWarnings>
<showDeprecation>true</showDeprecation>
</configuration>
......@@ -93,9 +91,9 @@
<version>2.15.0</version>
</plugin>
<plugin>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-compiler-eclipse</artifactId>
<version>2.15.0</version>
<groupId>org.openjfx</groupId>
<artifactId>javafx-maven-plugin</artifactId>
<version>0.0.8</version>
</plugin>
</plugins>
</build>
......@@ -272,6 +270,21 @@
<version>4.6.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-controls</artifactId>
<version>17.0.2</version>
</dependency>
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-fxml</artifactId>
<version>17.0.2</version>
</dependency>
<dependency>
<groupId>org.openjfx</groupId>
<artifactId>javafx-swing</artifactId>
<version>17.0.2</version>
</dependency>
</dependencies>
<modules>
<module>CityDoctorModel</module>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment