Add Rapp Instances
Add rapp instances.
Move deployment lifecycle to rapp instance.
Issue-ID: NONRTRIC-897
Signed-off-by: aravind.est <aravindhan.a@est.tech>
Change-Id: I36cb3c204b5a2aa4fdfd2d3361c4abc7cf38f236
diff --git a/rapp-manager-models/pom.xml b/rapp-manager-models/pom.xml
index 918d936..4d1414d 100755
--- a/rapp-manager-models/pom.xml
+++ b/rapp-manager-models/pom.xml
@@ -35,6 +35,12 @@
<version>3.2.1</version>
</dependency>
<dependency>
+ <groupId>org.springframework.statemachine</groupId>
+ <artifactId>spring-statemachine-test</artifactId>
+ <version>3.2.1</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.7</version>
@@ -49,6 +55,13 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.apache.httpcomponents</groupId>
+ <artifactId>httpcore</artifactId>
+ <version>4.3.2</version>
+ <scope>test</scope>
+ </dependency>
+
</dependencies>
</project>
\ No newline at end of file