|
106 | 106 | <artifactId>helidon-microprofile-testing-testng</artifactId> |
107 | 107 | <optional>true</optional> |
108 | 108 | </dependency> |
109 | | - <!-- tag::data_dependencies[] --> |
110 | | - <dependency> |
111 | | - <groupId>io.helidon.data</groupId> |
112 | | - <artifactId>helidon-data</artifactId> |
113 | | - </dependency> |
114 | | - <dependency> |
115 | | - <groupId>io.helidon.data.jakarta.persistence</groupId> |
116 | | - <artifactId>helidon-data-jakarta-persistence</artifactId> |
117 | | - </dependency> |
118 | | - <!-- end::data_dependencies[] --> |
119 | | - <!-- tag::data_eclipselink_dependencies[] --> |
120 | | - <dependency> |
121 | | - <groupId>org.eclipse.persistence</groupId> |
122 | | - <artifactId>org.eclipse.persistence.jpa</artifactId> |
123 | | - <scope>runtime</scope> |
124 | | - </dependency> |
125 | | - <dependency> |
126 | | - <groupId>org.eclipse.persistence</groupId> |
127 | | - <artifactId>org.eclipse.persistence.core</artifactId> |
128 | | - <scope>runtime</scope> |
129 | | - </dependency> |
130 | | - <dependency> |
131 | | - <groupId>com.mysql</groupId> |
132 | | - <artifactId>mysql-connector-j</artifactId> |
133 | | - <scope>runtime</scope> |
134 | | - </dependency> |
135 | | - <!-- end::data_eclipselink_dependencies[] --> |
136 | 109 | <dependency> |
137 | 110 | <groupId>org.testng</groupId> |
138 | 111 | <artifactId>testng</artifactId> |
|
202 | 175 | <compilerArgs> |
203 | 176 | <arg>-Xlint:-removal</arg> |
204 | 177 | </compilerArgs> |
205 | | - <!-- tag::data_annotationProcessorPaths[] --> |
206 | | - <annotationProcessorPaths> |
207 | | - <path> |
208 | | - <groupId>io.helidon.bundles</groupId> |
209 | | - <artifactId>helidon-bundles-apt</artifactId> |
210 | | - <version>${helidon.version}</version> |
211 | | - </path> |
212 | | - <path> |
213 | | - <groupId>io.helidon.data.codegen</groupId> |
214 | | - <artifactId>helidon-data-codegen</artifactId> |
215 | | - <version>${helidon.version}</version> |
216 | | - </path> |
217 | | - <path> |
218 | | - <groupId>io.helidon.data.jakarta.persistence</groupId> |
219 | | - <artifactId>helidon-data-jakarta-persistence-codegen</artifactId> |
220 | | - <version>${helidon.version}</version> |
221 | | - </path> |
222 | | - </annotationProcessorPaths> |
223 | | - <!-- end::data_annotationProcessorPaths[] --> |
224 | 178 | </configuration> |
225 | | - <dependencies> |
226 | | - <dependency> |
227 | | - <groupId>io.helidon.bundles</groupId> |
228 | | - <artifactId>helidon-bundles-apt</artifactId> |
229 | | - <version>${helidon.version}</version> |
230 | | - </dependency> |
231 | | - <dependency> |
232 | | - <groupId>io.helidon.data.codegen</groupId> |
233 | | - <artifactId>helidon-data-codegen</artifactId> |
234 | | - <version>${helidon.version}</version> |
235 | | - </dependency> |
236 | | - <dependency> |
237 | | - <groupId>io.helidon.data.jakarta.persistence</groupId> |
238 | | - <artifactId>helidon-data-jakarta-persistence-codegen</artifactId> |
239 | | - <version>${helidon.version}</version> |
240 | | - </dependency> |
241 | | - </dependencies> |
242 | 179 | <executions> |
243 | 180 | <execution> |
244 | 181 | <id>compile-snippets</id> |
|
0 commit comments