1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
4
+ <modelVersion >4.0.0</modelVersion >
5
+
6
+ <parent >
7
+ <groupId >io.javaoperatorsdk</groupId >
8
+ <artifactId >jenvtest-project</artifactId >
9
+ <version >0.0.1-SNAPSHOT</version >
10
+ </parent >
11
+
12
+ <artifactId >jenvtest</artifactId >
13
+ <packaging >jar</packaging >
14
+ <name >JEnvTest</name >
15
+
16
+ <dependencyManagement >
17
+ <dependencies >
18
+
19
+ </dependencies >
20
+ </dependencyManagement >
21
+
22
+ <dependencies >
23
+ <dependency >
24
+ <groupId >com.google.cloud</groupId >
25
+ <artifactId >google-cloud-storage</artifactId >
26
+ </dependency >
27
+ <!-- https://mvnrepository.com/artifact/org.apache.commons/commons-compress -->
28
+ <dependency >
29
+ <groupId >org.apache.commons</groupId >
30
+ <artifactId >commons-compress</artifactId >
31
+ </dependency >
32
+ <dependency >
33
+ <groupId >commons-io</groupId >
34
+ <artifactId >commons-io</artifactId >
35
+ </dependency >
36
+ <dependency >
37
+ <groupId >org.awaitility</groupId >
38
+ <artifactId >awaitility</artifactId >
39
+ <scope >test</scope >
40
+ </dependency >
41
+ <dependency >
42
+ <groupId >org.junit.jupiter</groupId >
43
+ <artifactId >junit-jupiter-api</artifactId >
44
+ </dependency >
45
+ <dependency >
46
+ <groupId >org.junit.jupiter</groupId >
47
+ <artifactId >junit-jupiter-engine</artifactId >
48
+ </dependency >
49
+ <dependency >
50
+ <groupId >org.mockito</groupId >
51
+ <artifactId >mockito-core</artifactId >
52
+ </dependency >
53
+ <dependency >
54
+ <groupId >org.slf4j</groupId >
55
+ <artifactId >slf4j-api</artifactId >
56
+ </dependency >
57
+ <dependency >
58
+ <groupId >org.apache.logging.log4j</groupId >
59
+ <artifactId >log4j-slf4j-impl</artifactId >
60
+ <scope >test</scope >
61
+ </dependency >
62
+ <dependency >
63
+ <groupId >org.apache.logging.log4j</groupId >
64
+ <artifactId >log4j-core</artifactId >
65
+ <scope >test</scope >
66
+ </dependency >
67
+ <dependency >
68
+ <groupId >io.fabric8</groupId >
69
+ <artifactId >kubernetes-client</artifactId >
70
+ <scope >test</scope >
71
+ </dependency >
72
+ <dependency >
73
+ <groupId >org.assertj</groupId >
74
+ <artifactId >assertj-core</artifactId >
75
+ <scope >test</scope >
76
+ </dependency >
77
+ <dependency >
78
+ <groupId >org.eclipse.jetty</groupId >
79
+ <artifactId >jetty-server</artifactId >
80
+ <scope >test</scope >
81
+ </dependency >
82
+ <dependency >
83
+ <groupId >org.bouncycastle</groupId >
84
+ <artifactId >bcpkix-jdk18on</artifactId >
85
+ </dependency >
86
+ <dependency >
87
+ <groupId >io.javaoperatorsdk</groupId >
88
+ <artifactId >kubernetes-webhooks-framework-core</artifactId >
89
+ <scope >test</scope >
90
+ </dependency >
91
+ </dependencies >
92
+ </project >
0 commit comments