diff options
Diffstat (limited to 'services/pom.xml')
-rw-r--r-- | services/pom.xml | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/services/pom.xml b/services/pom.xml deleted file mode 100644 index 33dbe86139..0000000000 --- a/services/pom.xml +++ /dev/null @@ -1,16 +0,0 @@ -<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xmlns="http://maven.apache.org/POM/4.0.0" - 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> - - <name>services</name> - <groupId>org.onap.sdc.services</groupId> - <artifactId>services</artifactId> - <version>1.2.0-SNAPSHOT</version> - <packaging>pom</packaging> - - <modules> - <module>activity-spec</module> - </modules> -</project> - |