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 +