diff options
author | sa282w <sa282w@att.com> | 2018-04-02 11:33:14 -0400 |
---|---|---|
committer | sa282w <sa282w@att.com> | 2018-04-02 11:33:14 -0400 |
commit | d8c81e748f1db2fbd2bdd810671d90894af35d69 (patch) | |
tree | e532c473e94cc561ed6aafb8b728ff666ac0090c /ecomp-sdk/epsdk-music | |
parent | 19a214bd35c126067ea6c07825d1e58edf336c50 (diff) |
Security Vunerabilities
Issue-ID: PORTAL-155
Excluded beanshell dependency from epsdk-common, epsdk-core and epsdk-fw
pom.xml.
Change-Id: I068bd1134269a162a64710abc92aacf9cbba32d3
Signed-off-by: sa282w <sa282w@att.com>
Diffstat (limited to 'ecomp-sdk/epsdk-music')
-rw-r--r-- | ecomp-sdk/epsdk-music/pom.xml | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/ecomp-sdk/epsdk-music/pom.xml b/ecomp-sdk/epsdk-music/pom.xml index e5ee7a68..6429518f 100644 --- a/ecomp-sdk/epsdk-music/pom.xml +++ b/ecomp-sdk/epsdk-music/pom.xml @@ -125,7 +125,7 @@ <groupId>org.onap.music</groupId> <artifactId>core</artifactId> <version>2.4.4.2</version> - </dependency> + </dependency> <!-- Mapper --> <dependency> @@ -201,26 +201,26 @@ </configuration> </plugin> <plugin> - <artifactId>maven-assembly-plugin</artifactId> - <configuration> - <archive> - <manifest> - </manifest> - </archive> - <descriptorRefs> - <descriptorRef>jar-with-dependencies</descriptorRef> - </descriptorRefs> - </configuration> - <executions> - <execution> - <id>make-assembly</id> <!-- this is used for inheritance merges --> - <phase>package</phase> <!-- bind to the packaging phase --> - <goals> - <goal>single</goal> - </goals> - </execution> - </executions> - </plugin> + <artifactId>maven-assembly-plugin</artifactId> + <configuration> + <archive> + <manifest> + </manifest> + </archive> + <descriptorRefs> + <descriptorRef>jar-with-dependencies</descriptorRef> + </descriptorRefs> + </configuration> + <executions> + <execution> + <id>make-assembly</id> <!-- this is used for inheritance merges --> + <phase>package</phase> <!-- bind to the packaging phase --> + <goals> + <goal>single</goal> + </goals> + </execution> + </executions> + </plugin> </plugins> </build> </project> |