summaryrefslogtreecommitdiffstats
path: root/core/sliPluginUtils/provider/pom.xml
diff options
context:
space:
mode:
authorDecheng Zhang <decheng.zhang@huawei.com>2021-02-19 08:27:28 -0500
committerDan Timoney <dtimoney@att.com>2021-02-22 20:35:54 +0000
commit436041bf2585440da3eb986b6d39634e8316a759 (patch)
tree97c65aef34c253585dce971d5dda924706a3fc1f /core/sliPluginUtils/provider/pom.xml
parent374e6dac622a0faf22475d4bc959086a917dbe99 (diff)
Implementation graph search for slitopologyutils, includes graph building and path search
Change-Id: I2496fcf971fb3f5ac9cbd63f4432cf7edafc1cee Signed-off-by: Decheng Zhang <decheng.zhang@huawei.com>
Diffstat (limited to 'core/sliPluginUtils/provider/pom.xml')
-rwxr-xr-xcore/sliPluginUtils/provider/pom.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/core/sliPluginUtils/provider/pom.xml b/core/sliPluginUtils/provider/pom.xml
index 70f5e8f02..fc5dc7efa 100755
--- a/core/sliPluginUtils/provider/pom.xml
+++ b/core/sliPluginUtils/provider/pom.xml
@@ -68,5 +68,17 @@
<groupId>org.apache.commons</groupId>
<artifactId>commons-text</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-lang3</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>com.google.guava</groupId>
+ <artifactId>guava</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.codehaus.jettison</groupId>
+ <artifactId>jettison</artifactId>
+ </dependency>
</dependencies>
</project>