Skip to content

Commit

Permalink
optional pom
Browse files Browse the repository at this point in the history
  • Loading branch information
dyx1234 committed Oct 19, 2024
1 parent c52337c commit 3a22a38
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
9 changes: 4 additions & 5 deletions apollo-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@
<artifactId>spring-boot-configuration-processor</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.kubernetes</groupId>
<artifactId>client-java</artifactId>
</dependency>
<!-- test -->
<dependency>
<groupId>org.eclipse.jetty</groupId>
Expand Down Expand Up @@ -98,10 +102,5 @@
<scope>test</scope>
</dependency>
<!-- end of test -->
<dependency>
<groupId>io.kubernetes</groupId>
<artifactId>client-java</artifactId>
<version>${client-java.version}</version>
</dependency>
</dependencies>
</project>
9 changes: 7 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,11 @@
</developers>

<properties>
<revision>2.4.0-SNAPSHOT</revision>
<revision>2.4.0-SNAPSHOT2</revision>
<java.version>1.8</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<spring-boot.version>2.7.18</spring-boot.version>
<cat.client.version>3.1.0</cat.client.version>
<client-java.version>18.0.0</client-java.version>
<!-- Plugins Version -->
<maven-compiler-plugin.version>3.10.1</maven-compiler-plugin.version>
<maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version>
Expand Down Expand Up @@ -158,6 +157,12 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>io.kubernetes</groupId>
<artifactId>client-java</artifactId>
<version>18.0.0</version>
<optional>true</optional>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit 3a22a38

Please sign in to comment.