Skip to content

Commit 6a53e45

Browse files
committed
fix: build
1 parent 6834c8a commit 6a53e45

File tree

2 files changed

+4
-13
lines changed

2 files changed

+4
-13
lines changed

backend/.classpath

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,6 @@
1616
<attribute name="maven.pomderived" value="true"/>
1717
</attributes>
1818
</classpathentry>
19-
<classpathentry kind="src" output="target/classes" path="src/main/java">
20-
<attributes>
21-
<attribute name="optional" value="true"/>
22-
<attribute name="maven.pomderived" value="true"/>
23-
</attributes>
24-
</classpathentry>
25-
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
26-
<attributes>
27-
<attribute name="optional" value="true"/>
28-
<attribute name="maven.pomderived" value="true"/>
29-
<attribute name="test" value="true"/>
30-
</attributes>
31-
</classpathentry>
3219
<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources">
3320
<attributes>
3421
<attribute name="maven.pomderived" value="true"/>

backend/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,12 @@ http://www.apache.org/licenses/LICENSE-2.0
7171
<dependency>
7272
<groupId>org.springframework.ai</groupId>
7373
<artifactId>spring-ai-ollama-spring-boot-starter</artifactId>
74+
<version>1.0.0-SNAPSHOT</version>
7475
</dependency>
7576
<dependency>
7677
<groupId>org.springframework.ai</groupId>
7778
<artifactId>spring-ai-retry</artifactId>
79+
<version>1.0.0-SNAPSHOT</version>
7880
</dependency>
7981
<dependency>
8082
<groupId>io.micrometer</groupId>
@@ -147,6 +149,7 @@ http://www.apache.org/licenses/LICENSE-2.0
147149
<scope>test</scope>
148150
</dependency>
149151
</dependencies>
152+
<!--
150153
<dependencyManagement>
151154
<dependencies>
152155
<dependency>
@@ -158,6 +161,7 @@ http://www.apache.org/licenses/LICENSE-2.0
158161
</dependency>
159162
</dependencies>
160163
</dependencyManagement>
164+
-->
161165
<repositories>
162166
<repository>
163167
<id>spring-milestones</id>

0 commit comments

Comments
 (0)