Stone, Avi (as206k) | 438bdef | 2018-04-12 15:12:44 +0300 | [diff] [blame] | 1 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 2 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 3 | <modelVersion>4.0.0</modelVersion> |
Stone, Avi (as206k) | 3f5fed1 | 2018-05-10 14:42:48 +0300 | [diff] [blame] | 4 | <groupId>org.onap.sdc.dcae-d.dt-be-property</groupId> |
Stone, Avi (as206k) | 438bdef | 2018-04-12 15:12:44 +0300 | [diff] [blame] | 5 | <artifactId>DCAE-DT-PROPERTY</artifactId> |
Stone, Avi (as206k) | 9ac6597 | 2018-05-10 10:28:17 +0300 | [diff] [blame] | 6 | <version>1.2.0-SNAPSHOT</version> |
Stone, Avi (as206k) | 7d7bc8c | 2018-05-24 14:24:28 +0300 | [diff] [blame] | 7 | <name>dcae-d property</name> |
Stone, Avi (as206k) | 438bdef | 2018-04-12 15:12:44 +0300 | [diff] [blame] | 8 | <description>System Properties</description> |
| 9 | <properties> |
| 10 | <!--nexus--> |
| 11 | <nexus.proxy>https://nexus.onap.org</nexus.proxy> |
| 12 | <nexus.snapshots>snapshots</nexus.snapshots> |
| 13 | <nexus.releases>releases</nexus.releases> |
Stone, Avi (as206k) | 70806ff | 2018-05-10 11:51:41 +0300 | [diff] [blame] | 14 | <staging.profile.id>176c31dfe190a</staging.profile.id> |
Stone, Avi (as206k) | 3f5fed1 | 2018-05-10 14:42:48 +0300 | [diff] [blame] | 15 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
Stone, Avi (as206k) | 7d7bc8c | 2018-05-24 14:24:28 +0300 | [diff] [blame] | 16 | <sonar.branch>${project.version}</sonar.branch> |
Stone, Avi (as206k) | 8ffc3b8 | 2018-05-24 16:00:26 +0300 | [diff] [blame] | 17 | <sonar.skip>true</sonar.skip> |
Stone, Avi (as206k) | 438bdef | 2018-04-12 15:12:44 +0300 | [diff] [blame] | 18 | </properties> |
| 19 | <dependencies> |
| 20 | <dependency> |
| 21 | <groupId>org.springframework</groupId> |
| 22 | <artifactId>spring-beans</artifactId> |
Stone, Avi (as206k) | b7ecc2e | 2018-05-27 14:01:55 +0300 | [diff] [blame^] | 23 | <version>4.3.17.RELEASE</version> |
Stone, Avi (as206k) | 438bdef | 2018-04-12 15:12:44 +0300 | [diff] [blame] | 24 | </dependency> |
| 25 | <dependency> |
| 26 | <groupId>org.springframework</groupId> |
| 27 | <artifactId>spring-context</artifactId> |
Stone, Avi (as206k) | b7ecc2e | 2018-05-27 14:01:55 +0300 | [diff] [blame^] | 28 | <version>4.3.17.RELEASE</version> |
Stone, Avi (as206k) | 438bdef | 2018-04-12 15:12:44 +0300 | [diff] [blame] | 29 | </dependency> |
| 30 | <dependency> |
| 31 | <groupId>log4j</groupId> |
| 32 | <artifactId>log4j</artifactId> |
| 33 | <version>1.2.17</version> |
| 34 | </dependency> |
| 35 | <dependency> |
| 36 | <groupId>javax.servlet</groupId> |
| 37 | <artifactId>servlet-api</artifactId> |
| 38 | <version>2.3</version> |
| 39 | <scope>provided</scope> |
| 40 | </dependency> |
| 41 | <dependency> |
| 42 | <groupId>com.google.code.gson</groupId> |
| 43 | <artifactId>gson</artifactId> |
| 44 | <version>2.7</version> |
| 45 | </dependency> |
| 46 | <dependency> |
| 47 | <groupId>org.json</groupId> |
| 48 | <artifactId>json</artifactId> |
| 49 | <version>20140107</version> |
| 50 | </dependency> |
| 51 | <dependency> |
| 52 | <groupId>com.fasterxml.jackson.core</groupId> |
| 53 | <artifactId>jackson-annotations</artifactId> |
Stone, Avi (as206k) | b7ecc2e | 2018-05-27 14:01:55 +0300 | [diff] [blame^] | 54 | <version>2.9.4</version> |
Stone, Avi (as206k) | 438bdef | 2018-04-12 15:12:44 +0300 | [diff] [blame] | 55 | </dependency> |
| 56 | <dependency> |
| 57 | <groupId>org.springframework</groupId> |
| 58 | <artifactId>spring-web</artifactId> |
Stone, Avi (as206k) | b7ecc2e | 2018-05-27 14:01:55 +0300 | [diff] [blame^] | 59 | <version>4.3.17.RELEASE</version> |
Stone, Avi (as206k) | 438bdef | 2018-04-12 15:12:44 +0300 | [diff] [blame] | 60 | </dependency> |
| 61 | <dependency> |
| 62 | <groupId>com.fasterxml.jackson.datatype</groupId> |
| 63 | <artifactId>jackson-datatype-guava</artifactId> |
Stone, Avi (as206k) | b7ecc2e | 2018-05-27 14:01:55 +0300 | [diff] [blame^] | 64 | <version>2.9.4</version> |
Stone, Avi (as206k) | 438bdef | 2018-04-12 15:12:44 +0300 | [diff] [blame] | 65 | </dependency> |
| 66 | <dependency> |
| 67 | <groupId>org.apache.commons</groupId> |
| 68 | <artifactId>commons-lang3</artifactId> |
| 69 | <version>3.6</version> |
| 70 | </dependency> |
| 71 | <dependency> |
| 72 | <groupId>junit</groupId> |
| 73 | <artifactId>junit</artifactId> |
| 74 | <version>4.12</version> |
| 75 | </dependency> |
| 76 | <dependency> |
| 77 | <groupId>org.slf4j</groupId> |
| 78 | <artifactId>slf4j-api</artifactId> |
| 79 | <version>1.7.10</version> |
| 80 | <scope>compile</scope> |
| 81 | </dependency> |
| 82 | <dependency> |
| 83 | <groupId>org.codehaus.groovy</groupId> |
| 84 | <artifactId>groovy</artifactId> |
| 85 | <version>2.4.13</version> |
| 86 | </dependency> |
| 87 | <dependency> |
| 88 | <groupId>org.codehaus.janino</groupId> |
| 89 | <artifactId>janino</artifactId> |
Stone, Avi (as206k) | b7ecc2e | 2018-05-27 14:01:55 +0300 | [diff] [blame^] | 90 | <version>3.0.6</version> |
Stone, Avi (as206k) | 438bdef | 2018-04-12 15:12:44 +0300 | [diff] [blame] | 91 | </dependency> |
| 92 | </dependencies> |
| 93 | |
| 94 | <build> |
| 95 | <plugins> |
| 96 | <plugin> |
| 97 | <groupId>org.apache.maven.plugins</groupId> |
| 98 | <artifactId>maven-compiler-plugin</artifactId> |
| 99 | <version>3.5.1</version> |
| 100 | <configuration> |
| 101 | <source>1.8</source> |
| 102 | <target>1.8</target> |
| 103 | </configuration> |
| 104 | </plugin> |
Stone, Avi (as206k) | 70806ff | 2018-05-10 11:51:41 +0300 | [diff] [blame] | 105 | <!-- Site Plugin --> |
| 106 | <plugin> |
| 107 | <groupId>org.apache.maven.plugins</groupId> |
| 108 | <artifactId>maven-site-plugin</artifactId> |
| 109 | <version>3.4</version> |
| 110 | <dependencies> |
| 111 | <dependency> |
| 112 | <groupId>org.apache.maven.wagon</groupId> |
| 113 | <artifactId>wagon-webdav-jackrabbit</artifactId> |
| 114 | <version>2.10</version> |
| 115 | </dependency> |
| 116 | </dependencies> |
| 117 | </plugin> |
| 118 | <!-- Staging Plugin --> |
| 119 | <plugin> |
| 120 | <groupId>org.sonatype.plugins</groupId> |
| 121 | <artifactId>nexus-staging-maven-plugin</artifactId> |
| 122 | <version>1.6.7</version> |
| 123 | <extensions>true</extensions> |
| 124 | <configuration> |
| 125 | <nexusUrl>${nexus.proxy}</nexusUrl> |
| 126 | <stagingProfileId>${staging.profile.id}</stagingProfileId> |
Stone, Avi (as206k) | 8c3b946 | 2018-05-15 15:24:50 +0300 | [diff] [blame] | 127 | <serverId>ecomp-staging</serverId> |
Stone, Avi (as206k) | 70806ff | 2018-05-10 11:51:41 +0300 | [diff] [blame] | 128 | </configuration> |
| 129 | </plugin> |
Stone, Avi (as206k) | 438bdef | 2018-04-12 15:12:44 +0300 | [diff] [blame] | 130 | </plugins> |
| 131 | </build> |
Stone, Avi (as206k) | 9876df1 | 2018-05-08 11:50:23 +0300 | [diff] [blame] | 132 | <repositories> |
| 133 | <!-- LF repositories --> |
| 134 | <repository> |
Jessica Wagantall | a5a85c9 | 2018-05-15 18:21:59 +0000 | [diff] [blame] | 135 | <id>ecomp-releases</id> |
Stone, Avi (as206k) | 9876df1 | 2018-05-08 11:50:23 +0300 | [diff] [blame] | 136 | <name>Release Repository</name> |
| 137 | <url>${nexus.proxy}/content/repositories/releases/</url> |
| 138 | </repository> |
| 139 | <repository> |
Jessica Wagantall | a5a85c9 | 2018-05-15 18:21:59 +0000 | [diff] [blame] | 140 | <id>ecomp-snapshots</id> |
Stone, Avi (as206k) | 9876df1 | 2018-05-08 11:50:23 +0300 | [diff] [blame] | 141 | <name>Snapshots Repository</name> |
| 142 | <url>${nexus.proxy}/content/repositories/snapshots/</url> |
| 143 | </repository> |
| 144 | <repository> |
Jessica Wagantall | a5a85c9 | 2018-05-15 18:21:59 +0000 | [diff] [blame] | 145 | <id>ecomp-public</id> |
Stone, Avi (as206k) | 9876df1 | 2018-05-08 11:50:23 +0300 | [diff] [blame] | 146 | <name>Public Repository</name> |
| 147 | <url>${nexus.proxy}/content/repositories/public/</url> |
| 148 | </repository> |
| 149 | <!-- LF repositories END--> |
| 150 | </repositories> |
Stone, Avi (as206k) | 70806ff | 2018-05-10 11:51:41 +0300 | [diff] [blame] | 151 | |
Stone, Avi (as206k) | 9876df1 | 2018-05-08 11:50:23 +0300 | [diff] [blame] | 152 | <distributionManagement> |
| 153 | <repository> |
Jessica Wagantall | a5a85c9 | 2018-05-15 18:21:59 +0000 | [diff] [blame] | 154 | <id>ecomp-releases</id> |
Stone, Avi (as206k) | 9876df1 | 2018-05-08 11:50:23 +0300 | [diff] [blame] | 155 | <name>Release Repository</name> |
| 156 | <url>${nexus.proxy}/content/repositories/releases/</url> |
| 157 | </repository> |
| 158 | <snapshotRepository> |
Jessica Wagantall | a5a85c9 | 2018-05-15 18:21:59 +0000 | [diff] [blame] | 159 | <id>ecomp-snapshots</id> |
Stone, Avi (as206k) | 9876df1 | 2018-05-08 11:50:23 +0300 | [diff] [blame] | 160 | <name>Snapshot Repository</name> |
| 161 | <url>${nexus.proxy}/content/repositories/snapshots/</url> |
| 162 | </snapshotRepository> |
| 163 | <site> |
Jessica Wagantall | a5a85c9 | 2018-05-15 18:21:59 +0000 | [diff] [blame] | 164 | <id>ecomp-site</id> |
Stone, Avi (as206k) | 9876df1 | 2018-05-08 11:50:23 +0300 | [diff] [blame] | 165 | <url>dav:${nexus.proxy}${sitePath}</url> |
| 166 | </site> |
| 167 | </distributionManagement> |
Stone, Avi (as206k) | 438bdef | 2018-04-12 15:12:44 +0300 | [diff] [blame] | 168 | </project> |