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 @@ ...@@ -48,9 +48,7 @@
<artifactId>maven-compiler-plugin</artifactId> <artifactId>maven-compiler-plugin</artifactId>
<version>3.13.0</version> <version>3.13.0</version>
<configuration> <configuration>
<source>17</source> <!--compilerId>eclipse</compilerId-->
<target>17</target>
<compilerId>eclipse</compilerId>
<showWarnings>true</showWarnings> <showWarnings>true</showWarnings>
<showDeprecation>true</showDeprecation> <showDeprecation>true</showDeprecation>
</configuration> </configuration>
...@@ -93,9 +91,9 @@ ...@@ -93,9 +91,9 @@
<version>2.15.0</version> <version>2.15.0</version>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.codehaus.plexus</groupId> <groupId>org.openjfx</groupId>
<artifactId>plexus-compiler-eclipse</artifactId> <artifactId>javafx-maven-plugin</artifactId>
<version>2.15.0</version> <version>0.0.8</version>
</plugin> </plugin>
</plugins> </plugins>
</build> </build>
...@@ -272,6 +270,21 @@ ...@@ -272,6 +270,21 @@
<version>4.6.1</version> <version>4.6.1</version>
<scope>test</scope> <scope>test</scope>
</dependency> </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> </dependencies>
<modules> <modules>
<module>CityDoctorModel</module> <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