diff options
author | Ray Cromwell <cromwellian@gmail.com> | 2009-07-23 22:59:18 +0000 |
---|---|---|
committer | Ray Cromwell <cromwellian@gmail.com> | 2009-07-23 22:59:18 +0000 |
commit | 42ed8c73d5ab5bb8ba585b9f026c19108c83fe37 (patch) | |
tree | 970a0c9bf80a40de96186c8966e4467c39a9cb99 /samples/pom.xml | |
parent | eabe26078b19afcd94b45b9b7e950448054b6c1e (diff) | |
download | gwtquery-42ed8c73d5ab5bb8ba585b9f026c19108c83fe37.tar.gz gwtquery-42ed8c73d5ab5bb8ba585b9f026c19108c83fe37.zip |
Big update
Diffstat (limited to 'samples/pom.xml')
-rw-r--r-- | samples/pom.xml | 6 |
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> |