fix issue in in alloted resource 60/73160/2
authorMichael Lando <michael.lando@intl.att.com>
Tue, 20 Nov 2018 14:50:37 +0000 (16:50 +0200)
committerIdan Amit <idan.amit@intl.att.com>
Wed, 28 Nov 2018 12:15:13 +0000 (12:15 +0000)
update aloted template add it to upgrade normative
remove use of mail librery

Change-Id: Ie8922c6cce4ca10baaf401f7a7bfed436ceb585e
Issue-ID: SDC-1945
Signed-off-by: Michael Lando <michael.lando@intl.att.com>
catalog-be/src/main/resources/import/tosca/nfv-types/allottedResource/allottedResource.yml
catalog-be/src/main/resources/scripts/import/tosca/onapTypesToUpgrade.json
catalog-fe/pom.xml

index 00d3bd2..cf7b5cc 100644 (file)
@@ -34,5 +34,4 @@ node_types:
     - service_dependency:
         capability: org.openecomp.capabilities.AllottedResource
         relationship: tosca.relationships.DependsOn
-        node: tosca.services.Root
 
index 058c4f8..f228905 100644 (file)
                        <scope>compile</scope>
                </dependency>
 
-               <dependency>
-                       <groupId>javax.mail</groupId>
-                       <artifactId>javax.mail-api</artifactId>
-                       <version>1.5.2</version>
-                       <scope>compile</scope>
-               </dependency>
 
                <dependency>
                        <groupId>org.glassfish.jersey.media</groupId>