You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ah...@apache.org on 2013/06/26 00:59:27 UTC

git commit: updated refs/heads/vmsync to c127205

Updated Branches:
  refs/heads/vmsync 0061f2c5c -> c1272055c


Added mysteriously missing dependency


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/c1272055
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/c1272055
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/c1272055

Branch: refs/heads/vmsync
Commit: c1272055c5775a03eb13680a6bd052df5ea3417c
Parents: 0061f2c
Author: Alex Huang <al...@gmail.com>
Authored: Tue Jun 25 16:00:14 2013 -0700
Committer: Alex Huang <al...@gmail.com>
Committed: Tue Jun 25 16:00:14 2013 -0700

----------------------------------------------------------------------
 server/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/c1272055/server/pom.xml
----------------------------------------------------------------------
diff --git a/server/pom.xml b/server/pom.xml
index 4f57cdd..67912d0 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -71,6 +71,11 @@
       <version>${cs.mail.version}</version>
     </dependency>
     <dependency>
+      <groupId>jstl</groupId>
+      <artifactId>jstl</artifactId>
+      <version>${cs.jstl.version}</version>
+    </dependency>
+    <dependency>
       <groupId>commons-codec</groupId>
       <artifactId>commons-codec</artifactId>
       <version>${cs.codec.version}</version>