Near-RT-RIC Simualator & README files
Issue-ID: NONRTRIC-29
Change-Id: I8e75b90c7bba5be8db793b671908bf0505ee4546
Signed-off-by: Lathish <lathishbabu.ganesan@est.tech>
diff --git a/near-rt-ric-simulator/nearric-simulator/pom.xml b/near-rt-ric-simulator/nearric-simulator/pom.xml
new file mode 100644
index 0000000..e57caef
--- /dev/null
+++ b/near-rt-ric-simulator/nearric-simulator/pom.xml
@@ -0,0 +1,57 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.oran.nearric</groupId>
+ <artifactId>nearric-simulator</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>pom</packaging>
+ <name>${project.artifactId}</name>
+
+ <parent>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-starter-parent</artifactId>
+ <version>2.1.9.RELEASE</version>
+ <relativePath />
+ </parent>
+
+ <properties>
+ <spring.boot.version>2.1.9.RELEASE</spring.boot.version>
+ </properties>
+
+ <dependencyManagement>
+ <dependencies>
+ <dependency>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-dependencies</artifactId>
+ <version>${spring.boot.version}</version>
+ <type>pom</type>
+ <scope>import</scope>
+ </dependency>
+ </dependencies>
+ </dependencyManagement>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-context</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-web</artifactId>
+ </dependency>
+ </dependencies>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ </plugin>
+ </plugins>
+ </build>
+
+ <modules>
+ <module>a1-med-api</module>
+ <module>nearric-service</module>
+ </modules>
+</project>
\ No newline at end of file