Merge pull request #2097 from olamy/bugfix/bom-update-2093-jetty-9.4.x

9.4.x branch remove pom dependency from bom and add type for non jar entries #2093
This commit is contained in:
Joakim Erdfelt 2018-01-08 06:11:02 -06:00 committed by GitHub
commit 4c26ba7998
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 5 deletions

View File

@ -156,11 +156,6 @@
<artifactId>cdi-core</artifactId>
<version>9.4.9-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty.cdi</groupId>
<artifactId>cdi-full-servlet</artifactId>
<version>9.4.9-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty.cdi</groupId>
<artifactId>cdi-servlet</artifactId>
@ -206,6 +201,13 @@
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-home</artifactId>
<version>9.4.9-SNAPSHOT</version>
<type>zip</type>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-home</artifactId>
<version>9.4.9-SNAPSHOT</version>
<type>tar.gz</type>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>