Merge pull request #2098 from olamy/bugfix/bom-update-2093-jetty-9.3.x

9.3.x branch remove non valid pom dependency from bom and add distrib with type #2093
This commit is contained in:
Joakim Erdfelt 2018-01-08 07:25:58 -06:00 committed by GitHub
commit e3ef58137d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 5 deletions

View File

@ -105,11 +105,6 @@
<artifactId>cdi-core</artifactId>
<version>9.3.22-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>cdi-full-servlet</artifactId>
<version>9.3.22-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>cdi-servlet</artifactId>
@ -345,6 +340,18 @@
<artifactId>jetty-xml</artifactId>
<version>9.3.23-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-distribution</artifactId>
<version>9.3.23-SNAPSHOT</version>
<type>zip</type>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-distribution</artifactId>
<version>9.3.23-SNAPSHOT</version>
<type>tar.gz</type>
</dependency>
</dependencies>
</dependencyManagement>