All Downloads are FREE. Search and download functionalities are using the official Maven repository.

nked-data-store-core.0.8.source-code.module-info Maven / Gradle / Ivy

There is a newer version: 0.16
Show newest version
import no.ssb.lds.api.persistence.PersistenceInitializer;

module no.ssb.lds.core {
    requires no.ssb.lds.persistence.api;
    requires no.ssb.config;
    requires no.ssb.concurrent.futureselector;
    requires no.ssb.saga.api;
    requires no.ssb.saga.execution;
    requires jdk.unsupported;
    requires java.base;
    requires java.net.http;
    requires org.slf4j;
    requires undertow.core;
    requires xnio.api;
    requires org.json;
    requires hystrix.core;
    requires org.everit.json.schema;
    requires java.xml; // TODO this should be in test-scope only!

    requires graphql.java;
    requires io.reactivex.rxjava2;
    requires org.reactivestreams;
    requires com.github.akarnokd.rxjava2jdk9interop;
  
    opens no.ssb.lds.graphql.graphiql;

    uses PersistenceInitializer;

    exports no.ssb.lds.core;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy