summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/web-javascript-dojo/pom.xml
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-12-02 20:38:16 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-12-02 20:38:16 +0000
commit57bcc2f3957e413dc489d47f93e193c787dc7927 (patch)
tree25a4dbcf682140864b3b013d30c8ea5a99044346 /sca-java-2.x/trunk/modules/web-javascript-dojo/pom.xml
parent5ef0a5d2a0dd154314090f6b55d3f5ee7e85eaff (diff)
Adding dojo dependency explicitly in the project pom to avoid having to use maven to install it manually which is causing issues when maven is not available in the classpath
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@886298 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/trunk/modules/web-javascript-dojo/pom.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/sca-java-2.x/trunk/modules/web-javascript-dojo/pom.xml b/sca-java-2.x/trunk/modules/web-javascript-dojo/pom.xml
index 82b53a0f86..8a339cc2e7 100644
--- a/sca-java-2.x/trunk/modules/web-javascript-dojo/pom.xml
+++ b/sca-java-2.x/trunk/modules/web-javascript-dojo/pom.xml
@@ -41,6 +41,12 @@
<artifactId>tuscany-host-http</artifactId>
<version>2.0-SNAPSHOT</version>
</dependency>
+
+ <dependency>
+ <groupId>org.dojotoolkit</groupId>
+ <artifactId>dojo</artifactId>
+ <version>1.3.0</version>
+ </dependency>
<dependency>
<groupId>javax.servlet</groupId>
@@ -55,7 +61,6 @@
<version>4.5</version>
<scope>test</scope>
</dependency>
-
</dependencies>