From f7b7b91fbab4a240a5d705e0e7bd39b7c9981929 Mon Sep 17 00:00:00 2001 From: Harald Kuhr Date: Thu, 21 Jun 2012 16:53:06 +0200 Subject: [PATCH] Updated sandbox pom. --- sandbox/pom.xml | 1 + sandbox/sandbox-common/pom.xml | 6 +++ sandbox/sandbox-imageio/pom.xml | 80 +++++++++++++++++++++++++++++++++ 3 files changed, 87 insertions(+) create mode 100644 sandbox/sandbox-imageio/pom.xml diff --git a/sandbox/pom.xml b/sandbox/pom.xml index cb089060..20decb8b 100644 --- a/sandbox/pom.xml +++ b/sandbox/pom.xml @@ -21,6 +21,7 @@ sandbox-common + sandbox-imageio sandbox-servlet sandbox-swing diff --git a/sandbox/sandbox-common/pom.xml b/sandbox/sandbox-common/pom.xml index 4a304af7..4579dfb4 100644 --- a/sandbox/sandbox-common/pom.xml +++ b/sandbox/sandbox-common/pom.xml @@ -16,6 +16,12 @@ + + com.twelvemonkeys.common + common-lang + compile + + com.twelvemonkeys.common common-io diff --git a/sandbox/sandbox-imageio/pom.xml b/sandbox/sandbox-imageio/pom.xml new file mode 100644 index 00000000..c574bd69 --- /dev/null +++ b/sandbox/sandbox-imageio/pom.xml @@ -0,0 +1,80 @@ + + + + + 4.0.0 + + com.twelvemonkeys.sandbox + sandbox + 3.0-SNAPSHOT + + sandbox-imageio + jar + TwelveMonkeys :: Sandbox :: ImageIO + + The TwelveMonkeys ImageIO Sandbox. Experimental stuff. Old retired stuff. + + + + + com.twelvemonkeys.common + common-io + compile + + + + com.twelvemonkeys.common + common-image + compile + + + + com.twelvemonkeys.imageio + imageio-core + compile + + + + com.twelvemonkeys.common + common-io + test + tests + + + + com.twelvemonkeys.common + common-lang + test + tests + + + +