blob: 9b6afddbe87408b19759d277d3d493aa50f7528e [file] [log] [blame]
<?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">
<parent>
<artifactId>custos</artifactId>
<groupId>org.apache.custos</groupId>
<version>1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>custos-external-services-distributions</artifactId>
<packaging>pom</packaging>
<modules>
<module>custos-keycloak</module>
<module>custos-grpc-web-proxy</module>
</modules>
</project>