Skip to content

Commit

Permalink
[JAVA-41010] Enabled mocks, vector-db, spring-boot-basic-customizatio…
Browse files Browse the repository at this point in the history
…n-3 modules (eugenp#17882)
  • Loading branch information
panos-kakos authored Oct 30, 2024
1 parent 41b8ad0 commit cfda139
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -843,6 +843,7 @@
<module>timefold-solver</module>
<module>vaadin</module>
<module>vavr-modules</module>
<module>vector-db</module>
<module>vertx-modules</module>
<module>web-modules</module>
<module>webrtc</module>
Expand Down Expand Up @@ -1229,6 +1230,7 @@
<module>timefold-solver</module>
<module>vavr-modules</module>
<module>vaadin</module>
<module>vector-db</module>
<module>vertx-modules</module>
<module>web-modules</module>
<module>webrtc</module>
Expand Down
2 changes: 1 addition & 1 deletion spring-boot-modules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<module>spring-boot-basic-customization</module>
<module>spring-boot-basic-customization-2</module>
<module>spring-boot-bootstrap</module>
<!--<module>spring-boot-basic-customization-3</module>--> <!--JAVA-33979-->
<module>spring-boot-basic-customization-3</module>
<module>spring-boot-logging-loki</module>
<module>spring-boot-caching</module>
<module>spring-boot-caching-2</module>
Expand Down
2 changes: 1 addition & 1 deletion testing-modules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<module>load-testing-comparison</module>
<module>mockito</module>
<module>mockito-simple</module>
<!-- <module>mocks</module>--> <!-- failing after upgrading to jdk17 -->
<module>mocks</module>
<module>mocks-2</module>
<module>mockserver</module>
<module>parallel-tests-junit</module>
Expand Down
5 changes: 4 additions & 1 deletion vector-db/milvus/pom.xml
Original file line number Diff line number Diff line change
@@ -1,19 +1,22 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>milvus</artifactId>

<parent>
<groupId>com.baeldung</groupId>
<artifactId>vector-db</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>
<artifactId>milvus</artifactId>

<dependencies>
<dependency>
<groupId>io.milvus</groupId>
<artifactId>milvus-sdk-java</artifactId>
<version>${milvus.version}</version>
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
Expand Down
3 changes: 0 additions & 3 deletions vector-db/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>com.baeldung</groupId>
<artifactId>vector-db</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>vector-db</name>

<parent>
Expand Down

0 comments on commit cfda139

Please sign in to comment.