diff options
Diffstat (limited to 'portal-FE-common/pom.xml')
-rw-r--r-- | portal-FE-common/pom.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/portal-FE-common/pom.xml b/portal-FE-common/pom.xml new file mode 100644 index 00000000..79aad950 --- /dev/null +++ b/portal-FE-common/pom.xml @@ -0,0 +1,7 @@ +<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.onap.portal</groupId> + <artifactId>portal-FE-common</artifactId> + <version>0</version> + <!-- This file exists only to allow easy import of this project into Eclipse. --> +</project> |