remove non valid pom dependency from bom and add distrib with type #2093

Signed-off-by: olivier lamy <olamy@webtide.com>
This commit is contained in:
olivier lamy 2018-01-08 10:03:27 +11:00
parent 887b57649b
commit b3b0bf97e1
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>