Skip to content

Commit 8bd6c4d

Browse files
chore(deps): bump org.apache.maven.plugins:maven-dependency-plugin from 3.1.2 to 3.9.0 (#848)
# Conflicts: # pom.xml Co-authored-by: Ihor Vinokur <[email protected]>
1 parent 99584a3 commit 8bd6c4d

File tree

13 files changed

+169
-120
lines changed
  • infrastructures/openshift
  • multiuser/permission
    • che-multiuser-permission-devfile
    • che-multiuser-permission-system
    • che-multiuser-permission-workspace
  • wsmaster

13 files changed

+169
-120
lines changed

infrastructures/openshift/pom.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,6 @@
108108
<groupId>org.eclipse.che.core</groupId>
109109
<artifactId>che-core-commons-annotations</artifactId>
110110
</dependency>
111-
<dependency>
112-
<groupId>org.eclipse.che.core</groupId>
113-
<artifactId>che-core-commons-inject</artifactId>
114-
</dependency>
115111
<dependency>
116112
<groupId>org.eclipse.che.core</groupId>
117113
<artifactId>che-core-commons-lang</artifactId>
@@ -153,6 +149,11 @@
153149
<artifactId>jakarta.servlet-api</artifactId>
154150
<scope>provided</scope>
155151
</dependency>
152+
<dependency>
153+
<groupId>org.eclipse.che.core</groupId>
154+
<artifactId>che-core-commons-inject</artifactId>
155+
<scope>provided</scope>
156+
</dependency>
156157
<dependency>
157158
<groupId>io.netty</groupId>
158159
<artifactId>netty-handler</artifactId>

multiuser/permission/che-multiuser-permission-devfile/pom.xml

Lines changed: 36 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -32,39 +32,21 @@
3232
</dependency>
3333
<dependency>
3434
<groupId>org.eclipse.che.core</groupId>
35-
<artifactId>che-core-api-account</artifactId>
35+
<artifactId>che-core-commons-test</artifactId>
3636
</dependency>
3737
<dependency>
38-
<groupId>org.eclipse.che.core</groupId>
39-
<artifactId>che-core-api-core</artifactId>
38+
<groupId>com.google.inject.extensions</groupId>
39+
<artifactId>guice-persist</artifactId>
40+
<scope>provided</scope>
4041
</dependency>
4142
<dependency>
4243
<groupId>org.eclipse.che.core</groupId>
4344
<artifactId>che-core-api-devfile</artifactId>
45+
<scope>provided</scope>
4446
</dependency>
4547
<dependency>
4648
<groupId>org.eclipse.che.core</groupId>
47-
<artifactId>che-core-api-devfile-shared</artifactId>
48-
</dependency>
49-
<dependency>
50-
<groupId>org.eclipse.che.core</groupId>
51-
<artifactId>che-core-api-user</artifactId>
52-
</dependency>
53-
<dependency>
54-
<groupId>org.eclipse.che.core</groupId>
55-
<artifactId>che-core-api-workspace</artifactId>
56-
</dependency>
57-
<dependency>
58-
<groupId>org.eclipse.che.core</groupId>
59-
<artifactId>che-core-commons-lang</artifactId>
60-
</dependency>
61-
<dependency>
62-
<groupId>org.eclipse.che.core</groupId>
63-
<artifactId>che-core-commons-test</artifactId>
64-
</dependency>
65-
<dependency>
66-
<groupId>com.google.inject.extensions</groupId>
67-
<artifactId>guice-persist</artifactId>
49+
<artifactId>che-core-api-model</artifactId>
6850
<scope>provided</scope>
6951
</dependency>
7052
<dependency>
@@ -107,11 +89,36 @@
10789
<artifactId>rest-assured</artifactId>
10890
<scope>test</scope>
10991
</dependency>
92+
<dependency>
93+
<groupId>org.eclipse.che.core</groupId>
94+
<artifactId>che-core-api-account</artifactId>
95+
<scope>test</scope>
96+
</dependency>
97+
<dependency>
98+
<groupId>org.eclipse.che.core</groupId>
99+
<artifactId>che-core-api-core</artifactId>
100+
<scope>test</scope>
101+
</dependency>
102+
<dependency>
103+
<groupId>org.eclipse.che.core</groupId>
104+
<artifactId>che-core-api-devfile-shared</artifactId>
105+
<scope>test</scope>
106+
</dependency>
110107
<dependency>
111108
<groupId>org.eclipse.che.core</groupId>
112109
<artifactId>che-core-api-dto</artifactId>
113110
<scope>test</scope>
114111
</dependency>
112+
<dependency>
113+
<groupId>org.eclipse.che.core</groupId>
114+
<artifactId>che-core-api-user</artifactId>
115+
<scope>test</scope>
116+
</dependency>
117+
<dependency>
118+
<groupId>org.eclipse.che.core</groupId>
119+
<artifactId>che-core-api-workspace</artifactId>
120+
<scope>test</scope>
121+
</dependency>
115122
<dependency>
116123
<groupId>org.eclipse.che.core</groupId>
117124
<artifactId>che-core-commons-inject</artifactId>
@@ -122,6 +129,11 @@
122129
<artifactId>che-core-commons-json</artifactId>
123130
<scope>test</scope>
124131
</dependency>
132+
<dependency>
133+
<groupId>org.eclipse.che.core</groupId>
134+
<artifactId>che-core-commons-lang</artifactId>
135+
<scope>test</scope>
136+
</dependency>
125137
<dependency>
126138
<groupId>org.eclipse.che.core</groupId>
127139
<artifactId>che-core-sql-schema</artifactId>

multiuser/permission/che-multiuser-permission-system/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,11 @@
7373
<artifactId>rest-assured</artifactId>
7474
<scope>test</scope>
7575
</dependency>
76+
<dependency>
77+
<groupId>org.eclipse.che.core</groupId>
78+
<artifactId>che-core-api-system-shared</artifactId>
79+
<scope>test</scope>
80+
</dependency>
7681
<dependency>
7782
<groupId>org.everrest</groupId>
7883
<artifactId>everrest-assured</artifactId>

multiuser/permission/che-multiuser-permission-workspace/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,11 @@
5858
<artifactId>guice-persist</artifactId>
5959
<scope>provided</scope>
6060
</dependency>
61+
<dependency>
62+
<groupId>org.eclipse.che.core</groupId>
63+
<artifactId>che-core-api-model</artifactId>
64+
<scope>provided</scope>
65+
</dependency>
6166
<dependency>
6267
<groupId>org.eclipse.che.multiuser</groupId>
6368
<artifactId>che-multiuser-api-permission</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
<maven.buildnumber.plugin.version>3.0.0</maven.buildnumber.plugin.version>
111111
<maven.clean.plugin.version>3.3.2</maven.clean.plugin.version>
112112
<maven.compiler.plugin.version>3.14.1</maven.compiler.plugin.version>
113-
<maven.dependency.plugin.version>3.1.2</maven.dependency.plugin.version>
113+
<maven.dependency.plugin.version>3.9.0</maven.dependency.plugin.version>
114114
<maven.enforcer.plugin.version>3.0.0</maven.enforcer.plugin.version>
115115
<maven.exec.plugin.version>3.0.0</maven.exec.plugin.version>
116116
<maven.fabric8io.docker.plugin.version>0.47.0</maven.fabric8io.docker.plugin.version>

wsmaster/che-core-api-auth-github/pom.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@
2323
<packaging>jar</packaging>
2424
<name>Che Core :: API :: Authentication Github</name>
2525
<dependencies>
26-
<dependency>
27-
<groupId>com.google.guava</groupId>
28-
<artifactId>guava</artifactId>
29-
</dependency>
3026
<dependency>
3127
<groupId>com.google.inject</groupId>
3228
<artifactId>guice</artifactId>
@@ -52,6 +48,11 @@
5248
<artifactId>wiremock-jre8-standalone</artifactId>
5349
<scope>test</scope>
5450
</dependency>
51+
<dependency>
52+
<groupId>com.google.guava</groupId>
53+
<artifactId>guava</artifactId>
54+
<scope>test</scope>
55+
</dependency>
5556
<dependency>
5657
<groupId>org.testng</groupId>
5758
<artifactId>testng</artifactId>

wsmaster/che-core-api-auth-gitlab/pom.xml

Lines changed: 18 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -23,22 +23,10 @@
2323
<packaging>jar</packaging>
2424
<name>Che Core :: API :: Authentication GitLab</name>
2525
<dependencies>
26-
<dependency>
27-
<groupId>com.google.guava</groupId>
28-
<artifactId>guava</artifactId>
29-
</dependency>
30-
<dependency>
31-
<groupId>com.google.http-client</groupId>
32-
<artifactId>google-http-client</artifactId>
33-
</dependency>
3426
<dependency>
3527
<groupId>com.google.inject</groupId>
3628
<artifactId>guice</artifactId>
3729
</dependency>
38-
<dependency>
39-
<groupId>com.google.oauth-client</groupId>
40-
<artifactId>google-oauth-client</artifactId>
41-
</dependency>
4230
<dependency>
4331
<groupId>jakarta.inject</groupId>
4432
<artifactId>jakarta.inject-api</artifactId>
@@ -53,11 +41,27 @@
5341
</dependency>
5442
<dependency>
5543
<groupId>org.eclipse.che.core</groupId>
56-
<artifactId>che-core-api-auth-shared</artifactId>
44+
<artifactId>che-core-commons-annotations</artifactId>
45+
</dependency>
46+
<dependency>
47+
<groupId>com.google.guava</groupId>
48+
<artifactId>guava</artifactId>
49+
<scope>test</scope>
50+
</dependency>
51+
<dependency>
52+
<groupId>com.google.http-client</groupId>
53+
<artifactId>google-http-client</artifactId>
54+
<scope>test</scope>
55+
</dependency>
56+
<dependency>
57+
<groupId>com.google.oauth-client</groupId>
58+
<artifactId>google-oauth-client</artifactId>
59+
<scope>test</scope>
5760
</dependency>
5861
<dependency>
5962
<groupId>org.eclipse.che.core</groupId>
60-
<artifactId>che-core-commons-annotations</artifactId>
63+
<artifactId>che-core-api-auth-shared</artifactId>
64+
<scope>test</scope>
6165
</dependency>
6266
<dependency>
6367
<groupId>org.testng</groupId>

wsmaster/che-core-api-devfile/pom.xml

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@
3131
<groupId>com.google.guava</groupId>
3232
<artifactId>guava</artifactId>
3333
</dependency>
34-
<dependency>
35-
<groupId>com.google.inject</groupId>
36-
<artifactId>guice</artifactId>
37-
</dependency>
3834
<dependency>
3935
<groupId>jakarta.inject</groupId>
4036
<artifactId>jakarta.inject-api</artifactId>
@@ -47,10 +43,6 @@
4743
<groupId>org.eclipse.che.core</groupId>
4844
<artifactId>che-core-api-account</artifactId>
4945
</dependency>
50-
<dependency>
51-
<groupId>org.eclipse.che.core</groupId>
52-
<artifactId>che-core-api-core</artifactId>
53-
</dependency>
5446
<dependency>
5547
<groupId>org.eclipse.che.core</groupId>
5648
<artifactId>che-core-api-devfile-shared</artifactId>
@@ -63,10 +55,6 @@
6355
<groupId>org.eclipse.che.core</groupId>
6456
<artifactId>che-core-api-model</artifactId>
6557
</dependency>
66-
<dependency>
67-
<groupId>org.eclipse.che.core</groupId>
68-
<artifactId>che-core-api-user</artifactId>
69-
</dependency>
7058
<dependency>
7159
<groupId>org.eclipse.che.core</groupId>
7260
<artifactId>che-core-api-workspace</artifactId>
@@ -77,7 +65,8 @@
7765
</dependency>
7866
<dependency>
7967
<groupId>org.eclipse.che.core</groupId>
80-
<artifactId>che-core-commons-lang</artifactId>
68+
<artifactId>che-core-api-core</artifactId>
69+
<scope>provided</scope>
8170
</dependency>
8271
<dependency>
8372
<groupId>org.eclipse.persistence</groupId>
@@ -89,6 +78,11 @@
8978
<artifactId>logback-classic</artifactId>
9079
<scope>test</scope>
9180
</dependency>
81+
<dependency>
82+
<groupId>com.google.inject</groupId>
83+
<artifactId>guice</artifactId>
84+
<scope>test</scope>
85+
</dependency>
9286
<dependency>
9387
<groupId>com.h2database</groupId>
9488
<artifactId>h2</artifactId>
@@ -104,11 +98,21 @@
10498
<artifactId>rest-assured</artifactId>
10599
<scope>test</scope>
106100
</dependency>
101+
<dependency>
102+
<groupId>org.eclipse.che.core</groupId>
103+
<artifactId>che-core-api-user</artifactId>
104+
<scope>test</scope>
105+
</dependency>
107106
<dependency>
108107
<groupId>org.eclipse.che.core</groupId>
109108
<artifactId>che-core-commons-json</artifactId>
110109
<scope>test</scope>
111110
</dependency>
111+
<dependency>
112+
<groupId>org.eclipse.che.core</groupId>
113+
<artifactId>che-core-commons-lang</artifactId>
114+
<scope>test</scope>
115+
</dependency>
112116
<dependency>
113117
<groupId>org.eclipse.che.core</groupId>
114118
<artifactId>che-core-commons-test</artifactId>

wsmaster/che-core-api-factory-bitbucket-server/pom.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,6 @@
8686
<groupId>org.eclipse.che.core</groupId>
8787
<artifactId>che-core-api-factory-shared</artifactId>
8888
</dependency>
89-
<dependency>
90-
<groupId>org.eclipse.che.core</groupId>
91-
<artifactId>che-core-api-model</artifactId>
92-
</dependency>
9389
<dependency>
9490
<groupId>org.eclipse.che.core</groupId>
9591
<artifactId>che-core-api-workspace</artifactId>
@@ -110,6 +106,11 @@
110106
<groupId>org.slf4j</groupId>
111107
<artifactId>slf4j-api</artifactId>
112108
</dependency>
109+
<dependency>
110+
<groupId>org.eclipse.che.core</groupId>
111+
<artifactId>che-core-api-model</artifactId>
112+
<scope>provided</scope>
113+
</dependency>
113114
<dependency>
114115
<groupId>ch.qos.logback</groupId>
115116
<artifactId>logback-classic</artifactId>

wsmaster/che-core-api-factory-bitbucket/pom.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,6 @@
7474
<groupId>org.eclipse.che.core</groupId>
7575
<artifactId>che-core-api-factory-shared</artifactId>
7676
</dependency>
77-
<dependency>
78-
<groupId>org.eclipse.che.core</groupId>
79-
<artifactId>che-core-api-model</artifactId>
80-
</dependency>
8177
<dependency>
8278
<groupId>org.eclipse.che.core</groupId>
8379
<artifactId>che-core-api-workspace</artifactId>
@@ -98,6 +94,11 @@
9894
<groupId>org.slf4j</groupId>
9995
<artifactId>slf4j-api</artifactId>
10096
</dependency>
97+
<dependency>
98+
<groupId>org.eclipse.che.core</groupId>
99+
<artifactId>che-core-api-model</artifactId>
100+
<scope>provided</scope>
101+
</dependency>
101102
<dependency>
102103
<groupId>ch.qos.logback</groupId>
103104
<artifactId>logback-classic</artifactId>

0 commit comments

Comments
 (0)