/ driftkit-context-engineering / pom.xml
pom.xml
1 <?xml version="1.0" encoding="UTF-8"?> 2 <project xmlns="http://maven.apache.org/POM/4.0.0" 3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 4 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 5 <modelVersion>4.0.0</modelVersion> 6 7 <parent> 8 <groupId>ai.driftkit</groupId> 9 <artifactId>driftkit-parent</artifactId> 10 <version>0.9.0</version> 11 <relativePath>../pom.xml</relativePath> 12 </parent> 13 14 <artifactId>driftkit-context-engineering</artifactId> 15 <packaging>pom</packaging> 16 17 <name>DriftKit Context Engineering</name> 18 <description>Template and prompt management for DriftKit</description> 19 20 <modules> 21 <module>driftkit-context-engineering-core</module> 22 <module>driftkit-context-engineering-services</module> 23 <module>driftkit-context-engineering-spring-boot-starter</module> 24 <module>driftkit-context-engineering-spring-ai</module> 25 <module>driftkit-context-engineering-spring-ai-starter</module> 26 </modules> 27 </project>