Remove module-infos

Some libraires are not yet ready..

{Arrow,Lucene,Http4k} should be packed inside a shaded jar because they
all have some split packages

HikariCP has an invalid module-info.java

Kapt doesn't work
This commit is contained in:
2020-10-23 22:56:07 +02:00
parent 38750a588c
commit e5a2b8993f
6 changed files with 0 additions and 97 deletions
@@ -1,18 +0,0 @@
module simplenotes.persistance {
requires kotlin.stdlib;
exports be.simplenotes.persistance to simplenotes.app;
exports be.simplenotes.persistance.repositories to simplenotes.domain;
requires simplenotes.types;
requires ktorm.core;
requires java.sql;
requires simplenotes.config;
requires kotlin.stdlib.jdk7;
requires java.compiler;
requires org.mapstruct;
requires org.flywaydb.core;
requires com.zaxxer.hikari;
requires koin.core;
}