diff options
author | Benjamin, Max <max.benjamin@att.com> | 2020-11-19 18:12:50 -0500 |
---|---|---|
committer | Benjamin, Max (mb388a) <mb388a@att.com> | 2020-11-19 18:12:51 -0500 |
commit | a16231657fe29334a589c98290ac8b6b2710a144 (patch) | |
tree | 475dc51d396789aff10d5a63143350a4b8a2d762 /common/pom.xml | |
parent | b029a27f327851e73ceff94595cbb1e099da8998 (diff) |
add caching to graph inventory client
add caching to graph inventory client
updated properties files to read cache properties
Issue-ID: SO-3398
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: Ib3e67ae014b6668c9b004aae1e8b5d49b9ce6b06
Diffstat (limited to 'common/pom.xml')
-rw-r--r-- | common/pom.xml | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/common/pom.xml b/common/pom.xml index 74e51805ad..6e265925c3 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -293,6 +293,16 @@ <artifactId>jaxb-impl</artifactId> <version>2.3.0</version> </dependency> + <dependency> + <groupId>javax.cache</groupId> + <artifactId>cache-api</artifactId> + <version>1.0.0</version> + </dependency> + <dependency> + <groupId>org.ehcache</groupId> + <artifactId>ehcache</artifactId> + <version>3.8.1</version> + </dependency> </dependencies> <dependencyManagement> <dependencies> @@ -366,4 +376,4 @@ </plugin> </plugins> </build> -</project>
\ No newline at end of file +</project> |