summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSrihari Raghavan <srihari@cisco.com>2017-02-26 21:15:32 +0530
committerSrihari Raghavan <srihari@cisco.com>2017-03-05 11:59:14 +0530
commit7a583394d0e81993e31c830a9d22f3ebb2a6de3e (patch)
tree48f16055e2d631dd7d838add7bed83b6f1036d82 /pom.xml
parent9453a0f3c2f6c04a6f67988fa6617a7918e4bbc7 (diff)
HC2VPP-63
Fix mistakenly used addStructuralReader. Thanks Jan Srnicek. Change-Id: I2b3eb827ebd98a9260a514041489c602e2d409e4 Signed-off-by: Srihari Raghavan <srihari@cisco.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 6b4443a15..940257bd0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,8 +36,7 @@
<modules>
<module>vpp-common</module>
<module>v3po</module>
- <!-- TODO temporary disabled till HC2VPP-63 is resolved -->
- <!--<module>ioam</module>-->
+ <module>ioam</module>
<module>nsh</module>
<module>routing</module>
<module>nat</module>
@@ -48,4 +47,4 @@
<module>dhcp</module>
<module>samples</module>
</modules>
-</project> \ No newline at end of file
+</project>