ms-core-auto
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>tech.msop</groupId>
<artifactId>ms-core-auto</artifactId>
<version>0.2.6.RELEASE</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>tech.msop</groupId>
<artifactId>MSToolbox</artifactId>
<version>0.2.6.RELEASE</version>
</parent>
<groupId>tech.msop</groupId>
<artifactId>ms-core-auto</artifactId>
<version>0.2.6.RELEASE</version>
<name>${project.artifactId}</name>
<description>ms-core-auto</description>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
<build>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>${maven.plugin.version}</version>
<configuration>
<annotationProcessorPaths>
<path>
<groupId>org.hibernate.validator</groupId>
<artifactId>hibernate-validator-annotation-processor</artifactId>
<version>6.0.13.Final</version>
</path>
</annotationProcessorPaths>
<source>8</source>
<target>8</target>
</configuration>
</plugin>
</plugins>
</build>
</project>