Merge pull request #2202 from olamy/bugfix/fix_bom

fix bom
This commit is contained in:
Greg Wilkins 2018-02-21 16:32:52 +11:00 committed by GitHub
commit 24a57ead6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -182,6 +182,12 @@
<version>9.4.9-SNAPSHOT</version>
<type>zip</type>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-distribution</artifactId>
<version>9.4.9-SNAPSHOT</version>
<type>tar.gz</type>
</dependency>
<dependency>
<groupId>org.eclipse.jetty.fcgi</groupId>
<artifactId>fcgi-client</artifactId>
@ -414,18 +420,6 @@
<artifactId>jetty-xml</artifactId>
<version>9.4.9-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>