raytracer-java/pom.xml

313 lines
6.4 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2021-09-30 22:43:50 -04:00
<modelVersion>4.0.0</modelVersion>
2021-09-30 22:43:50 -04:00
<groupId>com.twistdroach.raytraycer</groupId>
2021-09-30 22:43:50 -04:00
<artifactId>parent-project</artifactId>
2021-09-30 22:43:50 -04:00
<version>1.0-SNAPSHOT</version>
2021-09-30 22:43:50 -04:00
<name>parent-project</name>
2021-09-30 22:43:50 -04:00
<!-- FIXME change it to the project's website -->
2021-09-30 22:43:50 -04:00
<url>http://www.example.com</url>
2021-09-30 22:43:50 -04:00
<properties>
2021-09-30 22:43:50 -04:00
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2021-09-30 22:43:50 -04:00
2021-09-06 00:00:59 -04:00
<maven.compiler.source>11</maven.compiler.source>
2021-09-30 22:43:50 -04:00
<maven.compiler.target>11</maven.compiler.target>
2021-09-30 22:43:50 -04:00
<java.version>11</java.version>
2021-09-30 22:43:50 -04:00
2021-09-06 00:00:59 -04:00
</properties>
2021-09-30 22:43:50 -04:00
<repositories>
2021-09-30 22:43:50 -04:00
<repository>
2021-09-30 22:43:50 -04:00
<id>jitpack.io</id>
2021-09-30 22:43:50 -04:00
<url>https://jitpack.io</url>
2021-09-30 22:43:50 -04:00
</repository>
2021-09-30 22:43:50 -04:00
</repositories>
2021-09-30 22:43:50 -04:00
<dependencies>
2021-09-30 22:43:50 -04:00
<dependency>
2021-09-30 22:43:50 -04:00
2021-09-06 00:00:59 -04:00
<groupId>org.junit.jupiter</groupId>
2021-09-30 22:43:50 -04:00
2021-09-06 00:00:59 -04:00
<artifactId>junit-jupiter-api</artifactId>
2021-09-30 22:43:50 -04:00
2021-09-06 00:00:59 -04:00
<version>5.7.2</version>
2021-09-30 22:43:50 -04:00
<scope>test</scope>
2021-09-30 22:43:50 -04:00
</dependency>
2021-09-30 22:43:50 -04:00
2021-09-06 00:00:59 -04:00
<dependency>
2021-09-30 22:43:50 -04:00
<groupId>org.junit.jupiter</groupId>
2021-09-30 22:43:50 -04:00
<artifactId>junit-jupiter-engine</artifactId>
2021-09-30 22:43:50 -04:00
<version>5.7.2</version>
2021-09-30 22:43:50 -04:00
<scope>test</scope>
2021-09-30 22:43:50 -04:00
</dependency>
2021-09-30 22:43:50 -04:00
<dependency>
2021-09-30 22:43:50 -04:00
<groupId>org.junit.jupiter</groupId>
2021-09-30 22:43:50 -04:00
<artifactId>junit-jupiter-params</artifactId>
2021-09-30 22:43:50 -04:00
<version>5.7.2</version>
2021-09-30 22:43:50 -04:00
<scope>test</scope>
2021-09-30 22:43:50 -04:00
2021-09-06 00:00:59 -04:00
</dependency>
2021-09-30 22:43:50 -04:00
2021-09-06 00:00:59 -04:00
<dependency>
2021-09-30 22:43:50 -04:00
<groupId>org.junit.platform</groupId>
2021-09-30 22:43:50 -04:00
<artifactId>junit-platform-runner</artifactId>
2021-09-30 22:43:50 -04:00
<version>1.7.2</version>
2021-09-30 22:43:50 -04:00
<scope>test</scope>
2021-09-30 22:43:50 -04:00
</dependency>
2021-09-30 22:43:50 -04:00
2021-09-06 00:00:59 -04:00
<dependency>
2021-09-30 22:43:50 -04:00
<groupId>org.junit.platform</groupId>
2021-09-30 22:43:50 -04:00
<artifactId>junit-platform-launcher</artifactId>
2021-09-30 22:43:50 -04:00
<version>1.7.2</version>
2021-09-30 22:43:50 -04:00
<scope>test</scope>
2021-09-30 22:43:50 -04:00
2021-09-06 00:00:59 -04:00
</dependency>
2021-09-30 22:43:50 -04:00
2021-09-06 00:00:59 -04:00
<dependency>
2021-09-30 22:43:50 -04:00
<groupId>com.fifesoft</groupId>
2021-09-30 22:43:50 -04:00
<artifactId>rsyntaxtextarea</artifactId>
2021-09-30 22:43:50 -04:00
<version>3.1.3</version>
2021-09-30 22:43:50 -04:00
2021-09-06 00:00:59 -04:00
</dependency>
2021-09-30 22:43:50 -04:00
2021-09-27 21:38:59 -04:00
<dependency>
2021-09-30 22:43:50 -04:00
<groupId>com.google.guava</groupId>
2021-09-30 22:43:50 -04:00
<artifactId>guava</artifactId>
2021-09-30 22:43:50 -04:00
<version>32.0.0-jre</version>
2021-09-30 22:43:50 -04:00
</dependency>
2021-09-30 22:43:50 -04:00
2021-09-06 00:00:59 -04:00
<dependency>
2021-09-30 22:43:50 -04:00
<groupId>io.dropwizard.metrics</groupId>
2021-09-30 22:43:50 -04:00
<artifactId>metrics-core</artifactId>
2021-09-30 22:43:50 -04:00
<version>4.2.3</version>
2021-09-30 22:43:50 -04:00
2021-09-06 00:00:59 -04:00
</dependency>
2021-09-30 22:43:50 -04:00
<dependency>
2021-09-30 22:43:50 -04:00
<groupId>org.apache.commons</groupId>
2021-09-30 22:43:50 -04:00
<artifactId>commons-math3</artifactId>
2021-09-30 22:43:50 -04:00
<version>3.6.1</version>
2021-09-30 22:43:50 -04:00
2021-09-06 00:00:59 -04:00
</dependency>
2021-09-30 22:43:50 -04:00
2021-09-06 00:00:59 -04:00
<dependency>
2021-09-30 22:43:50 -04:00
<groupId>org.projectlombok</groupId>
2021-09-30 22:43:50 -04:00
<artifactId>lombok</artifactId>
2021-09-30 22:43:50 -04:00
<version>1.18.20</version>
2021-09-30 22:43:50 -04:00
<scope>provided</scope>
2021-09-30 22:43:50 -04:00
2021-09-06 00:00:59 -04:00
</dependency>
2021-09-30 22:43:50 -04:00
2021-09-06 00:00:59 -04:00
<dependency>
2021-09-30 22:43:50 -04:00
<groupId>ch.qos.logback</groupId>
2021-09-30 22:43:50 -04:00
<artifactId>logback-classic</artifactId>
2021-09-30 22:43:50 -04:00
<version>1.2.5</version>
2021-09-30 22:43:50 -04:00
2021-09-06 00:00:59 -04:00
</dependency>
2021-09-30 22:43:50 -04:00
2021-09-27 21:38:59 -04:00
<dependency>
2021-09-30 22:43:50 -04:00
<groupId>com.github.mokiat</groupId>
2021-09-30 22:43:50 -04:00
<artifactId>java-data-front</artifactId>
2021-09-30 22:43:50 -04:00
<version>v2.0.0</version>
2021-09-30 22:43:50 -04:00
</dependency>
2021-09-30 22:43:50 -04:00
</dependencies>
2021-09-30 22:43:50 -04:00
<packaging>pom</packaging>
2021-09-30 22:43:50 -04:00
<build>
2021-09-30 22:43:50 -04:00
<pluginManagement>
2021-09-30 22:43:50 -04:00
<plugins>
2021-09-30 22:43:50 -04:00
<plugin>
2021-09-30 22:43:50 -04:00
<artifactId>maven-clean-plugin</artifactId>
2021-09-30 22:43:50 -04:00
<version>3.1.0</version>
2021-09-30 22:43:50 -04:00
</plugin>
2021-09-30 22:43:50 -04:00
<plugin>
2021-09-30 22:43:50 -04:00
<artifactId>maven-resources-plugin</artifactId>
2021-09-30 22:43:50 -04:00
<version>3.0.2</version>
2021-09-30 22:43:50 -04:00
</plugin>
2021-09-30 22:43:50 -04:00
<plugin>
2021-09-30 22:43:50 -04:00
<artifactId>maven-compiler-plugin</artifactId>
2021-09-30 22:43:50 -04:00
<version>3.8.0</version>
2021-09-30 22:43:50 -04:00
</plugin>
2021-09-30 22:43:50 -04:00
<plugin>
2021-09-30 22:43:50 -04:00
<artifactId>maven-surefire-plugin</artifactId>
2021-09-30 22:43:50 -04:00
<version>2.22.1</version>
2021-09-30 22:43:50 -04:00
</plugin>
2021-09-30 22:43:50 -04:00
<plugin>
2021-09-30 22:43:50 -04:00
<artifactId>maven-jar-plugin</artifactId>
2021-09-30 22:43:50 -04:00
<version>3.0.2</version>
2021-09-30 22:43:50 -04:00
</plugin>
2021-09-30 22:43:50 -04:00
<plugin>
2021-09-30 22:43:50 -04:00
<artifactId>maven-assembly-plugin</artifactId>
2021-09-30 22:43:50 -04:00
<version>3.3.0</version>
2021-09-30 22:43:50 -04:00
</plugin>
2021-09-30 22:43:50 -04:00
<plugin>
2021-09-30 22:43:50 -04:00
<artifactId>maven-install-plugin</artifactId>
2021-09-30 22:43:50 -04:00
<version>2.5.2</version>
2021-09-30 22:43:50 -04:00
</plugin>
2021-09-30 22:43:50 -04:00
<plugin>
2021-09-30 22:43:50 -04:00
<artifactId>maven-deploy-plugin</artifactId>
2021-09-30 22:43:50 -04:00
<version>2.8.2</version>
2021-09-30 22:43:50 -04:00
</plugin>
2021-09-30 22:43:50 -04:00
<plugin>
2021-09-30 22:43:50 -04:00
<artifactId>maven-site-plugin</artifactId>
2021-09-30 22:43:50 -04:00
<version>3.7.1</version>
2021-09-30 22:43:50 -04:00
</plugin>
2021-09-30 22:43:50 -04:00
<plugin>
2021-09-30 22:43:50 -04:00
<artifactId>maven-project-info-reports-plugin</artifactId>
2021-09-30 22:43:50 -04:00
<version>3.0.0</version>
2021-09-30 22:43:50 -04:00
</plugin>
2021-09-30 22:43:50 -04:00
</plugins>
2021-09-30 22:43:50 -04:00
</pluginManagement>
2021-09-30 22:43:50 -04:00
</build>
2021-09-30 22:43:50 -04:00
<modules>
2021-09-30 22:43:50 -04:00
<module>core</module>
2021-09-30 22:43:50 -04:00
<module>swingui</module>
2021-09-30 22:43:50 -04:00
<module>worker</module>
</modules>
2021-09-30 22:43:50 -04:00
</project>