Update modules
This commit is contained in:
parent
8019e28d31
commit
cbda1d24b6
20
pom.xml
20
pom.xml
@ -241,14 +241,26 @@
|
||||
</executions>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>com.outbrain.swinfra</groupId>
|
||||
<artifactId>ci-friendly-flatten-maven-plugin</artifactId>
|
||||
<version>1.0.14</version>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>flatten-maven-plugin</artifactId>
|
||||
<version>1.1.0</version>
|
||||
<configuration>
|
||||
<updatePomFile>true</updatePomFile>
|
||||
<flattenMode>oss</flattenMode>
|
||||
</configuration>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>flatten</id>
|
||||
<phase>process-resources</phase>
|
||||
<goals>
|
||||
<goal>flatten</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
<execution>
|
||||
<id>flatten.clean</id>
|
||||
<phase>clean</phase>
|
||||
<goals>
|
||||
<goal>clean</goal>
|
||||
<goal>flatten</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
|
@ -12,5 +12,6 @@ module dbengine.server {
|
||||
requires org.jetbrains.annotations;
|
||||
requires io.netty.incubator.codec.classes.quic;
|
||||
requires io.netty.handler;
|
||||
requires data.generator.runtime;
|
||||
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user