Repository: tomee Updated Branches: refs/heads/develop 60c48233f -> 1f4c6660f
adding tomcat-jasper-el and replacing jstl by openejb-jstl in tomee embedded Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/1f4c6660 Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/1f4c6660 Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/1f4c6660 Branch: refs/heads/develop Commit: 1f4c6660fe17bef4d70f62e7678090c13363b709 Parents: 60c4823 Author: Romain Manni-Bucau <[email protected]> Authored: Mon Feb 23 08:37:37 2015 +0100 Committer: Romain Manni-Bucau <[email protected]> Committed: Mon Feb 23 08:37:37 2015 +0100 ---------------------------------------------------------------------- tomee/tomee-embedded/pom.xml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tomee/blob/1f4c6660/tomee/tomee-embedded/pom.xml ---------------------------------------------------------------------- diff --git a/tomee/tomee-embedded/pom.xml b/tomee/tomee-embedded/pom.xml index 023442c..f8c0f0a 100644 --- a/tomee/tomee-embedded/pom.xml +++ b/tomee/tomee-embedded/pom.xml @@ -154,9 +154,9 @@ <groupId>commons-beanutils</groupId> </dependency> <dependency> - <groupId>javax.servlet</groupId> - <artifactId>jstl</artifactId> - <scope>compile</scope> + <groupId>org.apache.openejb.patch</groupId> + <artifactId>openejb-jstl</artifactId> + <version>1.2</version> </dependency> <dependency> <groupId>org.apache.tomcat</groupId> @@ -233,6 +233,11 @@ </exclusions> </dependency> <dependency> + <groupId>org.apache.tomcat</groupId> + <artifactId>tomcat-jasper-el</artifactId> + <version>${tomcat.version}</version> + </dependency> + <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>provided</scope>
