Fix some pom.xml details
This commit is contained in:
parent
efb8c4fd71
commit
71cf60f42f
13
pom.xml
13
pom.xml
|
@ -21,8 +21,7 @@
|
|||
|
||||
<driver.webcam-capture.version>0.3.13-SNAPSHOT</driver.webcam-capture.version>
|
||||
<driver.aalto-xml.version>1.3.0</driver.aalto-xml.version>
|
||||
<driver.commons-lang3.version>3.12.0</driver.commons-lang3.version>
|
||||
|
||||
|
||||
<driver.javafx.version>16</driver.javafx.version>
|
||||
|
||||
<!-- Plugins versions -->
|
||||
|
@ -288,6 +287,16 @@
|
|||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<version>${driver.maven-compiler-plugin.version}</version>
|
||||
<configuration>
|
||||
<source>${java.version}</source>
|
||||
<target>${java.version}</target>
|
||||
<release>${java.version}</release><!-- Ensure Java version compatibility by checking APIs used -->
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
|
|
Loading…
Reference in New Issue