Disabling jetty-all
This commit is contained in:
parent
43a248aa58
commit
ea2f87f4be
|
@ -506,6 +506,7 @@
|
|||
<version>${project.version}</version>
|
||||
<type>war</type>
|
||||
</dependency>
|
||||
<!-- NOT READY YET
|
||||
<dependency>
|
||||
<groupId>org.eclipse.jetty.aggregate</groupId>
|
||||
<artifactId>jetty-all</artifactId>
|
||||
|
@ -513,6 +514,7 @@
|
|||
<type>jar</type>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
-->
|
||||
<!-- <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-jndi</artifactId>
|
||||
<version>${project.version}</version> </dependency> <dependency> <groupId>org.eclipse.jetty</groupId>
|
||||
<artifactId>jetty-client</artifactId> <version>${project.version}</version>
|
||||
|
|
Loading…
Reference in New Issue