aboutsummaryrefslogtreecommitdiffstats
path: root/samples/pom.xml
diff options
context:
space:
mode:
authorRay Cromwell <cromwellian@gmail.com>2009-07-23 22:59:18 +0000
committerRay Cromwell <cromwellian@gmail.com>2009-07-23 22:59:18 +0000
commit42ed8c73d5ab5bb8ba585b9f026c19108c83fe37 (patch)
tree970a0c9bf80a40de96186c8966e4467c39a9cb99 /samples/pom.xml
parenteabe26078b19afcd94b45b9b7e950448054b6c1e (diff)
downloadgwtquery-42ed8c73d5ab5bb8ba585b9f026c19108c83fe37.tar.gz
gwtquery-42ed8c73d5ab5bb8ba585b9f026c19108c83fe37.zip
Big update
Diffstat (limited to 'samples/pom.xml')
-rw-r--r--samples/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/samples/pom.xml b/samples/pom.xml
index 00fc33b0..9b343be3 100644
--- a/samples/pom.xml
+++ b/samples/pom.xml
@@ -19,6 +19,12 @@
<type>jar</type>
</dependency>
+ <dependency>
+ <groupId>${groupId}</groupId>
+ <artifactId>gwtquery-plugins</artifactId>
+ <version>${version}</version>
+ <type>jar</type>
+ </dependency>
</dependencies>
<build>
<plugins>