|
21 | 21 |
|
22 | 22 | <dependencyManagement> |
23 | 23 | <dependencies> |
24 | | - |
| 24 | + <!-- Modules in the cucumber org --> |
25 | 25 | <dependency> |
26 | 26 | <groupId>io.cucumber</groupId> |
27 | 27 | <artifactId>tag-expressions</artifactId> |
|
42 | 42 | <artifactId>html-formatter</artifactId> |
43 | 43 | <version>${html-formatter.version}</version> |
44 | 44 | </dependency> |
| 45 | + <dependency> |
| 46 | + <groupId>io.cucumber</groupId> |
| 47 | + <artifactId>ci-environment</artifactId> |
| 48 | + <version>${ci-environment.version}</version> |
| 49 | + </dependency> |
| 50 | + <dependency> |
| 51 | + <groupId>io.cucumber</groupId> |
| 52 | + <artifactId>gherkin</artifactId> |
| 53 | + <version>${gherkin.version}</version> |
| 54 | + </dependency> |
| 55 | + <!-- Modules in cucumber-jvm --> |
| 56 | + <dependency> |
| 57 | + <groupId>io.cucumber</groupId> |
| 58 | + <artifactId>cucumber-cdi2</artifactId> |
| 59 | + <version>7.3.0-SNAPSHOT</version> |
| 60 | + </dependency> |
| 61 | + <dependency> |
| 62 | + <groupId>io.cucumber</groupId> |
| 63 | + <artifactId>cucumber-core</artifactId> |
| 64 | + <version>7.3.0-SNAPSHOT</version> |
| 65 | + </dependency> |
45 | 66 | <dependency> |
46 | 67 | <groupId>io.cucumber</groupId> |
47 | 68 | <artifactId>datatable</artifactId> |
|
54 | 75 | </dependency> |
55 | 76 | <dependency> |
56 | 77 | <groupId>io.cucumber</groupId> |
57 | | - <artifactId>ci-environment</artifactId> |
58 | | - <version>${ci-environment.version}</version> |
| 78 | + <artifactId>cucumber-deltaspike</artifactId> |
| 79 | + <version>7.3.0-SNAPSHOT</version> |
59 | 80 | </dependency> |
60 | 81 | <dependency> |
61 | 82 | <groupId>io.cucumber</groupId> |
62 | | - <artifactId>gherkin</artifactId> |
63 | | - <version>${gherkin.version}</version> |
| 83 | + <artifactId>docstring</artifactId> |
| 84 | + <version>7.3.0-SNAPSHOT</version> |
64 | 85 | </dependency> |
65 | | - |
66 | 86 | <dependency> |
67 | 87 | <groupId>io.cucumber</groupId> |
68 | | - <artifactId>docstring</artifactId> |
| 88 | + <artifactId>cucumber-gherkin</artifactId> |
69 | 89 | <version>7.3.0-SNAPSHOT</version> |
70 | 90 | </dependency> |
71 | 91 | <dependency> |
72 | 92 | <groupId>io.cucumber</groupId> |
73 | | - <artifactId>cucumber-plugin</artifactId> |
| 93 | + <artifactId>cucumber-gherkin-messages</artifactId> |
74 | 94 | <version>7.3.0-SNAPSHOT</version> |
75 | 95 | </dependency> |
76 | 96 | <dependency> |
77 | 97 | <groupId>io.cucumber</groupId> |
78 | | - <artifactId>cucumber-core</artifactId> |
| 98 | + <artifactId>cucumber-guice</artifactId> |
| 99 | + <version>7.3.0-SNAPSHOT</version> |
| 100 | + </dependency> |
| 101 | + <dependency> |
| 102 | + <groupId>io.cucumber</groupId> |
| 103 | + <artifactId>cucumber-jakarta-cdi</artifactId> |
79 | 104 | <version>7.3.0-SNAPSHOT</version> |
80 | 105 | </dependency> |
81 | 106 | <dependency> |
|
90 | 115 | </dependency> |
91 | 116 | <dependency> |
92 | 117 | <groupId>io.cucumber</groupId> |
93 | | - <artifactId>cucumber-spring</artifactId> |
| 118 | + <artifactId>cucumber-junit</artifactId> |
94 | 119 | <version>7.3.0-SNAPSHOT</version> |
95 | 120 | </dependency> |
96 | 121 | <dependency> |
97 | 122 | <groupId>io.cucumber</groupId> |
98 | | - <artifactId>cucumber-junit</artifactId> |
| 123 | + <artifactId>cucumber-junit-platform-engine</artifactId> |
99 | 124 | <version>7.3.0-SNAPSHOT</version> |
100 | 125 | </dependency> |
101 | 126 | <dependency> |
102 | 127 | <groupId>io.cucumber</groupId> |
103 | | - <artifactId>cucumber-testng</artifactId> |
| 128 | + <artifactId>cucumber-openejb</artifactId> |
104 | 129 | <version>7.3.0-SNAPSHOT</version> |
105 | 130 | </dependency> |
106 | 131 | <dependency> |
|
110 | 135 | </dependency> |
111 | 136 | <dependency> |
112 | 137 | <groupId>io.cucumber</groupId> |
113 | | - <artifactId>cucumber-gherkin</artifactId> |
| 138 | + <artifactId>cucumber-plugin</artifactId> |
114 | 139 | <version>7.3.0-SNAPSHOT</version> |
115 | 140 | </dependency> |
116 | 141 | <dependency> |
117 | 142 | <groupId>io.cucumber</groupId> |
118 | | - <artifactId>cucumber-gherkin-messages</artifactId> |
| 143 | + <artifactId>cucumber-spring</artifactId> |
119 | 144 | <version>7.3.0-SNAPSHOT</version> |
120 | 145 | </dependency> |
121 | 146 | <dependency> |
122 | 147 | <groupId>io.cucumber</groupId> |
123 | | - <artifactId>cucumber-junit-platform-engine</artifactId> |
| 148 | + <artifactId>cucumber-testng</artifactId> |
124 | 149 | <version>7.3.0-SNAPSHOT</version> |
125 | 150 | </dependency> |
126 | 151 | </dependencies> |
|
0 commit comments