File tree 5 files changed +8
-6
lines changed
5 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 843
843
<module >timefold-solver</module >
844
844
<module >vaadin</module >
845
845
<module >vavr-modules</module >
846
+ <module >vector-db</module >
846
847
<module >vertx-modules</module >
847
848
<module >web-modules</module >
848
849
<module >webrtc</module >
1229
1230
<module >timefold-solver</module >
1230
1231
<module >vavr-modules</module >
1231
1232
<module >vaadin</module >
1233
+ <module >vector-db</module >
1232
1234
<module >vertx-modules</module >
1233
1235
<module >web-modules</module >
1234
1236
<module >webrtc</module >
Original file line number Diff line number Diff line change 27
27
<module >spring-boot-basic-customization</module >
28
28
<module >spring-boot-basic-customization-2</module >
29
29
<module >spring-boot-bootstrap</module >
30
- <!-- < module>spring-boot-basic-customization-3</module> --> <!-- JAVA-33979 -- >
30
+ <module >spring-boot-basic-customization-3</module >
31
31
<module >spring-boot-logging-loki</module >
32
32
<module >spring-boot-caching</module >
33
33
<module >spring-boot-caching-2</module >
Original file line number Diff line number Diff line change 41
41
<module >load-testing-comparison</module >
42
42
<module >mockito</module >
43
43
<module >mockito-simple</module >
44
- <!-- < module>mocks</module> --> <!-- failing after upgrading to jdk17 -- >
44
+ <module >mocks</module >
45
45
<module >mocks-2</module >
46
46
<module >mockserver</module >
47
47
<module >parallel-tests-junit</module >
Original file line number Diff line number Diff line change 1
1
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2
2
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
3
3
<modelVersion >4.0.0</modelVersion >
4
+ <artifactId >milvus</artifactId >
5
+
4
6
<parent >
5
7
<groupId >com.baeldung</groupId >
6
8
<artifactId >vector-db</artifactId >
7
9
<version >1.0-SNAPSHOT</version >
8
10
</parent >
9
- < artifactId >milvus</ artifactId >
11
+
10
12
<dependencies >
11
13
<dependency >
12
14
<groupId >io.milvus</groupId >
13
15
<artifactId >milvus-sdk-java</artifactId >
14
16
<version >${milvus.version} </version >
15
17
</dependency >
16
18
</dependencies >
19
+
17
20
<build >
18
21
<plugins >
19
22
<plugin >
Original file line number Diff line number Diff line change 1
1
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2
2
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
3
<modelVersion >4.0.0</modelVersion >
4
-
5
- <groupId >com.baeldung</groupId >
6
4
<artifactId >vector-db</artifactId >
7
5
<version >1.0-SNAPSHOT</version >
8
6
<packaging >pom</packaging >
9
-
10
7
<name >vector-db</name >
11
8
12
9
<parent >
You can’t perform that action at this time.
0 commit comments