Skip to content

Commit c9f4387

Browse files
committed
Add dependency
1 parent 7e080f6 commit c9f4387

File tree

2 files changed

+29
-16
lines changed

2 files changed

+29
-16
lines changed

framework/dependency/pom.xml

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -203,16 +203,6 @@
203203
<artifactId>fit-transaction</artifactId>
204204
<version>${fit.version}</version>
205205
</dependency>
206-
<dependency>
207-
<groupId>org.fitframework.extension</groupId>
208-
<artifactId>fit-validation</artifactId>
209-
<version>${fit.version}</version>
210-
</dependency>
211-
<dependency>
212-
<groupId>org.fitframework.extension</groupId>
213-
<artifactId>fit-validation-hibernate</artifactId>
214-
<version>${fit.version}</version>
215-
</dependency>
216206

217207
<!-- Test -->
218208
<dependency>
@@ -360,19 +350,34 @@
360350
<artifactId>fit-service-coordination-locator</artifactId>
361351
<version>${fit.version}</version>
362352
</dependency>
353+
<dependency>
354+
<groupId>org.fitframework.plugin</groupId>
355+
<artifactId>fit-service-coordination-nacos</artifactId>
356+
<version>${fit.version}</version>
357+
</dependency>
363358
<dependency>
364359
<groupId>org.fitframework.plugin</groupId>
365360
<artifactId>fit-service-coordination-simple</artifactId>
366361
<version>${fit.version}</version>
367362
</dependency>
363+
<dependency>
364+
<groupId>org.fitframework.plugin</groupId>
365+
<artifactId>fit-service-discovery</artifactId>
366+
<version>${fit.version}</version>
367+
</dependency>
368368
<dependency>
369369
<groupId>org.fitframework.plugin</groupId>
370370
<artifactId>fit-service-registry</artifactId>
371371
<version>${fit.version}</version>
372372
</dependency>
373373
<dependency>
374374
<groupId>org.fitframework.plugin</groupId>
375-
<artifactId>fit-service-discovery</artifactId>
375+
<artifactId>fit-validation-hibernate-jakarta</artifactId>
376+
<version>${fit.version}</version>
377+
</dependency>
378+
<dependency>
379+
<groupId>org.fitframework.plugin</groupId>
380+
<artifactId>fit-validation-hibernate-javax</artifactId>
376381
<version>${fit.version}</version>
377382
</dependency>
378383
<dependency>

framework/fit/java/jacoco-aggregator/pom.xml

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,6 @@
9898
<groupId>org.fitframework.extension</groupId>
9999
<artifactId>fit-transaction</artifactId>
100100
</dependency>
101-
<dependency>
102-
<groupId>org.fitframework.extension</groupId>
103-
<artifactId>fit-validation</artifactId>
104-
</dependency>
105101

106102
<!-- FIT Test -->
107103
<dependency>
@@ -196,17 +192,29 @@
196192
<groupId>org.fitframework.plugin</groupId>
197193
<artifactId>fit-service-coordination-locator</artifactId>
198194
</dependency>
195+
<dependency>
196+
<groupId>org.fitframework.plugin</groupId>
197+
<artifactId>fit-service-coordination-nacos</artifactId>
198+
</dependency>
199199
<dependency>
200200
<groupId>org.fitframework.plugin</groupId>
201201
<artifactId>fit-service-coordination-simple</artifactId>
202202
</dependency>
203+
<dependency>
204+
<groupId>org.fitframework.plugin</groupId>
205+
<artifactId>fit-service-discovery</artifactId>
206+
</dependency>
203207
<dependency>
204208
<groupId>org.fitframework.plugin</groupId>
205209
<artifactId>fit-service-registry</artifactId>
206210
</dependency>
207211
<dependency>
208212
<groupId>org.fitframework.plugin</groupId>
209-
<artifactId>fit-service-discovery</artifactId>
213+
<artifactId>fit-validation-hibernate-jakarta</artifactId>
214+
</dependency>
215+
<dependency>
216+
<groupId>org.fitframework.plugin</groupId>
217+
<artifactId>fit-validation-hibernate-javax</artifactId>
210218
</dependency>
211219
<dependency>
212220
<groupId>org.fitframework.plugin</groupId>

0 commit comments

Comments
 (0)