Unverified Commit e93b15fb authored by Hari-stackroute's avatar Hari-stackroute Committed by GitHub
Browse files

Lms restructure (#882)

* adding core module
Showing with 35 additions and 0 deletions
+35 -0
<?xml version="1.0" encoding="UTF-8"?>
<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">
<parent>
<artifactId>core</artifactId>
<groupId>org.sunbird</groupId>
<version>1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>platform-common</artifactId>
</project>
\ No newline at end of file
core/pom.xml 0 → 100644
<?xml version="1.0" encoding="UTF-8"?>
<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">
<parent>
<artifactId>lms-service</artifactId>
<groupId>org.sunbird</groupId>
<version>1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>core</artifactId>
<packaging>pom</packaging>
<modules>
<module>platform-common</module>
</modules>
</project>
\ No newline at end of file
......@@ -17,6 +17,7 @@
<module>actors/sunbird-lms-mw</module>
<module>service</module>
<module>reports</module>
<module>core</module>
</modules>
<dependencies>
<dependency>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment