|
|
@@ -0,0 +1,52 @@ |
|
|
|
|
|
<?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> |
|
|
|
|
|
<groupId>org.sral</groupId> |
|
|
|
|
|
<artifactId>maven-plugins-bom</artifactId> |
|
|
|
|
|
<version>1.0.0</version> |
|
|
|
|
|
<packaging>pom</packaging> |
|
|
|
|
|
<name>Maven Plugins</name> |
|
|
|
|
|
<dependencies> |
|
|
|
|
|
<dependency> |
|
|
|
|
|
<groupId>org.jetbrains.kotlin</groupId> |
|
|
|
|
|
<artifactId>kotlin-maven-plugin</artifactId> |
|
|
|
|
|
<version>1.6.21</version> |
|
|
|
|
|
</dependency> |
|
|
|
|
|
<dependency> |
|
|
|
|
|
<groupId>org.jetbrains.kotlin</groupId> |
|
|
|
|
|
<artifactId>kotlin-maven-allopen</artifactId> |
|
|
|
|
|
<version>1.6.21</version> |
|
|
|
|
|
</dependency> |
|
|
|
|
|
<dependency> |
|
|
|
|
|
<groupId>org.jetbrains.kotlin</groupId> |
|
|
|
|
|
<artifactId>kotlin-maven-noarg</artifactId> |
|
|
|
|
|
<version>1.6.21</version> |
|
|
|
|
|
</dependency> |
|
|
|
|
|
<dependency> |
|
|
|
|
|
<groupId>io.quarkus.platform</groupId> |
|
|
|
|
|
<artifactId>quarkus-maven-plugin</artifactId> |
|
|
|
|
|
<version>2.8.2.Final</version> |
|
|
|
|
|
</dependency> |
|
|
|
|
|
<dependency> |
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
|
|
<artifactId>maven-surefire-plugin</artifactId> |
|
|
|
|
|
<version>3.0.0-M6</version> |
|
|
|
|
|
</dependency> |
|
|
|
|
|
<dependency> |
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
|
|
<artifactId>maven-failsafe-plugin</artifactId> |
|
|
|
|
|
<version>3.0.0-M6</version> |
|
|
|
|
|
</dependency> |
|
|
|
|
|
<dependency> |
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
|
|
<artifactId>maven-shade-plugin</artifactId> |
|
|
|
|
|
<version>3.3.0</version> |
|
|
|
|
|
</dependency> |
|
|
|
|
|
<dependency> |
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
|
|
<artifactId>maven-compiler-plugin</artifactId> |
|
|
|
|
|
<version>3.10.1</version> |
|
|
|
|
|
</dependency> |
|
|
|
|
|
</dependencies> |
|
|
|
|
|
</project> |