|
@@ -11,21 +11,12 @@
|
|
|
|
|
|
<artifactId>kafka-ui-api</artifactId>
|
|
<artifactId>kafka-ui-api</artifactId>
|
|
|
|
|
|
- <properties>
|
|
|
|
- <org.mapstruct.version>1.3.1.Final</org.mapstruct.version>
|
|
|
|
- <org.projectlombok.version>1.18.10</org.projectlombok.version>
|
|
|
|
- <java.version>13</java.version>
|
|
|
|
- <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
|
- <node.version>v12.13.1</node.version>
|
|
|
|
- <git.revision>latest</git.revision>
|
|
|
|
- </properties>
|
|
|
|
-
|
|
|
|
<dependencyManagement>
|
|
<dependencyManagement>
|
|
<dependencies>
|
|
<dependencies>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-dependencies</artifactId>
|
|
<artifactId>spring-boot-dependencies</artifactId>
|
|
- <version>2.2.4.RELEASE</version>
|
|
|
|
|
|
+ <version>${spring-boot.version}</version>
|
|
<type>pom</type>
|
|
<type>pom</type>
|
|
<scope>import</scope>
|
|
<scope>import</scope>
|
|
</dependency>
|
|
</dependency>
|
|
@@ -46,17 +37,17 @@
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>com.provectus</groupId>
|
|
<groupId>com.provectus</groupId>
|
|
<artifactId>kafka-ui-contract</artifactId>
|
|
<artifactId>kafka-ui-contract</artifactId>
|
|
- <version>0.0.1-SNAPSHOT</version>
|
|
|
|
|
|
+ <version>${project.version}</version>
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.apache.kafka</groupId>
|
|
<groupId>org.apache.kafka</groupId>
|
|
<artifactId>kafka-clients</artifactId>
|
|
<artifactId>kafka-clients</artifactId>
|
|
- <version>2.4.0</version>
|
|
|
|
|
|
+ <version>${kafka-clients.version}</version>
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>com.101tec</groupId>
|
|
<groupId>com.101tec</groupId>
|
|
<artifactId>zkclient</artifactId>
|
|
<artifactId>zkclient</artifactId>
|
|
- <version>0.2</version>
|
|
|
|
|
|
+ <version>${zkclient.version}</version>
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.projectlombok</groupId>
|
|
<groupId>org.projectlombok</groupId>
|
|
@@ -91,7 +82,7 @@
|
|
<plugin>
|
|
<plugin>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
- <version>2.2.4.RELEASE</version>
|
|
|
|
|
|
+ <version>${spring-boot.version}</version>
|
|
<executions>
|
|
<executions>
|
|
<execution>
|
|
<execution>
|
|
<goals>
|
|
<goals>
|
|
@@ -103,7 +94,7 @@
|
|
<plugin>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
- <version>3.5.1</version>
|
|
|
|
|
|
+ <version>${maven-compiler-plugin.version}</version>
|
|
<configuration>
|
|
<configuration>
|
|
<source>13</source>
|
|
<source>13</source>
|
|
<target>13</target>
|
|
<target>13</target>
|
|
@@ -121,7 +112,7 @@
|
|
<path>
|
|
<path>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-configuration-processor</artifactId>
|
|
<artifactId>spring-boot-configuration-processor</artifactId>
|
|
- <version>2.2.4.RELEASE</version>
|
|
|
|
|
|
+ <version>${spring-boot.version}</version>
|
|
</path>
|
|
</path>
|
|
</annotationProcessorPaths>
|
|
</annotationProcessorPaths>
|
|
</configuration>
|
|
</configuration>
|
|
@@ -157,7 +148,7 @@
|
|
<plugin>
|
|
<plugin>
|
|
<groupId>com.github.eirslett</groupId>
|
|
<groupId>com.github.eirslett</groupId>
|
|
<artifactId>frontend-maven-plugin</artifactId>
|
|
<artifactId>frontend-maven-plugin</artifactId>
|
|
- <version>1.8.0</version>
|
|
|
|
|
|
+ <version>${frontend-maven-plugin.version}</version>
|
|
<configuration>
|
|
<configuration>
|
|
<workingDirectory>../kafka-ui-react-app</workingDirectory>
|
|
<workingDirectory>../kafka-ui-react-app</workingDirectory>
|
|
</configuration>
|
|
</configuration>
|
|
@@ -186,7 +177,7 @@
|
|
<plugin>
|
|
<plugin>
|
|
<groupId>com.spotify</groupId>
|
|
<groupId>com.spotify</groupId>
|
|
<artifactId>dockerfile-maven-plugin</artifactId>
|
|
<artifactId>dockerfile-maven-plugin</artifactId>
|
|
- <version>1.4.10</version>
|
|
|
|
|
|
+ <version>${dockerfile-maven-plugin.version}</version>
|
|
<configuration>
|
|
<configuration>
|
|
<skipPush>true</skipPush>
|
|
<skipPush>true</skipPush>
|
|
</configuration>
|
|
</configuration>
|