Skip to content
This repository was archived by the owner on Jul 6, 2022. It is now read-only.

Commit f53a8e5

Browse files
shubham kumar jainshubham kumar jain
authored andcommitted
made changes as per remrem-parent
1 parent 8e5b334 commit f53a8e5

File tree

1 file changed

+18
-7
lines changed

1 file changed

+18
-7
lines changed

pom.xml

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,23 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<project
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
4-
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
5-
<modelVersion>4.0.0</modelVersion>
6-
<groupId>com.github.Ericsson</groupId>
7-
<artifactId>eiffel-remrem-shared</artifactId>
8-
<version>0.3.7</version>
9-
<build>
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
4+
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
5+
<modelVersion>4.0.0</modelVersion>
6+
<parent>
7+
<groupId>com.github.Ericsson</groupId>
8+
<artifactId>eiffel-remrem-parent</artifactId>
9+
<version>0.0.1</version>
10+
</parent>
11+
<artifactId>eiffel-remrem-shared</artifactId>
12+
<version>0.3.7</version>
13+
<packaging>jar</packaging>
14+
<dependencies>
15+
<dependency>
16+
<groupId>com.google.code.gson</groupId>
17+
<artifactId>gson</artifactId>
18+
</dependency>
19+
</dependencies>
20+
<build>
1021
<plugins>
1122
<plugin>
1223
<artifactId>maven-compiler-plugin</artifactId>

0 commit comments

Comments
 (0)