|
17 | 17 | -->
|
18 | 18 |
|
19 | 19 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
20 |
| -<<<<<<< HEAD:spring-ai-alibaba-rag-example/module-rag/pom.xml |
21 | 20 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
22 | 21 | <modelVersion>4.0.0</modelVersion>
|
23 | 22 |
|
|
83 | 82 | </dependency>
|
84 | 83 | </dependencies>
|
85 | 84 |
|
86 |
| - <build> |
87 |
| - <plugins> |
88 |
| - <plugin> |
89 |
| - <groupId>org.springframework.boot</groupId> |
90 |
| - <artifactId>spring-boot-maven-plugin</artifactId> |
91 |
| - </plugin> |
92 |
| - </plugins> |
93 |
| - </build> |
94 |
| - |
95 | 85 | <repositories>
|
96 | 86 | <repository>
|
97 | 87 | <id>spring-milestones</id>
|
|
102 | 92 | </snapshots>
|
103 | 93 | </repository>
|
104 | 94 | </repositories>
|
105 |
| -======= |
106 |
| - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> |
107 |
| - <modelVersion>4.0.0</modelVersion> |
108 |
| - |
109 |
| - <parent> |
110 |
| - <groupId>com.alibaba.cloud.ai</groupId> |
111 |
| - <artifactId>spring-ai-alibaba-rag-example</artifactId> |
112 |
| - <version>${revision}</version> |
113 |
| - <relativePath>../pom.xml</relativePath> |
114 |
| - </parent> |
115 |
| - <artifactId>web-search</artifactId> |
116 |
| - <version>${revision}</version> |
117 |
| - |
118 |
| - <name>internet-search</name> |
119 |
| - <description>Internet Search project for Spring AI Alibaba</description> |
120 |
| - |
121 |
| - <properties> |
122 |
| - <maven.compiler.source>17</maven.compiler.source> |
123 |
| - <maven.compiler.target>17</maven.compiler.target> |
124 |
| - <maven-deploy-plugin.version>3.1.1</maven-deploy-plugin.version> |
125 |
| - </properties> |
126 |
| - |
127 |
| - <dependencies> |
128 |
| - <dependency> |
129 |
| - <groupId>org.springframework.boot</groupId> |
130 |
| - <artifactId>spring-boot-starter-web</artifactId> |
131 |
| - </dependency> |
132 |
| - |
133 |
| - <dependency> |
134 |
| - <groupId>com.alibaba.cloud.ai</groupId> |
135 |
| - <artifactId>spring-ai-alibaba-starter</artifactId> |
136 |
| - </dependency> |
137 |
| - </dependencies> |
138 |
| ->>>>>>> a5c26fb305b265b051fdf61a7629fe26a35abe4c:spring-ai-alibaba-rag-example/web-search/pom.xml |
139 | 95 |
|
140 | 96 | <build>
|
141 | 97 | <plugins>
|
|
153 | 109 | </plugin>
|
154 | 110 | </plugins>
|
155 | 111 | </build>
|
| 112 | + |
156 | 113 | </project>
|
0 commit comments