Skip to content
This repository was archived by the owner on Oct 30, 2023. It is now read-only.

Commit ff13841

Browse files
authored
Merge pull request #131 from swagger-api/fix-jetty-deps
Fixing jetty version in pom inflector-jetty-webxml
2 parents 7f0fed4 + 82b8b63 commit ff13841

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

java/inflector-jetty-webxml/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<modelVersion>4.0.0</modelVersion>
2525
<groupId>io.swagger</groupId>
2626
<artifactId>jetty-webxml-sample</artifactId>
27-
<packaging>jar</packaging>
27+
<packaging>war</packaging>
2828
<name>jetty-webxml-sample</name>
2929
<version>1.0.0-SNAPSHOT</version>
3030
<prerequisites>
@@ -118,7 +118,7 @@
118118
</dependencies>
119119
<properties>
120120
<maven-plugin-version>1.0.0</maven-plugin-version>
121-
<jetty-version>9.2.9.v20150224</jetty-version>
121+
<jetty-version>9.4.9.v20180320</jetty-version>
122122
<logback-version>1.0.1</logback-version>
123123
<inflector-version>2.0.0-SNAPSHOT</inflector-version>
124124
<junit-version>4.8.2</junit-version>

0 commit comments

Comments
 (0)