Skip to content

Commit

Permalink
[cloud-kubernetes] modules.xml entries cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir I committed May 2, 2024
1 parent 46bdf6f commit 0cc115b
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 18 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
*.iml
teamcity-kubernetes-plugin-server/target/*
teamcity-kubernetes-plugin-common/target/*
teamcity-kubernetes-plugin-agent/target/*
teamcity-kubernetes-plugin-agent/target/*
.idea
TeamCityDist
open-api
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<version>${revision}</version>
<packaging>pom</packaging>
<properties>
<teamcity-version>LOCAL-SNAPSHOT</teamcity-version>
<teamcity.version>LOCAL-SNAPSHOT</teamcity.version>
<kotlin.version>1.5.32</kotlin.version>
<local.repo.path>local-repo</local.repo.path>
<revision>1.0-SNAPSHOT</revision>
Expand Down
6 changes: 3 additions & 3 deletions teamcity-kubernetes-plugin-agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,21 @@
<dependency>
<groupId>org.jetbrains.teamcity</groupId>
<artifactId>agent-api</artifactId>
<version>${teamcity-version}</version>
<version>${teamcity.version}</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.jetbrains.teamcity.internal</groupId>
<artifactId>agent</artifactId>
<version>${teamcity-version}</version>
<version>${teamcity.version}</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.jetbrains.teamcity</groupId>
<artifactId>tests-support</artifactId>
<version>${teamcity-version}</version>
<version>${teamcity.version}</version>
<scope>test</scope>
</dependency>

Expand Down
4 changes: 2 additions & 2 deletions teamcity-kubernetes-plugin-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
<dependency>
<groupId>org.jetbrains.teamcity</groupId>
<artifactId>server-api</artifactId>
<version>${teamcity-version}</version>
<version>${teamcity.version}</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.jetbrains.teamcity</groupId>
<artifactId>oauth</artifactId>
<version>${teamcity-version}</version>
<version>${teamcity.version}</version>
<scope>provided</scope>
</dependency>

Expand Down
22 changes: 11 additions & 11 deletions teamcity-kubernetes-plugin-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<dependency>
<groupId>org.jetbrains.teamcity</groupId>
<artifactId>server-api</artifactId>
<version>${teamcity-version}</version>
<version>${teamcity.version}</version>
<scope>provided</scope>
</dependency>

Expand All @@ -47,56 +47,56 @@
<dependency>
<groupId>org.jetbrains.teamcity</groupId>
<artifactId>server-web-api</artifactId>
<version>${teamcity-version}</version>
<version>${teamcity.version}</version>
<type>war</type>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.jetbrains.teamcity.internal</groupId>
<artifactId>server</artifactId>
<version>${teamcity-version}</version>
<version>${teamcity.version}</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.jetbrains.teamcity</groupId>
<artifactId>tests-support</artifactId>
<version>${teamcity-version}</version>
<version>${teamcity.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.teamcity.internal</groupId>
<artifactId>integration-test</artifactId>
<version>${teamcity-version}</version>
<version>${teamcity.version}</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.jetbrains.teamcity</groupId>
<artifactId>cloud-interface</artifactId>
<version>${teamcity-version}</version>
<version>${teamcity.version}</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.jetbrains.teamcity</groupId>
<artifactId>oauth</artifactId>
<version>${teamcity-version}</version>
<version>${teamcity.version}</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.jetbrains.teamcity</groupId>
<artifactId>cloud-shared</artifactId>
<version>${teamcity-version}</version>
<version>${teamcity.version}</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.jetbrains.teamcity</groupId>
<artifactId>cloud-server-api</artifactId>
<version>${teamcity-version}</version>
<version>${teamcity.version}</version>
<scope>provided</scope>
</dependency>

Expand Down Expand Up @@ -156,7 +156,7 @@
<dependency>
<groupId>org.jetbrains.teamcity</groupId>
<artifactId>cloud-server</artifactId>
<version>${teamcity-version}</version>
<version>${teamcity.version}</version>
<scope>provided</scope>
<exclusions>
<exclusion>
Expand All @@ -169,7 +169,7 @@
<dependency>
<groupId>org.jetbrains.teamcity</groupId>
<artifactId>common-impl</artifactId>
<version>${teamcity-version}</version>
<version>${teamcity.version}</version>
<scope>provided</scope>
<exclusions>
<exclusion>
Expand Down

0 comments on commit 0cc115b

Please sign in to comment.