refcodes-rest-ext-eureka.2.0.5.source-code.module-info.off Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of refcodes-rest-ext-eureka Show documentation
Show all versions of refcodes-rest-ext-eureka Show documentation
Artifact for providing Spring Boot's Eureka microservice registry/
discovery support.
module org.refcodes.rest.ext.eureka {
// requires static org.junit.jupiter.api;
requires aws.java.sdk.core;
requires org.refcodes.exception;
requires org.refcodes.logger;
requires org.refcodes.runtime;
requires org.refcodes.structure;
requires transitive org.refcodes.component;
requires transitive org.refcodes.data;
requires transitive org.refcodes.mixin;
requires transitive org.refcodes.net;
requires transitive org.refcodes.rest;
requires transitive org.refcodes.security;
exports org.refcodes.rest.ext.eureka;
opens org.refcodes.rest.ext.eureka; // Opens access for unnamed modules (our spring boot test)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy