diff options
Diffstat (limited to 'servicegateway/deployment/pom.xml')
-rw-r--r-- | servicegateway/deployment/pom.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/servicegateway/deployment/pom.xml b/servicegateway/deployment/pom.xml new file mode 100644 index 00000000..01a1af51 --- /dev/null +++ b/servicegateway/deployment/pom.xml @@ -0,0 +1,24 @@ +<?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"> + <modelVersion>4.0.0</modelVersion> + <parent> + <groupId>org.openo.gso.gui</groupId> + <artifactId>servicegateway</artifactId> + <version>1.0.0-SNAPSHOT</version> + </parent> + + <artifactId>deployment</artifactId> + <name>deployment</name> + <packaging>jar</packaging> + + <properties> + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> + </properties> + <dependencies> + <dependency> + <groupId>org.openo.common-services.common-utilities</groupId> + <artifactId>commonlib-cbb</artifactId> + <version>1.0.1-SNAPSHOT</version> + </dependency> + </dependencies> +</project> |