-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
60 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,9 +9,9 @@ | |
<name>PapARt</name> | ||
<description>Paper Augmented Reality Toolkit</description> | ||
<url>https://github.com/natar-io/PapARt</url> | ||
<repositories> | ||
|
||
|
||
<repositories> | ||
<repository> | ||
<id>clojars.org</id> | ||
<url>https://repo.clojars.org/</url> | ||
|
@@ -21,7 +21,7 @@ | |
<id>ossrh</id> | ||
<url>https://oss.sonatype.org/content/repositories/snapshots</url> | ||
</repository> | ||
|
||
<repository> | ||
<id>central</id> | ||
<name>Maven Repository Switchboard</name> | ||
|
@@ -32,38 +32,38 @@ | |
</snapshots> | ||
</repository> | ||
</repositories> | ||
|
||
<licenses> | ||
<license> | ||
<name> GNU Lesser General Public License version 2 (LGPLv2)</name> | ||
<url>https://www.gnu.org/licenses/lgpl.html</url> | ||
<distribution>repo</distribution> | ||
</license> | ||
</licenses> | ||
|
||
<developers> | ||
<developer> | ||
<name>Jeremy Laviole</name> | ||
<email>[email protected]</email> | ||
</developer> | ||
</developers> | ||
|
||
|
||
<properties> | ||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | ||
<maven.build.timestamp.format>yyyyMMddhhmm</maven.build.timestamp.format> | ||
<javacpp.version>1.5.7</javacpp.version> | ||
</properties> | ||
|
||
<dependencies> | ||
|
||
<!--Experimantal PCA library--> | ||
<dependency> | ||
<groupId>com.mkobos</groupId> | ||
<artifactId>pca_transform</artifactId> | ||
<version>1.0.2</version> | ||
</dependency> | ||
|
||
<dependency> | ||
<groupId>redis.clients</groupId> | ||
<artifactId>jedis</artifactId> | ||
|
@@ -76,14 +76,14 @@ | |
<artifactId>commons-exec</artifactId> | ||
<version>1.3</version> | ||
</dependency> | ||
|
||
<dependency> | ||
<groupId>org.openni</groupId> | ||
<artifactId>OpenNI</artifactId> | ||
<version>2.3.1</version> | ||
</dependency> | ||
|
||
|
||
<dependency> | ||
<groupId>tech.lity.rea</groupId> | ||
<artifactId>ColorConverter</artifactId> | ||
|
@@ -101,8 +101,8 @@ | |
<version>2.3</version> | ||
<scope>runtime</scope> | ||
</dependency>--> | ||
|
||
|
||
<!--We distribute with PapARt--> | ||
<dependency> | ||
<groupId>org.reflections</groupId> | ||
|
@@ -123,19 +123,19 @@ | |
<artifactId>jogl</artifactId> | ||
<version>2.3.2</version> | ||
</dependency> | ||
|
||
<dependency> | ||
<groupId>org.jogamp.jogl</groupId> | ||
<artifactId>jogl-all</artifactId> | ||
<version>2.3.2</version> | ||
</dependency> | ||
|
||
<dependency> | ||
<groupId>org.jogamp.gluegen</groupId> | ||
<artifactId>gluegen-rt-main</artifactId> | ||
<version>2.3.2</version> | ||
</dependency> | ||
|
||
<!-- <dependency> | ||
<groupId>org.jogamp.jogl</groupId> | ||
<artifactId>newt-main</artifactId> | ||
|
@@ -147,95 +147,95 @@ | |
<artifactId>nativewindow-main</artifactId> | ||
<version>2.3.2</version> | ||
</dependency>--> | ||
|
||
<!--Processing Video--> | ||
<dependency> | ||
<groupId>org.processing</groupId> | ||
<artifactId>video</artifactId> | ||
<version>3.2.3</version> | ||
</dependency> | ||
|
||
|
||
<dependency> | ||
<groupId>com.googlecode.gstreamer-java</groupId> | ||
<artifactId>gstreamer-java</artifactId> | ||
<version>1.5</version> | ||
</dependency> | ||
|
||
<!-- Processing libraries --> | ||
<!--We package and distribute--> | ||
|
||
<!--We package and distribute--> | ||
<dependency> | ||
<groupId>tech.lity.rea</groupId> | ||
<artifactId>SVGExtended</artifactId> | ||
<version>3.3.7.2</version> | ||
<version>3.3.7.3</version> | ||
</dependency> | ||
<!--We package and distribute--> | ||
|
||
<!--We package and distribute--> | ||
<dependency> | ||
<groupId>fr.inria.potioc</groupId> | ||
<artifactId>ProcessingTUIO</artifactId> | ||
<version>1.1.0</version> | ||
</dependency> | ||
|
||
<!--We package and distribute--> | ||
<dependency> | ||
<groupId>de.sojamo</groupId> | ||
<artifactId>oscp5</artifactId> | ||
<version>0.9.8</version> | ||
</dependency> | ||
|
||
<!--Toxiclibs already packaged, we distribute --> | ||
<dependency> | ||
<groupId>org.clojars.hozumi</groupId> | ||
<artifactId>toxiclibscore</artifactId> | ||
<version>0022</version> | ||
</dependency> | ||
<!--We package and distribute--> | ||
|
||
<!--We package and distribute--> | ||
<dependency> | ||
<groupId>tech.lity.rea</groupId> | ||
<artifactId>skatolo</artifactId> | ||
<version>1.1</version> | ||
</dependency> | ||
|
||
|
||
<!--JavaCPP-presets et JavaCV --> | ||
<!--We package and distribute--> | ||
<!--We package and distribute--> | ||
|
||
<dependency> | ||
<groupId>org.bytedeco</groupId> | ||
<artifactId>javacv</artifactId> | ||
<version>${javacpp.version}</version> | ||
</dependency> | ||
|
||
<dependency> | ||
<groupId>org.bytedeco</groupId> | ||
<artifactId>javacv-platform</artifactId> | ||
<version>${javacpp.version}</version> | ||
<scope>runtime</scope> | ||
</dependency> | ||
|
||
<dependency> | ||
<groupId>org.bytedeco</groupId> | ||
<artifactId>javacpp</artifactId> | ||
<version>${javacpp.version}</version> | ||
</dependency> | ||
|
||
<!-- Inport code taken from JavaCV--> | ||
|
||
<dependency> | ||
<groupId>org.bytedeco</groupId> | ||
<artifactId>opencv</artifactId> | ||
<version>4.5.5-${javacpp.version}</version> | ||
</dependency> | ||
|
||
<dependency> | ||
<groupId>org.bytedeco</groupId> | ||
<artifactId>opencv-platform</artifactId> | ||
<version>4.5.5-1.5.7</version> | ||
</dependency> | ||
|
||
<dependency> | ||
<groupId>org.bytedeco</groupId> | ||
<artifactId>ffmpeg-platform</artifactId> | ||
|
@@ -258,13 +258,13 @@ | |
<artifactId>libfreenect-platform</artifactId> | ||
<version>0.5.7-${javacpp.version}</version> | ||
</dependency> | ||
|
||
<dependency> | ||
<groupId>org.bytedeco</groupId> | ||
<artifactId>libfreenect2</artifactId> | ||
<version>0.2.0-${javacpp.version}</version> | ||
</dependency> | ||
|
||
<dependency> | ||
<groupId>org.bytedeco</groupId> | ||
<artifactId>librealsense-platform</artifactId> | ||
|
@@ -274,7 +274,7 @@ | |
<groupId>org.bytedeco</groupId> | ||
<artifactId>videoinput</artifactId> | ||
<version>0.200-${javacpp.version}</version> | ||
</dependency> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.bytedeco</groupId> | ||
<artifactId>artoolkitplus-platform</artifactId> | ||
|
@@ -285,18 +285,18 @@ | |
<artifactId>flandmark</artifactId> | ||
<version>1.07-${javacpp.version}</version> | ||
</dependency> | ||
<!--Tests no packaging no distribution --> | ||
|
||
<!--Tests no packaging no distribution --> | ||
<dependency> | ||
<groupId>junit</groupId> | ||
<artifactId>junit</artifactId> | ||
<version>4.7</version> | ||
<scope>test</scope> | ||
</dependency> | ||
|
||
|
||
</dependencies> | ||
|
||
<reporting> | ||
<plugins> | ||
<plugin> | ||
|
@@ -311,7 +311,7 @@ | |
</plugin> | ||
</plugins> | ||
</reporting> | ||
|
||
<build> | ||
<sourceDirectory>src</sourceDirectory> | ||
<testSourceDirectory>test</testSourceDirectory> | ||
|
@@ -324,8 +324,8 @@ | |
<version>3.0.0</version> | ||
</extension> | ||
</extensions> | ||
<plugins> | ||
|
||
<plugins> | ||
<plugin> | ||
<artifactId>maven-dependency-plugin</artifactId> | ||
<version>3.3.0</version> | ||
|
@@ -341,16 +341,16 @@ | |
</execution> | ||
</executions> | ||
</plugin> | ||
|
||
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-jar-plugin</artifactId> | ||
<version>3.2.2</version> | ||
<configuration> | ||
<finalName>PapARt</finalName> | ||
<finalName>PapARt</finalName> | ||
</configuration> | ||
</plugin> | ||
</plugin> | ||
|
||
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-compiler-plugin</artifactId> | ||
|
@@ -361,9 +361,9 @@ | |
</configuration> | ||
</plugin> | ||
</plugins> | ||
|
||
<resources> | ||
|
||
<resource> | ||
<directory>src</directory> | ||
<includes> | ||
|
@@ -374,10 +374,10 @@ | |
</resource> | ||
</resources> | ||
</build> | ||
|
||
|
||
<profiles> | ||
|
||
<!-- If someone knows a better way to do this, please do let me know! --> | ||
<!--From JavaCPP presets--> | ||
<profile> | ||
|