diff --git a/.flattened-pom.xml b/.flattened-pom.xml deleted file mode 100644 index 8cbfa7a..0000000 --- a/.flattened-pom.xml +++ /dev/null @@ -1,113 +0,0 @@ - - - 4.0.0 - it.cavallium - dbengine-server - 1.0.0-SNAPSHOT - CavalliumDBEngine Server - - scm:git:https://git.ignuranza.net/andreacavalli/CavalliumDBEngine-Server.git - scm:git:https://git.ignuranza.net/andreacavalli/CavalliumDBEngine-Server.git - - - - mchv-release-distribution - MCHV Release Apache Maven Packages Distribution - https://mvn.mchv.eu/repository/mchv - - - mchv-snapshot-distribution - MCHV Snapshot Apache Maven Packages Distribution - https://mvn.mchv.eu/repository/mchv-snapshot - - - - - com.lmax - disruptor - 3.4.4 - compile - - - io.projectreactor.netty - reactor-netty-core - 1.0.18 - compile - - - it.cavallium - dbengine - 3.0.0-SNAPSHOT - compile - - - io.projectreactor.netty - reactor-netty-core - - - - - org.apache.logging.log4j - log4j-slf4j-impl - 2.17.2 - compile - - - org.slf4j - slf4j-api - - - org.apache.logging.log4j - log4j-api - - - - - org.apache.logging.log4j - log4j-core - 2.17.2 - compile - - - io.micrometer - micrometer-core - 1.8.5 - compile - - - - - mchv-release - MCHV Release Apache Maven Packages - https://mvn.mchv.eu/repository/mchv - - - mchv-snapshot - MCHV Snapshot Apache Maven Packages - https://mvn.mchv.eu/repository/mchv-snapshot - - - - false - - - true - - mulesoft-public-snapshots - MuleSoft public snapshots - https://repository.mulesoft.org/nexus/content/repositories/public - - - - true - - - true - - netty5-snapshots - Netty 5 snapshots - https://oss.sonatype.org/content/repositories/snapshots - - - diff --git a/.gitignore b/.gitignore index 34670c2..3ce4342 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,5 @@ target/ /.project /.classpath /.settings/ + +.flattened-pom.xml diff --git a/pom.xml b/pom.xml index 76d7a7c..f850c18 100644 --- a/pom.xml +++ b/pom.xml @@ -72,7 +72,7 @@ io.projectreactor reactor-bom - 2020.0.18 + 2020.0.19 pom import