aboutsummaryrefslogtreecommitdiffstats
path: root/docs/report/introduction/test_environment_tg.rst
diff options
context:
space:
mode:
authorVratko Polak <vrpolak@cisco.com>2019-06-28 18:21:08 +0200
committerDave Wallace <dwallacelf@gmail.com>2019-06-28 20:10:56 +0000
commit5c60eb4bb3b2064132f7a424f846f519012e02e6 (patch)
tree8e526d8be357c6b20210e6a228944e762bea7d35 /docs/report/introduction/test_environment_tg.rst
parent83070f6f4a9a682f6bbe94304dbf0830529ff475 (diff)
Fix missing pipe in ip6 suite
Change-Id: I905e6e744519bcdd07360376f9552c5cf895c976 Signed-off-by: Vratko Polak <vrpolak@cisco.com>
Diffstat (limited to 'docs/report/introduction/test_environment_tg.rst')
0 files changed, 0 insertions, 0 deletions
./../vpp-common/vpp-impl-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>samples-impl</artifactId> <name>${project.artifactId}</name> <version>1.18.04-RC1</version> <dependencies> <!-- Api classes generated from yang model --> <dependency> <groupId>io.fd.hc2vpp.common</groupId> <artifactId>samples-api</artifactId> <version>${project.version}</version> </dependency> <!-- Infrastructure communication interfaces --> <dependency> <groupId>io.fd.honeycomb</groupId> <artifactId>translate-spi</artifactId> </dependency> <!-- Vpp api java wrapped --> <dependency> <groupId>io.fd.vpp</groupId> <artifactId>jvpp-core</artifactId> </dependency> <!-- Infrastructure utils for translation code --> <dependency> <groupId>io.fd.honeycomb</groupId> <artifactId>translate-utils</artifactId> </dependency> <!-- Jvpp specific utils for translation code --> <dependency> <groupId>io.fd.hc2vpp.common</groupId> <artifactId>vpp-translate-utils</artifactId> <version>${project.version}</version> </dependency> <!-- Generic implementations for communication interfaces--> <dependency> <groupId>io.fd.honeycomb</groupId> <artifactId>translate-impl</artifactId> </dependency> <!-- Initialization interfaces for infrastructure--> <dependency> <groupId>io.fd.honeycomb</groupId> <artifactId>cfg-init</artifactId> </dependency> <!-- Google juice injection --> <dependency> <groupId>com.google.inject</groupId> <artifactId>guice</artifactId> </dependency> <!-- Google juice multibindings --> <dependency> <groupId>com.google.inject.extensions</groupId> <artifactId>guice-multibindings</artifactId> </dependency> <!-- Configuration injection --> <dependency> <groupId>net.jmob</groupId> <artifactId>guice.conf</artifactId> </dependency> </dependencies> </project>