Skip to content

Commit

Permalink
update to SVGExtended 3.3.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
poqudrof committed Apr 4, 2022
1 parent f033ff4 commit 89bdbd4
Showing 1 changed file with 60 additions and 60 deletions.
120 changes: 60 additions & 60 deletions papart/pom.xml
Expand Up @@ -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>
Expand All @@ -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>
Expand All @@ -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>poqudrof@gmail.com</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>
Expand All @@ -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>
Expand All @@ -101,8 +101,8 @@
<version>2.3</version>
<scope>runtime</scope>
</dependency>-->


<!--We distribute with PapARt-->
<dependency>
<groupId>org.reflections</groupId>
Expand All @@ -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>
Expand All @@ -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>
Expand All @@ -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>
Expand All @@ -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>
Expand All @@ -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>
Expand All @@ -311,7 +311,7 @@
</plugin>
</plugins>
</reporting>

<build>
<sourceDirectory>src</sourceDirectory>
<testSourceDirectory>test</testSourceDirectory>
Expand All @@ -324,8 +324,8 @@
<version>3.0.0</version>
</extension>
</extensions>
<plugins>

<plugins>
<plugin>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.3.0</version>
Expand All @@ -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>
Expand All @@ -361,9 +361,9 @@
</configuration>
</plugin>
</plugins>

<resources>

<resource>
<directory>src</directory>
<includes>
Expand All @@ -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>
Expand Down

0 comments on commit 89bdbd4

Please sign in to comment.