You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2014/11/11 22:27:08 UTC

[2/2] isis git commit: ISIS-537, ISIS-946 Explicitly specify servlet-api as a dependency

ISIS-537, ISIS-946 Explicitly specify servlet-api as a dependency


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

Branch: refs/heads/ISIS-939
Commit: 9746edbdf92cdebf92a2166b26914657456dc9f6
Parents: 6e17ab5
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Tue Nov 11 13:37:44 2014 +0200
Committer: Dan Haywood <da...@haywood-associates.co.uk>
Committed: Tue Nov 11 21:22:04 2014 +0000

----------------------------------------------------------------------
 component/viewer/wicket/ui/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/9746edbd/component/viewer/wicket/ui/pom.xml
----------------------------------------------------------------------
diff --git a/component/viewer/wicket/ui/pom.xml b/component/viewer/wicket/ui/pom.xml
index bc5052f..11e676d 100644
--- a/component/viewer/wicket/ui/pom.xml
+++ b/component/viewer/wicket/ui/pom.xml
@@ -126,6 +126,11 @@
             <artifactId>wicket-bootstrap-themes</artifactId>
         </dependency>
 
+        <dependency>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-servlet_2.5_spec</artifactId>
+            <scope>provided</scope>
+        </dependency>
 
         <!-- LOGGING DEPENDENCIES - LOG4J -->