Commit a07d8b8 1 parent 15e67f0 commit a07d8b8 Copy full SHA for a07d8b8
File tree 8 files changed +22
-7
lines changed
8 files changed +22
-7
lines changed Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >jakarta.enterprise</groupId >
7
7
<artifactId >cdi-tck-parent</artifactId >
8
- <version >4.1.0</version >
8
+ <version >4.1.0-SNAPSHOT </version >
9
9
</parent >
10
10
11
11
<artifactId >cdi-tck-api</artifactId >
Original file line number Diff line number Diff line change 146
146
<version >2.6</version >
147
147
<scope >test</scope >
148
148
</dependency >
149
+ <dependency >
150
+ <groupId >org.testng</groupId >
151
+ <artifactId >testng</artifactId >
152
+ <scope >test</scope >
153
+ </dependency >
154
+ <dependency >
155
+ <groupId >org.jboss.arquillian.testng</groupId >
156
+ <artifactId >arquillian-testng-container</artifactId >
157
+ <scope >test</scope >
158
+ </dependency >
159
+ <dependency >
160
+ <groupId >org.jboss.shrinkwrap.descriptors</groupId >
161
+ <artifactId >shrinkwrap-descriptors-impl-javaee</artifactId >
162
+ <scope >test</scope >
163
+ </dependency >
149
164
</dependencies >
150
165
151
166
<build >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >jakarta.enterprise</groupId >
6
6
<artifactId >cdi-tck-parent</artifactId >
7
- <version >4.1.0</version >
7
+ <version >4.1.0-SNAPSHOT </version >
8
8
<relativePath >../pom.xml</relativePath >
9
9
</parent >
10
10
Original file line number Diff line number Diff line change 10
10
<parent >
11
11
<groupId >jakarta.enterprise</groupId >
12
12
<artifactId >cdi-tck-parent</artifactId >
13
- <version >4.1.0</version >
13
+ <version >4.1.0-SNAPSHOT </version >
14
14
<relativePath >../../pom.xml</relativePath >
15
15
</parent >
16
16
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<artifactId >cdi-tck-parent</artifactId >
5
5
<groupId >jakarta.enterprise</groupId >
6
- <version >4.1.0</version >
6
+ <version >4.1.0-SNAPSHOT </version >
7
7
</parent >
8
8
<artifactId >cdi-tck-ext-lib</artifactId >
9
9
<name >CDI TCK Installed Library - test bean archive</name >
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<artifactId >cdi-tck-parent</artifactId >
5
5
<groupId >jakarta.enterprise</groupId >
6
- <version >4.1.0</version >
6
+ <version >4.1.0-SNAPSHOT </version >
7
7
</parent >
8
8
<modelVersion >4.0.0</modelVersion >
9
9
<artifactId >cdi-tck-core-impl</artifactId >
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<artifactId >cdi-tck-parent</artifactId >
5
5
<groupId >jakarta.enterprise</groupId >
6
- <version >4.1.0</version >
6
+ <version >4.1.0-SNAPSHOT </version >
7
7
</parent >
8
8
<modelVersion >4.0.0</modelVersion >
9
9
<artifactId >cdi-tck-lang-model</artifactId >
Original file line number Diff line number Diff line change 4
4
<groupId >jakarta.enterprise</groupId >
5
5
<artifactId >cdi-tck-parent</artifactId >
6
6
<packaging >pom</packaging >
7
- <version >4.1.0</version >
7
+ <version >4.1.0-SNAPSHOT </version >
8
8
<name >Jakarta CDI TCK</name >
9
9
10
10
<parent >
You can’t perform that action at this time.
0 commit comments