From 57402957ad012a2b2840422be482665ccf4a24b0 Mon Sep 17 00:00:00 2001 From: Schmidor Date: Wed, 2 Dec 2015 01:46:55 +0100 Subject: [PATCH] Add contrib module --- contrib/pom.xml | 59 +++++++++++++++++++++++++++++++++++++++++++++++++ pom.xml | 1 + 2 files changed, 60 insertions(+) create mode 100644 contrib/pom.xml diff --git a/contrib/pom.xml b/contrib/pom.xml new file mode 100644 index 00000000..c432112f --- /dev/null +++ b/contrib/pom.xml @@ -0,0 +1,59 @@ + + + 4.0.0 + + com.twelvemonkeys + twelvemonkeys + 3.3-SNAPSHOT + + com.twelvemonkeys.contrib + contrib + TwelveMonkeys :: Contrib + + Contributions to TwelveMonkeys which are not matching into the ImageIO plug-ins. + + + + + com.twelvemonkeys.common + common-lang + ${project.version} + + + com.twelvemonkeys.common + common-io + ${project.version} + + + com.twelvemonkeys.common + common-image + ${project.version} + + + com.twelvemonkeys.common + common-lang + ${project.version} + test-jar + test + + + com.twelvemonkeys.common + common-io + ${project.version} + test-jar + test + + + com.twelvemonkeys.imageio + imageio-tiff + ${project.version} + + + + junit + junit + 4.7 + test + + + diff --git a/pom.xml b/pom.xml index eb290a4e..050ccf28 100755 --- a/pom.xml +++ b/pom.xml @@ -18,6 +18,7 @@ imageio + contrib bom