Merge pull request #1827 from olamy/bugfix/bom-coordinates
fix some Maven artifact coordinates in the bom
This commit is contained in:
commit
3d5f06d05d
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue