summaryrefslogtreecommitdiffstats
path: root/openo-portal/portal-extsys/pom.xml
diff options
context:
space:
mode:
authorSeshu-Kumar-M <seshu.kumar.m@huawei.com>2016-09-23 21:53:10 +0800
committerSeshu-Kumar-M <seshu.kumar.m@huawei.com>2016-09-23 21:53:10 +0800
commit81c53dc73c8c05d034bea5114e36929261e97496 (patch)
tree0a537863e6419d4e6207d44ce2427cfdbab8ff76 /openo-portal/portal-extsys/pom.xml
parent985b2108a6437173d4364238c13a98d13d1c7083 (diff)
formatting the code, removing unnecessary imports and URL patterns correction
Change-Id: Id160a255d4acb4b901ca33965080b76d38810be1 Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
Diffstat (limited to 'openo-portal/portal-extsys/pom.xml')
-rw-r--r--openo-portal/portal-extsys/pom.xml11
1 files changed, 6 insertions, 5 deletions
diff --git a/openo-portal/portal-extsys/pom.xml b/openo-portal/portal-extsys/pom.xml
index 8832e0db..3b6c5e50 100644
--- a/openo-portal/portal-extsys/pom.xml
+++ b/openo-portal/portal-extsys/pom.xml
@@ -16,8 +16,9 @@
limitations under the License.
-->
-<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>
+<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>
<parent>
<groupId>org.openo.gso.gui</groupId>
<artifactId>openo-portal</artifactId>
@@ -34,7 +35,7 @@
<configuration>
<failOnMissingWebXml>false</failOnMissingWebXml>
</configuration>
- </plugin>
- </plugins>
- </build>
+ </plugin>
+ </plugins>
+ </build>
</project>