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 2016/07/14 10:43:58 UTC

[25/38] isis git commit: ISIS-1353: updates jetty-all from 9.3.6 to 9.3.10

ISIS-1353: updates jetty-all from 9.3.6 to 9.3.10

                <plugin>
                    <groupId>org.eclipse.jetty</groupId>
                    <artifactId>jetty-maven-plugin</artifactId>
                    <version>${jetty.version}</version>
                    <configuration>
                        <webAppConfig>
                            <contextPath>webapp</contextPath>
                        </webAppConfig>
                    </configuration>
                </plugin>

            <dependency>
                <groupId>org.eclipse.jetty.aggregate</groupId>
                <artifactId>jetty-all</artifactId>
                <version>${jetty.version}</version>
                <classifier>uber</classifier>
                <exclusions>
                    <exclusion>
                        <groupId>org.eclipse.jetty.orbit</groupId>
                        <artifactId>javax.servlet</artifactId>
                    </exclusion>
                </exclusions>
            </dependency>


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

Branch: refs/heads/master
Commit: 0dce459bf9ab29170b66e1173149bc6a3bf16aea
Parents: c4d42cd
Author: Dan Haywood <da...@haywood-associates.co.uk>
Authored: Wed Jul 13 17:17:36 2016 +0100
Committer: Dan Haywood <da...@haywood-associates.co.uk>
Committed: Wed Jul 13 17:17:36 2016 +0100

----------------------------------------------------------------------
 core/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/0dce459b/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index e956383..64adc6f 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -137,7 +137,7 @@
         <log4jdbc-remix.version>0.2.7</log4jdbc-remix.version>
         <resteasy-jaxrs.version>3.0.17.Final</resteasy-jaxrs.version>
 
-        <jetty.version>9.3.6.v20151106</jetty.version>
+        <jetty.version>9.3.10.v20160621</jetty.version>
 
         <wicket.version>6.23.0</wicket.version>