diff options
author | Christopher Lott (cl778h) <clott@research.att.com> | 2017-07-12 16:26:42 -0400 |
---|---|---|
committer | Christopher Lott (cl778h) <clott@research.att.com> | 2017-07-12 18:04:49 -0400 |
commit | d332e89eb9bbaf280604c61715422dde3542813c (patch) | |
tree | b7bcb80d43754f61a0c06563f89bb1c879a4490a /ecomp-portal-BE-common | |
parent | 31ba5d16b2572167bd7a83daa11181de284cf8d5 (diff) |
Configure parent to skip deploy step
Change-Id: If65458934e12e3f7f61cf080ba8f99d7d233f291
Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
Diffstat (limited to 'ecomp-portal-BE-common')
-rw-r--r-- | ecomp-portal-BE-common/pom.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ecomp-portal-BE-common/pom.xml b/ecomp-portal-BE-common/pom.xml index 021310d7..7f8da046 100644 --- a/ecomp-portal-BE-common/pom.xml +++ b/ecomp-portal-BE-common/pom.xml @@ -427,11 +427,6 @@ <artifactId>commons-lang</artifactId> <version>2.6</version> </dependency> - <dependency> - <groupId>jfree</groupId> - <artifactId>jfreechart</artifactId> - <version>1.0.13</version> - </dependency> <!-- for generating excel/csv/excelx --> <dependency> <groupId>org.apache.poi</groupId> |