blob: 9fc4f4f683e64af4dfcead9ecce04e575f64f508 [file] [log] [blame]
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04001<?xml version="1.0"?>
Benjamin, Max (mb388a)c0247ec2019-04-11 10:34:45 -04002<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
3 xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04004 <modelVersion>4.0.0</modelVersion>
5 <parent>
6 <groupId>org.onap.so</groupId>
7 <artifactId>so</artifactId>
Lukasz Rajewski6f1ea872023-06-12 14:35:34 +00008 <version>1.13.0-SNAPSHOT</version>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -04009 </parent>
10 <artifactId>deployment-configs</artifactId>
11 <name>deployment-configs</name>
12 <url>http://maven.apache.org</url>
13 <properties>
14 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
15 </properties>
16 <build>
17 <plugins>
Benjamin, Max (mb388a)c0247ec2019-04-11 10:34:45 -040018 <plugin>
19 <groupId>org.apache.maven.plugins</groupId>
20 <artifactId>maven-resources-plugin</artifactId>
21 <configuration>
22 <nonFilteredFileExtensions>
23 <nonFilteredFileExtension>jks</nonFilteredFileExtension>
24 </nonFilteredFileExtensions>
25 </configuration>
26 </plugin>
27 </plugins>
Benjamin, Max (mb388a)5a6a6de2018-07-30 15:56:09 -040028 </build>
29 <dependencies>
30 <dependency>
31 <groupId>junit</groupId>
32 <artifactId>junit</artifactId>
33 <version>3.8.1</version>
34 <scope>test</scope>
35 </dependency>
36 </dependencies>
37</project>