Commit 4d7d30c 1 parent 66d8144 commit 4d7d30c Copy full SHA for 4d7d30c
File tree 2 files changed +16
-14
lines changed
2 files changed +16
-14
lines changed Original file line number Diff line number Diff line change 31
31
<properties >
32
32
<inceptionYear >2017</inceptionYear >
33
33
<osgi-annotation .version>1.1.1</osgi-annotation .version>
34
- <!-- Versions of TCK dependencies -->
34
+ <!-- Versions of TCK dependencies -->
35
35
<rest-assured .version>4.3.0</rest-assured .version>
36
36
<java-hamcrest .version>2.0.0.0</java-hamcrest .version>
37
37
<httpclient .version>4.5.2</httpclient .version>
38
38
<jackson .version>2.10.1</jackson .version>
39
- <restclient .version>3.0</restclient .version>
39
+ <mp .rest-client-api.version>3.0.1</mp .rest-client-api.version>
40
+ <jakarta .xml.bind-api.version>3.0.1</jakarta .xml.bind-api.version>
41
+ <jakarta .validation-api.version>3.0.2</jakarta .validation-api.version>
40
42
<biz .aQute.bnd.version>5.3.0</biz .aQute.bnd.version>
41
43
<version .microprofile.tck.bom>2.6</version .microprofile.tck.bom>
42
44
</properties >
63
65
</issueManagement >
64
66
65
67
<dependencyManagement >
66
- <dependencies >
68
+ <dependencies >
67
69
<dependency >
68
70
<groupId >biz.aQute.bnd</groupId >
69
71
<artifactId >biz.aQute.bnd.annotation</artifactId >
70
72
<version >${biz.aQute.bnd.version} </version >
71
73
<scope >provided</scope >
72
- </dependency >
74
+ </dependency >
73
75
<dependency >
74
76
<groupId >org.osgi</groupId >
75
77
<artifactId >org.osgi.annotation.versioning</artifactId >
81
83
<artifactId >microprofile-openapi-api</artifactId >
82
84
<version >${project.version} </version >
83
85
<scope >provided</scope >
84
- </dependency >
86
+ </dependency >
85
87
</dependencies >
86
88
</dependencyManagement >
87
89
<modules >
90
92
<module >spec</module >
91
93
<module >spi</module >
92
94
</modules >
93
-
95
+
94
96
</project >
Original file line number Diff line number Diff line change 44
44
<groupId >org.osgi</groupId >
45
45
<artifactId >org.osgi.annotation.versioning</artifactId >
46
46
</dependency >
47
-
47
+
48
48
<dependency >
49
49
<groupId >org.eclipse.microprofile.openapi</groupId >
50
50
<artifactId >microprofile-openapi-api</artifactId >
53
53
<dependency >
54
54
<groupId >org.eclipse.microprofile.rest.client</groupId >
55
55
<artifactId >microprofile-rest-client-api</artifactId >
56
- <version >3.0 </version >
56
+ <version >${mp.rest-client-api.version} </version >
57
57
<scope >provided</scope >
58
58
</dependency >
59
59
60
60
<dependency >
61
61
<groupId >jakarta.xml.bind</groupId >
62
62
<artifactId >jakarta.xml.bind-api</artifactId >
63
- <version >3.0.0 </version >
63
+ <version >${jakarta.xml.bind-api.version} </version >
64
64
<scope >provided</scope >
65
65
</dependency >
66
66
67
67
<dependency >
68
68
<groupId >jakarta.validation</groupId >
69
69
<artifactId >jakarta.validation-api</artifactId >
70
- <version >3.0.0 </version >
70
+ <version >${jakarta.validation-api.version} </version >
71
71
<scope >provided</scope >
72
72
</dependency >
73
-
73
+
74
74
<dependency >
75
75
<groupId >jakarta.ws.rs</groupId >
76
76
<artifactId >jakarta.ws.rs-api</artifactId >
77
77
</dependency >
78
-
78
+
79
79
<dependency >
80
80
<groupId >org.testng</groupId >
81
81
<artifactId >testng</artifactId >
121
121
<version >${jackson.version} </version >
122
122
</dependency >
123
123
</dependencies >
124
-
124
+
125
125
<build >
126
126
<plugins >
127
127
<plugin >
133
133
</plugin >
134
134
</plugins >
135
135
</build >
136
-
136
+
137
137
</project >
You can’t perform that action at this time.
0 commit comments