jzy3d-api/jzy3d-tester/pom.xml

29 lines
818 B
XML
Raw Normal View History

<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">
2018-02-24 13:15:36 -08:00
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.jzy3d</groupId>
2020-10-18 16:00:45 -07:00
<artifactId>jzy3d-all</artifactId>
<version>2.2.1-SNAPSHOT</version>
2018-02-24 13:15:36 -08:00
</parent>
<artifactId>jzy3d-tester</artifactId>
<name>Jzy3d Tester</name>
2018-02-24 13:15:36 -08:00
<dependencies>
2018-02-24 13:15:36 -08:00
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>jzy3d-core-awt</artifactId>
2018-02-24 13:15:36 -08:00
<version>${project.version}</version>
</dependency>
2021-01-11 13:20:04 -08:00
2018-02-24 13:15:36 -08:00
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>compile</scope> <!-- Provide junit also for main classes of this module -->
2020-11-03 12:55:26 -08:00
</dependency>
2018-02-24 13:15:36 -08:00
</dependencies>
</project>