From 8a13680ec0cd9c54c97a63ce480235500e9835d5 Mon Sep 17 00:00:00 2001 From: Bartosz Firyn Date: Tue, 23 Sep 2014 18:57:10 +0200 Subject: [PATCH] Fix dependencies, upgrade plugins --- .../driver-openimaj/pom.xml | 19 ++- .../webcam-capture-applet/pom.xml | 5 +- .../webcam-capture-detect-face/pom.xml | 112 ++++++++++++++++++ 3 files changed, 133 insertions(+), 3 deletions(-) diff --git a/webcam-capture-drivers/driver-openimaj/pom.xml b/webcam-capture-drivers/driver-openimaj/pom.xml index 8da15450..7bb4545a 100644 --- a/webcam-capture-drivers/driver-openimaj/pom.xml +++ b/webcam-capture-drivers/driver-openimaj/pom.xml @@ -24,8 +24,9 @@ org.openimaj core-video-capture 1.3 + + - jama jama @@ -106,6 +107,22 @@ org.apache.httpcomponents httpclient + + net.sourceforge.jmatio + jmatio + + + com.caffeineowl.graphics + BezierUtils + + + javax.media + jai-core + + + com.sun.media + jai-codec + diff --git a/webcam-capture-examples/webcam-capture-applet/pom.xml b/webcam-capture-examples/webcam-capture-applet/pom.xml index c5a2847f..0bf38ffe 100644 --- a/webcam-capture-examples/webcam-capture-applet/pom.xml +++ b/webcam-capture-examples/webcam-capture-applet/pom.xml @@ -62,7 +62,7 @@ org.apache.maven.plugins maven-shade-plugin - 2.0 + 2.3 @@ -82,6 +82,7 @@ org.apache.maven.plugins maven-jarsigner-plugin + 1.3.2 keystore.jks example @@ -101,4 +102,4 @@ - \ No newline at end of file + diff --git a/webcam-capture-examples/webcam-capture-detect-face/pom.xml b/webcam-capture-examples/webcam-capture-detect-face/pom.xml index b33d5a16..bc11afc3 100644 --- a/webcam-capture-examples/webcam-capture-detect-face/pom.xml +++ b/webcam-capture-examples/webcam-capture-detect-face/pom.xml @@ -24,6 +24,118 @@ org.openimaj faces 1.3 + + + + + jama + jama + + + com.googlecode.matrix-toolkits-java + mtj + + + com.googlecode.netlib-java + netlib-java + + + net.sf.jafama + JaFaMa + + + jgrapht + jgrapht + + + ch.akuhn.matrix + MatrixLib + + + gov.sandia.foundry + gov-sandia-cognition-common-core + + + com.thoughtworks.xstream + xstream + + + gov.sandia.foundry + gov-sandia-cognition-common-data + + + gov.sandia.foundry + gov-sandia-cognition-learning-core + + + gov.sandia.foundry + gov-sandia-cognition-text-core + + + gov.sandia.foundry + gov-sandia-cognition-framework-core + + + gov.sandia.foundry + gov-sandia-cognition-framework-learning + + + org.openimaj + core-citation + + + org.jsoup + jsoup + + + net.sf.trove4j + trove4j + + + colt + colt + + + com.esotericsoftware.kryo + kryo + + + org.apache.ant + ant + + + org.apache.httpcomponents + httpclient + + + net.sourceforge.jmatio + jmatio + + + com.caffeineowl.graphics + BezierUtils + + + javax.media + jai-core + + + com.sun.media + jai-codec + + + org.bethecoder + ascii-table + + + xuggle + xuggle-xuggler-lgpl + + + de.bwaldvogel + liblinear-dense + +