diff options
author | Venkata Harish K Kajur <vk250x@att.com> | 2017-05-22 12:00:26 -0400 |
---|---|---|
committer | Venkata Harish K Kajur <vk250x@att.com> | 2017-05-22 12:25:37 -0400 |
commit | 6513d40a636fc6c55755bf91095a5404647d990b (patch) | |
tree | 297170bc0774814ef5963cfae38f7539888e9113 /pom.xml | |
parent | abe16d208c3a76040ff3b49f459e331dd5bd9c9f (diff) |
Update the pom to remove unnecessary dependency
Change-Id: I0ded3dd843c2d14d303565d3af4aa1456be9a3e7
Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 22 |
1 files changed, 0 insertions, 22 deletions
@@ -75,28 +75,6 @@ <url>dav:${nexusproxy}${sitePath}</url> </site> </distributionManagement> - - <!-- The standard build tasks for this project are inherited from the parent. - Please do not override the build tasks. However tasks and/or profiles can - be included here as well as additional dependencies for your service. Any - runtime or compile scope dependencies will be copied to the INSTALLATION_PATH/extJars - folder and will be made available on the AJSC classpath for your service. - Please, NOTE: DME2 and CSM related dependencies are EXTERNALIZED within the - CSI environment. Therefore, they are provided within this project as "provided" - dependencies. In order for the AJSC to run properly, locally, the CSM and - DME2 dependencies will be copied into the target/commonLibs folder and will - be made available to the classpath of the AJSC through the use of the system - property, "AJSC_EXTERNAL_LIB_FOLDERS". This system property needs to be set - in the "runAjsc" maven profile within the pom.xml (and, is defaulted to do - so). If you have a startup failure related to a missing dme2 class not found - exception, please contact the AJSC team for assistance.--> - <dependencies> - <dependency> - <groupId>csi-schemas-source</groupId> - <artifactId>cmn-CommonDataModel</artifactId> - <version>100.0.145</version> - </dependency> - </dependencies> <profiles> <profile> <id>jenkins-properties</id> |