Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 1 | <?xml version="1.0"?> |
Benjamin, Max (mb388a) | c0247ec | 2019-04-11 10:34:45 -0400 | [diff] [blame] | 2 | <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) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 4 | <modelVersion>4.0.0</modelVersion> |
| 5 | <parent> |
| 6 | <groupId>org.onap.so</groupId> |
| 7 | <artifactId>so</artifactId> |
Lukasz Rajewski | 6f1ea87 | 2023-06-12 14:35:34 +0000 | [diff] [blame] | 8 | <version>1.13.0-SNAPSHOT</version> |
Benjamin, Max (mb388a) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 9 | </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) | c0247ec | 2019-04-11 10:34:45 -0400 | [diff] [blame] | 18 | <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) | 5a6a6de | 2018-07-30 15:56:09 -0400 | [diff] [blame] | 28 | </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> |