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 + + + +