elinuxhenrik | 2bc35ac | 2022-09-29 08:07:27 +0200 | [diff] [blame] | 1 | <project xmlns="http://maven.apache.org/POM/4.0.0" |
| 2 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 3 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 4 | <modelVersion>4.0.0</modelVersion> |
| 5 | <groupId>org.o-ran-sc.nonrtric</groupId> |
| 6 | <artifactId>nonrtric-controlpanel</artifactId> |
| 7 | <version>2.4.0-SNAPSHOT</version> |
elinuxhenrik | a7873bc | 2022-09-29 17:01:33 +0200 | [diff] [blame] | 8 | <properties> |
elinuxhenrik | e272928 | 2022-09-30 08:52:33 +0200 | [diff] [blame] | 9 | <sonar.exclusions>nonrtric-gateway/**/*</sonar.coverage.exclusions> |
| 10 | <sonar.test.exclusions>nonrtric-gateway/**/*</sonar.coverage.exclusions> |
elinuxhenrik | a7873bc | 2022-09-29 17:01:33 +0200 | [diff] [blame] | 11 | <sonar.coverage.exclusions>nonrtric-gateway/**/*</sonar.coverage.exclusions> |
| 12 | </properties> |
elinuxhenrik | 2bc35ac | 2022-09-29 08:07:27 +0200 | [diff] [blame] | 13 | </project> |