initial prompts package

This commit is contained in:
Mark Pollack
2023-07-26 20:05:12 -04:00
parent d5c1044aee
commit 6325fd361c
21 changed files with 821 additions and 3 deletions

View File

@@ -19,8 +19,20 @@
</scm>
<dependencies>
<!-- production dependencies -->
<dependency>
<groupId>org.antlr</groupId>
<artifactId>stringtemplate</artifactId>
<version>${stringtemplate.version}</version>
</dependency>
<!-- test dependencies -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>