From b0a6088502d49110e22874ef496a7af5c8aab3cf Mon Sep 17 00:00:00 2001 From: Samuel Audet Date: Wed, 7 May 2014 21:24:29 +0900 Subject: [PATCH] * Add missing dependencies for JogAmp in the `pom.xml` file (issue #2) --- CHANGELOG.md | 1 + pom.xml | 18 +++++++++++++++++- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5258b27..bb8e21bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,5 @@ + * Add missing dependencies for JogAmp in the `pom.xml` file ([issue #2](https://github.com/bytedeco/javacv/issues/2)) * Add new `OpenCVFaceRecognizer` sample, thanks to Petter Christian Bjelland * Add new `OpticalFlowDense` sample, thanks to Dawit Gebreyohannes ([issue #468](http://code.google.com/p/javacv/issues/detail?id=468)) * Make it easier to try out the `FaceRecognition.java` sample ([issue #1](https://github.com/bytedeco/javacv/issues/1)) diff --git a/pom.xml b/pom.xml index e196da59..538d5ecf 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.bytedeco javacv - 0.8 + 0.8-1-SNAPSHOT jar JavaCV @@ -148,6 +148,22 @@ 2.3.0-${project.version} ${platform} + + + org.jogamp.gluegen + gluegen-rt-main + 2.0.2 + + + org.jogamp.jogl + jogl-all-main + 2.0.2 + + + org.jogamp.jocl + jocl-main + 2.0.2 +