You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ga...@apache.org on 2013/01/21 21:00:42 UTC

svn commit: r1436582 - /geronimo/server/branches/3.0/pom.xml

Author: gawor
Date: Mon Jan 21 20:00:42 2013
New Revision: 1436582

URL: http://svn.apache.org/viewvc?rev=1436582&view=rev
Log:
1) update pax logging version to pick up fix for PAXLOGGING-134, 2) ensure jsp compiler uses right sevlet api spec jar

Modified:
    geronimo/server/branches/3.0/pom.xml

Modified: geronimo/server/branches/3.0/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/3.0/pom.xml?rev=1436582&r1=1436581&r2=1436582&view=diff
==============================================================================
--- geronimo/server/branches/3.0/pom.xml (original)
+++ geronimo/server/branches/3.0/pom.xml Mon Jan 21 20:00:42 2013
@@ -86,7 +86,7 @@
         <jaxbImplVersion>2.2.3-1_1</jaxbImplVersion>
 
         <monitoringConsoleVersion>${project.version}</monitoringConsoleVersion>
-        <pax.logging.version>1.6.4</pax.logging.version>
+        <pax.logging.version>1.6.5</pax.logging.version>
         <woodstoxVersion>4.1.2_1</woodstoxVersion>
         <sxcVersion>0.7.3_1</sxcVersion>
         <yokoVersion>1.4-SNAPSHOT</yokoVersion>
@@ -1998,6 +1998,10 @@ only found in cxf
                                     <groupId>org.apache.tomcat</groupId>
                                     <artifactId>jasper</artifactId>
                                 </exclusion>
+                                <exclusion>
+                                    <groupId>org.apache.tomcat</groupId>
+                                    <artifactId>servlet-api</artifactId>
+                                </exclusion>
                             </exclusions>
                         </dependency>