Remove modules
This commit is contained in:
parent
83dc5158e1
commit
9c604a0158
@ -17,6 +17,7 @@
|
||||
<revision>1.0.0.0-SNAPSHOT</revision>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<fastutil.version>8.5.11</fastutil.version>
|
||||
<maven.version>4.0.0-alpha-3</maven.version>
|
||||
</properties>
|
||||
<repositories>
|
||||
<repository>
|
||||
@ -199,32 +200,21 @@
|
||||
<dependency>
|
||||
<groupId>org.apache.maven</groupId>
|
||||
<artifactId>maven-core</artifactId>
|
||||
<version>3.8.7</version>
|
||||
<version>${maven.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.maven</groupId>
|
||||
<artifactId>maven-plugin-api</artifactId>
|
||||
<version>3.8.7</version>
|
||||
<version>${maven.version}</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.maven.plugin-tools</groupId>
|
||||
<artifactId>maven-plugin-annotations</artifactId>
|
||||
<version>3.6.4</version>
|
||||
<version>3.7.1</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.maven</groupId>
|
||||
<artifactId>maven-project</artifactId>
|
||||
<version>2.2.1</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>junit</groupId>
|
||||
<artifactId>junit</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.soabase.record-builder</groupId>
|
||||
<artifactId>record-builder-core</artifactId>
|
||||
|
@ -1,14 +0,0 @@
|
||||
module data.generator.plugin {
|
||||
requires com.squareup.javapoet;
|
||||
requires org.jetbrains.annotations;
|
||||
requires maven.plugin.annotations;
|
||||
requires maven.plugin.api;
|
||||
requires maven.core;
|
||||
requires io.soabase.recordbuilder.core;
|
||||
requires data.generator.runtime;
|
||||
requires java.compiler;
|
||||
requires org.slf4j;
|
||||
requires org.yaml.snakeyaml;
|
||||
requires it.unimi.dsi.fastutil;
|
||||
exports it.cavallium.data.generator.plugin;
|
||||
}
|
Loading…
Reference in New Issue
Block a user