Fix failing jenkins jobs
[aaf/cadi.git] / sidecar / pom.xml
index d33816c..a4d0435 100644 (file)
@@ -22,7 +22,7 @@
 -->
 <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>
-       <groupId>org.onap.aaf.cadi</groupId>
+       <groupId>org.onap.aaf.cadi.sidecar</groupId>
        <artifactId>sidecar</artifactId>
        <version>1.0.0-SNAPSHOT</version>
        <name>aaf-cadi-sidecar</name>
@@ -46,6 +46,8 @@
        <!-- ============================================================== -->
        <modules>
                <module>fproxy</module>
+               <module>rproxy</module>
+               <module>tproxy-config</module>
        </modules>
 
        <build>