249 lines
9.0 KiB
XML
249 lines
9.0 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<groupId>id.co.gtc</groupId>
|
|
<artifactId>ErhaCam</artifactId>
|
|
<version>1.0-SNAPSHOT</version>
|
|
<name>ErhaCam</name>
|
|
|
|
<properties>
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
<junit.version>5.10.2</junit.version>
|
|
</properties>
|
|
|
|
<dependencies>
|
|
<dependency>
|
|
<groupId>org.openjfx</groupId>
|
|
<artifactId>javafx-controls</artifactId>
|
|
<version>21</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.openjfx</groupId>
|
|
<artifactId>javafx-fxml</artifactId>
|
|
<version>21</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.controlsfx</groupId>
|
|
<artifactId>controlsfx</artifactId>
|
|
<version>11.2.1</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.junit.jupiter</groupId>
|
|
<artifactId>junit-jupiter-api</artifactId>
|
|
<version>${junit.version}</version>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.bytedeco</groupId>
|
|
<artifactId>javacv-platform</artifactId>
|
|
<version>1.5.10</version>
|
|
<exclusions>
|
|
<exclusion>
|
|
<groupId>org.bytedeco</groupId>
|
|
<artifactId>leptonica-platform</artifactId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<groupId>org.bytedeco</groupId>
|
|
<artifactId>artoolkitplus-platform</artifactId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<groupId>org.bytedeco</groupId>
|
|
<artifactId>libdc1394-platform</artifactId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<groupId>org.bytedeco</groupId>
|
|
<artifactId>libfreenect-platform</artifactId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<groupId>org.bytedeco</groupId>
|
|
<artifactId>libfreenect2-platform</artifactId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<groupId>org.bytedeco</groupId>
|
|
<artifactId>flycapture-platform</artifactId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<groupId>org.bytedeco</groupId>
|
|
<artifactId>librealsense-platform</artifactId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<groupId>org.bytedeco</groupId>
|
|
<artifactId>librealsense2-platform</artifactId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<groupId>org.bytedeco</groupId>
|
|
<artifactId>tesseract-platform</artifactId>
|
|
</exclusion>
|
|
<!-- platform dibuangin semua, kemudian tambah sendiri linux-arm64, windows-x86_64, linux-x86_64 -->
|
|
<exclusion>
|
|
<groupId>org.bytedeco</groupId>
|
|
<artifactId>flandmark-platform</artifactId>
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
<groupId>org.bytedeco</groupId>
|
|
<artifactId>openblas-platform</artifactId>
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
<groupId>org.bytedeco</groupId>
|
|
<artifactId>ffmpeg-platform</artifactId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<groupId>org.bytedeco</groupId>
|
|
<artifactId>videoinput-platform</artifactId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<groupId>org.bytedeco</groupId>
|
|
<artifactId>javacpp-platform</artifactId>
|
|
</exclusion>
|
|
<exclusion>
|
|
<groupId>org.bytedeco</groupId>
|
|
<artifactId>opencv-platform</artifactId>
|
|
</exclusion>
|
|
|
|
</exclusions>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>org.bytedeco</groupId>
|
|
<artifactId>videoinput</artifactId>
|
|
<version>0.200-1.5.9</version>
|
|
<classifier>windows-x86_64</classifier>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.bytedeco</groupId>
|
|
<artifactId>ffmpeg</artifactId>
|
|
<version>6.1.1-1.5.10</version>
|
|
<classifier>windows-x86_64</classifier>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.bytedeco</groupId>
|
|
<artifactId>opencv</artifactId>
|
|
<version>4.9.0-1.5.10</version>
|
|
<classifier>windows-x86_64</classifier>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.bytedeco</groupId>
|
|
<artifactId>javacpp</artifactId>
|
|
<version>1.5.10</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.bytedeco</groupId>
|
|
<artifactId>javacpp</artifactId>
|
|
<version>1.5.10</version>
|
|
<classifier>windows-x86_64</classifier>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.bytedeco</groupId>
|
|
<artifactId>openblas</artifactId>
|
|
<version>0.3.26-1.5.10</version>
|
|
<classifier>windows-x86_64</classifier>
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
<groupId>commons-net</groupId>
|
|
<artifactId>commons-net</artifactId>
|
|
<version>3.11.1</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.google.code.gson</groupId>
|
|
<artifactId>gson</artifactId>
|
|
<version>2.11.0</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.google.zxing</groupId>
|
|
<artifactId>core</artifactId>
|
|
<version>3.5.3</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>com.google.zxing</groupId>
|
|
<artifactId>javase</artifactId>
|
|
<version>3.5.3</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>net.java.dev.jna</groupId>
|
|
<artifactId>jna</artifactId>
|
|
<version>5.15.0</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.slf4j</groupId>
|
|
<artifactId>slf4j-jcl</artifactId>
|
|
<version>1.7.36</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>org.tinylog</groupId>
|
|
<artifactId>tinylog-api</artifactId>
|
|
<version>2.7.0</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.tinylog</groupId>
|
|
<artifactId>tinylog-impl</artifactId>
|
|
<version>2.7.0</version>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.xerial</groupId>
|
|
<artifactId>sqlite-jdbc</artifactId>
|
|
<version>3.46.0.0</version>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>org.junit.jupiter</groupId>
|
|
<artifactId>junit-jupiter-engine</artifactId>
|
|
<version>${junit.version}</version>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
<dependency>
|
|
<groupId>org.projectlombok</groupId>
|
|
<artifactId>lombok</artifactId>
|
|
<version>1.18.30</version>
|
|
</dependency>
|
|
|
|
|
|
</dependencies>
|
|
|
|
<build>
|
|
<sourceDirectory>src/main/java</sourceDirectory>
|
|
<resources>
|
|
<resource>
|
|
<directory>src/main/resources</directory>
|
|
</resource>
|
|
</resources>
|
|
<plugins>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
<version>3.13.0</version>
|
|
<configuration>
|
|
<source>21</source>
|
|
<target>21</target>
|
|
</configuration>
|
|
</plugin>
|
|
<plugin>
|
|
<groupId>org.openjfx</groupId>
|
|
<artifactId>javafx-maven-plugin</artifactId>
|
|
<version>0.0.8</version>
|
|
<executions>
|
|
<execution>
|
|
<!-- Default configuration for running with: mvn clean javafx:run -->
|
|
<id>default-cli</id>
|
|
<configuration>
|
|
<mainClass>id.co.gtc.erhacam/id.co.gtc.erhacam.MainApplication</mainClass>
|
|
<launcher>ErhaCam</launcher>
|
|
<jlinkZipName>ErhaCam</jlinkZipName>
|
|
<jlinkImageName>ErhaCam</jlinkImageName>
|
|
<noManPages>true</noManPages>
|
|
<stripDebug>true</stripDebug>
|
|
<noHeaderFiles>true</noHeaderFiles>
|
|
</configuration>
|
|
</execution>
|
|
</executions>
|
|
</plugin>
|
|
</plugins>
|
|
</build>
|
|
</project> |