dynamic-invoker-email-service
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.wizzdi</groupId> <artifactId>dynamic-invoker-email-service</artifactId> <version>9.0.2</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> <artifactId>flexicore-boot-plugins-parent</artifactId> <groupId>com.wizzdi</groupId> <version>9.0.2</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>dynamic-invoker-email-service</artifactId> <build> <resources> <resource> <filtering>true</filtering> <directory>src/main/resources</directory> </resource> </resources> <plugins> <plugin> <artifactId>maven-compiler-plugin</artifactId> </plugin> <plugin> <artifactId>maven-surefire-plugin</artifactId> </plugin> <plugin> <artifactId>maven-source-plugin</artifactId> </plugin> <plugin> <artifactId>maven-shade-plugin</artifactId> <executions> <execution> <phase>package</phase> <goals> <goal>shade</goal> </goals> <configuration> <minimizeJar>false</minimizeJar> <createDependencyReducedPom>true</createDependencyReducedPom> <dependencyReducedPomLocation>${java.io.tmpdir}/dependency-reduced-pom.xml</dependencyReducedPomLocation> <transformers> <transformer> <resource>META-INF/cxf/bus-extensions.txt</resource> </transformer> <transformer> <manifestEntries> <Plugin-Id>${project.artifactId}</Plugin-Id> <Plugin-Version>${project.version}</Plugin-Version> <Plugin-Dependencies>flexicore-territories-service@>=9.0.2,maps-service@>=9.0.2,dynamic-invoker-export-utils@>=9.0.2</Plugin-Dependencies> </manifestEntries> </transformer> </transformers> <filters> <filter> <artifact>*:*</artifact> <excludes> <exclude>META-INF/*.SF</exclude> <exclude>META-INF/*.DSA</exclude> <exclude>META-INF/*.RSA</exclude> </excludes> </filter> </filters> </configuration> </execution> </executions> </plugin> </plugins> </build> <dependencies> <dependency> <groupId>com.wizzdi</groupId> <artifactId>maps-service</artifactId> <version>9.0.2</version> <scope>provided</scope> </dependency> <dependency> <groupId>io.swagger.core.v3</groupId> <artifactId>swagger-jaxrs2-jakarta</artifactId> <version>2.2.21</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.wizzdi</groupId> <artifactId>flexicore-boot</artifactId> <version>7.0.4</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.wizzdi</groupId> <artifactId>flexicore-boot-dynamic-invokers-model</artifactId> <version>7.0.4</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.wizzdi</groupId> <artifactId>flexicore-security-model</artifactId> <version>7.0.4</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.wizzdi</groupId> <artifactId>flexicore-boot-starter-web</artifactId> <version>7.0.4</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.wizzdi</groupId> <artifactId>flexicore-boot-starter-data-jpa</artifactId> <version>7.0.4</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.wizzdi</groupId> <artifactId>flexicore-security-service</artifactId> <version>7.0.4</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.wizzdi</groupId> <artifactId>flexicore-boot-dynamic-invokers-service</artifactId> <version>7.0.4</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.wizzdi</groupId> <artifactId>flexicore-territories-model</artifactId> <version>9.0.2</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.wizzdi</groupId> <artifactId>flexicore-territories-service</artifactId> <version>9.0.2</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.wizzdi</groupId> <artifactId>dynamic-invoker-export-utils</artifactId> <version>9.0.2</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.wizzdi</groupId> <artifactId>flexicore-file-model</artifactId> <version>7.0.4</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.wizzdi</groupId> <artifactId>maps-model</artifactId> <version>9.0.2</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-test</artifactId> <version>3.3.3</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>junit</artifactId> <groupId>junit</groupId> </exclusion> <exclusion> <artifactId>spring-boot-test</artifactId> <groupId>org.springframework.boot</groupId> </exclusion> <exclusion> <artifactId>spring-boot-test-autoconfigure</artifactId> <groupId>org.springframework.boot</groupId> </exclusion> <exclusion> <artifactId>assertj-core</artifactId> <groupId>org.assertj</groupId> </exclusion> <exclusion> <artifactId>awaitility</artifactId> <groupId>org.awaitility</groupId> </exclusion> <exclusion> <artifactId>hamcrest</artifactId> <groupId>org.hamcrest</groupId> </exclusion> <exclusion> <artifactId>junit-jupiter</artifactId> <groupId>org.junit.jupiter</groupId> </exclusion> <exclusion> <artifactId>mockito-core</artifactId> <groupId>org.mockito</groupId> </exclusion> <exclusion> <artifactId>mockito-junit-jupiter</artifactId> <groupId>org.mockito</groupId> </exclusion> <exclusion> <artifactId>jsonassert</artifactId> <groupId>org.skyscreamer</groupId> </exclusion> <exclusion> <artifactId>spring-test</artifactId> <groupId>org.springframework</groupId> </exclusion> <exclusion> <artifactId>xmlunit-core</artifactId> <groupId>org.xmlunit</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-engine</artifactId> <version>5.10.3</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>junit-platform-engine</artifactId> <groupId>org.junit.platform</groupId> </exclusion> <exclusion> <artifactId>junit-jupiter-api</artifactId> <groupId>org.junit.jupiter</groupId> </exclusion> <exclusion> <artifactId>apiguardian-api</artifactId> <groupId>org.apiguardian</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.junit.platform</groupId> <artifactId>junit-platform-launcher</artifactId> <version>1.10.3</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>junit-platform-engine</artifactId> <groupId>org.junit.platform</groupId> </exclusion> <exclusion> <artifactId>apiguardian-api</artifactId> <groupId>org.apiguardian</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.junit.vintage</groupId> <artifactId>junit-vintage-engine</artifactId> <version>5.10.3</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>junit</artifactId> <groupId>junit</groupId> </exclusion> <exclusion> <artifactId>junit-platform-engine</artifactId> <groupId>org.junit.platform</groupId> </exclusion> <exclusion> <artifactId>apiguardian-api</artifactId> <groupId>org.apiguardian</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.wizzdi</groupId> <artifactId>flexicore-boot-test-helper</artifactId> <version>7.0.4</version> <scope>test</scope> </dependency> <dependency> <groupId>org.testcontainers</groupId> <artifactId>junit-jupiter</artifactId> <version>1.19.8</version> <scope>test</scope> </dependency> <dependency> <groupId>org.testcontainers</groupId> <artifactId>postgresql</artifactId> <version>1.19.8</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>jdbc</artifactId> <groupId>org.testcontainers</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.postgresql</groupId> <artifactId>postgresql</artifactId> <version>42.7.3</version> <scope>test</scope> </dependency> <dependency> <groupId>org.testcontainers</groupId> <artifactId>testcontainers</artifactId> <version>1.19.8</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>commons-compress</artifactId> <groupId>org.apache.commons</groupId> </exclusion> <exclusion> <artifactId>duct-tape</artifactId> <groupId>org.rnorth.duct-tape</groupId> </exclusion> <exclusion> <artifactId>docker-java-api</artifactId> <groupId>com.github.docker-java</groupId> </exclusion> <exclusion> <artifactId>docker-java-transport-zerodep</artifactId> <groupId>com.github.docker-java</groupId> </exclusion> <exclusion> <artifactId>junit</artifactId> <groupId>junit</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.wizzdi</groupId> <artifactId>flexicore-boot-starter-data-jpa-eclipselink</artifactId> <version>7.0.4</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>eclipselink</artifactId> <groupId>org.eclipse.persistence</groupId> </exclusion> </exclusions> </dependency> </dependencies> </project>