diff options
Diffstat (limited to 'appc-provider/appc-provider-features/features-appc-provider')
-rw-r--r-- | appc-provider/appc-provider-features/features-appc-provider/pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/appc-provider/appc-provider-features/features-appc-provider/pom.xml b/appc-provider/appc-provider-features/features-appc-provider/pom.xml index a32ecb295..4e13e10c8 100644 --- a/appc-provider/appc-provider-features/features-appc-provider/pom.xml +++ b/appc-provider/appc-provider-features/features-appc-provider/pom.xml @@ -1,3 +1,4 @@ +<?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> @@ -23,4 +24,4 @@ </dependency> </dependencies> -</project>
\ No newline at end of file +</project> |