aissemble-fastapi-chart
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.boozallen.aissemble</groupId>
<artifactId>aissemble-fastapi-chart</artifactId>
<version>1.12.1</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.boozallen.aissemble</groupId>
<artifactId>extensions-helm</artifactId>
<version>1.12.1</version>
</parent>
<artifactId>aissemble-fastapi-chart</artifactId>
<packaging>helm</packaging>
<name>aiSSEMBLE::Extensions::Helm::FastAPI</name>
<description>Contains Helm FastAPI Chart</description>
<build>
<plugins>
<plugin>
<groupId>${group.helm.plugin}</groupId>
<artifactId>helm-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>