Merge pull request #1827 from olamy/bugfix/bom-coordinates

fix some Maven artifact coordinates in the bom
This commit is contained in:
Joakim Erdfelt 2017-09-18 05:20:02 -07:00 committed by GitHub
commit 3d5f06d05d
1 changed files with 6 additions and 3 deletions

View File

@ -169,12 +169,12 @@
</dependency>
<dependency>
<groupId>org.eclipse.jetty.fcgi</groupId>
<artifactId>jetty-fcgi-client</artifactId>
<artifactId>fcgi-client</artifactId>
<version>9.4.7-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty.fcgi</groupId>
<artifactId>jetty-fcgi-server</artifactId>
<artifactId>fcgi-server</artifactId>
<version>9.4.7-SNAPSHOT</version>
</dependency>
<dependency>
@ -262,11 +262,14 @@
<artifactId>jetty-memcached-sessions</artifactId>
<version>9.4.7-SNAPSHOT</version>
</dependency>
<!--
not anymore part of the build?
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-monitor</artifactId>
<version>9.4.7-SNAPSHOT</version>
</dependency>
-->
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-nosql</artifactId>
@ -388,7 +391,7 @@
<version>9.4.7-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<groupId>org.eclipse.jetty.websocket</groupId>
<artifactId>websocket-servlet</artifactId>
<version>9.4.7-SNAPSHOT</version>
</dependency>