ai-infrastructure
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.spring-middleware</groupId>
<artifactId>ai-infrastructure</artifactId>
<version>1.4.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.spring-middleware</groupId>
<artifactId>ai-infrastructure</artifactId>
<version>1.4.0</version>
<name>ai-infrastructure</name>
<description>AI Infrastructure</description>
<url>https://github.com/Spring-Middleware/spring-base/ai/ai-infrastructure</url>
<inceptionYear>2026</inceptionYear>
<organization>
<name>Spring Middleware</name>
<url>https://github.com/Spring-Middleware</url>
</organization>
<licenses>
<license>
<name>MIT License</name>
<url>https://opensource.org/license/mit</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<name>Fernando Guardiola Ruiz</name>
<email>fernandoguardiolaruiz@gmail.com</email>
<organization>Spring Middleware</organization>
<organizationUrl>https://github.com/Spring-Middleware</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/Spring-Middleware/spring-base.git/ai/ai-infrastructure</connection>
<developerConnection>scm:git:ssh://git@github.com:Spring-Middleware/spring-base.git/ai/ai-infrastructure</developerConnection>
<url>https://github.com/Spring-Middleware/spring-base/ai/ai-infrastructure</url>
</scm>
<issueManagement />
<dependencies>
<dependency>
<groupId>io.github.spring-middleware</groupId>
<artifactId>ai-core</artifactId>
<version>1.4.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.github.spring-middleware</groupId>
<artifactId>mongo-core</artifactId>
<version>1.9.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<version>3.4.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-validation</artifactId>
<version>3.4.2</version>
<scope>compile</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.sonatype.central</groupId>
<artifactId>central-publishing-maven-plugin</artifactId>
<version>0.4.0</version>
<extensions>true</extensions>
</plugin>
</plugins>
</build>
</project>