make jetty-p2 depending jetty-home so we sure it's build last even when using -Tx option (#8026)
see https://github.com/eclipse/jetty.project/issues/8021 Signed-off-by: Olivier Lamy <oliver.lamy@gmail.com>
This commit is contained in:
parent
546c382255
commit
279574a07e
|
@ -43,7 +43,7 @@
|
||||||
artifacts are created -->
|
artifacts are created -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.eclipse.jetty</groupId>
|
<groupId>org.eclipse.jetty</groupId>
|
||||||
<artifactId>jetty-bom</artifactId>
|
<artifactId>jetty-home</artifactId>
|
||||||
<version>${project.version}</version>
|
<version>${project.version}</version>
|
||||||
<type>pom</type>
|
<type>pom</type>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
Loading…
Reference in New Issue