Upgrade to springboot 1.5.20.RELEASE
[aai/sparky-be.git] / sparkybe-onap-application / pom.xml
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>
4
5         <parent>
6                 <groupId>org.springframework.boot</groupId>
7                 <artifactId>spring-boot-starter-parent</artifactId>
8                 <version>1.5.20.RELEASE</version>
9         </parent>
10
11         <groupId>org.onap.aai.sparky-be</groupId>
12         <artifactId>sparkybe-onap-application</artifactId>
13         <version>1.4.0-SNAPSHOT</version>
14         <packaging>jar</packaging>
15
16         <properties>
17                 <java.version>1.8</java.version>
18                 <version.jacoco.maven.plugin>0.7.9</version.jacoco.maven.plugin>
19                 <frontEndGroupdId>org.onap.aai</frontEndGroupdId>
20                 <frontEndArtifactId>sparky-fe</frontEndArtifactId>
21                 <frontEndVersion>1.4.0-SNAPSHOT</frontEndVersion>
22                 <serverPort>9517</serverPort>
23                 <sslport>8000</sslport>
24                 <nexusproxy>https://nexus.onap.org</nexusproxy>
25                 <camel-spring-boot.version>2.21.1</camel-spring-boot.version>
26                 <config-home>${basedir}/</config-home>
27                 <docker.location>${basedir}/target</docker.location>
28                 <docker.image.name>sparky-be</docker.image.name>
29                 <version.aai-schema>1.3.0</version.aai-schema>
30         <sitePath>/content/sites/site/org/onap/aai/sparky-be/${project.artifactId}/${project.version}</sitePath>
31                 <nexusproxy>https://nexus.onap.org</nexusproxy>
32     <shemaUnpackVersion>onap</shemaUnpackVersion>
33         </properties>
34
35         <dependencyManagement>
36                 <dependencies>
37
38                         <!-- Camel BOM -->
39                         <dependency>
40                                 <groupId>org.apache.camel</groupId>
41                                 <artifactId>camel-spring-boot-dependencies</artifactId>
42                                 <version>${camel-spring-boot.version}</version>
43                                 <type>pom</type>
44                                 <scope>import</scope>
45                         </dependency>
46
47                         <dependency>
48                                 <groupId>ch.qos.logback</groupId>
49                                 <artifactId>logback-classic</artifactId>
50                                 <version>1.2.3</version>
51                         </dependency>
52
53  
54  
55                 </dependencies>
56
57         </dependencyManagement>
58
59         <dependencies>
60
61                 <!-- Spring dependencies -->
62                 <dependency>
63                         <groupId>org.springframework.boot</groupId>
64                         <artifactId>spring-boot-starter-web</artifactId>
65                         <exclusions>
66                         <exclusion>
67                                 <groupId>org.springframework.boot</groupId>
68                                 <artifactId>spring-boot-starter-tomcat</artifactId>
69                         </exclusion>
70                         </exclusions>
71                 </dependency>
72
73                 <dependency>
74                         <groupId>org.springframework.boot</groupId>
75                         <artifactId>spring-boot-starter-jetty</artifactId>
76                 </dependency>
77
78                 <dependency>
79                         <groupId>org.springframework.boot</groupId>
80                         <artifactId>spring-boot-starter-actuator</artifactId>
81                 </dependency>
82
83                 <dependency>
84                         <groupId>org.apache.camel</groupId>
85                         <artifactId>camel-restlet</artifactId>
86                         <exclusions>
87                                 <exclusion>
88                                         <groupId>commons-logging</groupId>
89                                         <artifactId>commons-logging</artifactId>
90                                 </exclusion>
91                         </exclusions>
92                 </dependency>
93
94                 <dependency>
95                         <groupId>org.springframework.boot</groupId>
96                         <artifactId>spring-boot-starter-logging</artifactId>
97                         <exclusions>
98                                 <exclusion>
99                                         <groupId>ch.qos.logback</groupId>
100                                         <artifactId>logback-classic</artifactId>
101                                 </exclusion>
102                                 <exclusion>
103                                 <groupId>org.slf4j</groupId>
104                                 <artifactId>log4j-over-slf4j</artifactId>
105                                 </exclusion>
106                         </exclusions>
107                 </dependency>
108
109                 <dependency>
110                         <groupId>org.apache.camel</groupId>
111                         <artifactId>camel-servlet</artifactId>
112                         <exclusions>
113                                 <exclusion>
114                                         <groupId>commons-logging</groupId>
115                                         <artifactId>commons-logging</artifactId>
116                                 </exclusion>
117                         </exclusions>
118                 </dependency>
119
120                 <!-- Camel BOM -->
121                 <dependency>
122                         <groupId>org.apache.camel</groupId>
123                         <artifactId>camel-spring-boot-dependencies</artifactId>
124                         <version>${camel-spring-boot.version}</version>
125                         <type>pom</type>
126                         <scope>import</scope>
127                 </dependency>
128
129                 <!-- https://mvnrepository.com/artifact/com.sun.xml.bind/jaxb-impl -->
130                 <!-- <dependency> <groupId>com.sun.xml.bind</groupId> <artifactId>jaxb-impl</artifactId>
131                         </dependency> <dependency> <groupId>com.sun.xml.bind</groupId> <artifactId>jaxb-core</artifactId>
132                         </dependency> -->
133
134                 <!-- Camel -->
135                 <dependency>
136                         <groupId>org.apache.camel</groupId>
137                         <artifactId>camel-spring-boot-starter</artifactId>
138                 </dependency>
139
140                 <!-- https://mvnrepository.com/artifact/org.apache.camel/camel-restlet -->
141                 <dependency>
142                         <groupId>org.apache.camel</groupId>
143                         <artifactId>camel-restlet</artifactId>
144                 </dependency>
145
146                 <dependency>
147                         <groupId>commons-io</groupId>
148                         <artifactId>commons-io</artifactId>
149                 </dependency>
150
151                 <!-- https://mvnrepository.com/artifact/org.eclipse.jetty/jetty-util -->
152                 <dependency>
153                         <groupId>org.eclipse.jetty</groupId>
154                         <artifactId>jetty-util</artifactId>
155                         <scope>provided</scope>
156                 </dependency>
157
158                 <dependency>
159                         <groupId>org.apache.camel</groupId>
160                         <artifactId>camel-servlet-starter</artifactId>
161                 </dependency>
162
163                 <dependency>
164                         <groupId>org.springframework.boot</groupId>
165                         <artifactId>spring-boot-starter-actuator</artifactId>
166                 </dependency>
167
168                 <dependency>
169                         <groupId>org.onap.aai.sparky-be</groupId>
170                         <artifactId>sparkybe-onap-service</artifactId>
171                         <version>1.4.0-SNAPSHOT</version>
172                 </dependency>
173
174
175
176
177
178
179                 <!-- https://mvnrepository.com/artifact/commons-cli/commons-cli -->
180                 <dependency>
181                         <groupId>commons-cli</groupId>
182                         <artifactId>commons-cli</artifactId>
183                         <version>1.2</version>
184                 </dependency>
185
186                 <!-- <dependency> <groupId>org.apache.tomcat.embed</groupId> <artifactId>tomcat-embed-jasper</artifactId>
187                         </dependency> -->
188
189
190                 <!-- https://mvnrepository.com/artifact/org.apache.camel/camel-http-common -->
191                 <!-- <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-http</artifactId>
192                         <version>2.15.5</version> </dependency> <dependency> <groupId>abc.def</groupId>
193                         <artifactId>att-camel-dme2-servlet</artifactId> <version>2.15.5</version>
194                         <scope>system</scope> <systemPath>x:/222/att-camel-dme2-servlet-2.15.5.jar</systemPath>
195                         </dependency> <dependency> <groupId>abc.def</groupId> <artifactId>att-camel-static-content</artifactId>
196                         <version>2.11.2.1</version> <scope>system</scope> <systemPath>x:/222/att-camel-static-content-2.11.2.1.jar</systemPath>
197                         </dependency> -->
198
199                 <!-- Utility dependencies -->
200
201                 <dependency>
202                         <groupId>com.google.guava</groupId>
203                         <artifactId>guava</artifactId>
204                         <version>26.0-jre</version>
205                 </dependency>
206
207                 <dependency>
208                         <groupId>org.onap.aai.logging-service</groupId>
209                         <artifactId>common-logging</artifactId>
210                         <version>1.2.2</version>
211                 </dependency>
212
213                 <dependency>
214                         <groupId>org.dom4j</groupId>
215                         <artifactId>dom4j</artifactId>
216                         <scope>provided</scope>
217                         <version>2.1.1</version>
218                 </dependency>
219
220                 <dependency>
221                         <groupId>org.eclipse.persistence</groupId>
222                         <artifactId>eclipselink</artifactId>
223                         <version>2.6.2</version>
224                 </dependency>
225
226                 <dependency>
227                         <groupId>org.slf4j</groupId>
228                         <artifactId>slf4j-api</artifactId>
229                         <scope>provided</scope>
230                 </dependency>
231
232                 <dependency>
233                         <groupId>com.fasterxml.jackson.core</groupId>
234                         <artifactId>jackson-core</artifactId>
235                         <scope>provided</scope>
236                 </dependency>
237
238                 <dependency>
239                         <groupId>org.onap.aai.aai-common</groupId>
240                         <artifactId>aai-schema</artifactId>
241                         <version>${version.aai-schema}</version>
242                 </dependency>
243
244                 <dependency>
245                         <groupId>org.onap.aai</groupId>
246                         <artifactId>rest-client</artifactId>
247                         <version>1.3.0</version>
248                 </dependency>
249
250                 <!-- https://mvnrepository.com/artifact/org.restlet.jee/org.restlet.ext.servlet -->
251                 <dependency>
252                         <groupId>org.restlet.jee</groupId>
253                         <artifactId>org.restlet.ext.servlet</artifactId>
254                         <version>2.1.1</version>
255                 </dependency>
256
257
258                 <dependency>
259                         <groupId>com.openpojo</groupId>
260                         <artifactId>openpojo</artifactId>
261                         <version>0.8.6</version>
262                 </dependency>
263
264                 <dependency>
265                         <groupId>com.google.code.gson</groupId>
266                         <artifactId>gson</artifactId>
267                         <scope>provided</scope>
268                 </dependency>
269
270
271                 <dependency>
272                         <groupId>org.json</groupId>
273                         <artifactId>json</artifactId>
274                         <scope>provided</scope>
275                 </dependency>
276
277                 <dependency>
278                         <groupId>com.fasterxml.jackson.core</groupId>
279                         <artifactId>jackson-databind</artifactId>
280                         <scope>provided</scope>
281                 </dependency>
282
283                 <dependency>
284                         <groupId>org.onap.portal.sdk</groupId>
285                         <artifactId>epsdk-fw</artifactId>
286                         <version>2.5.0</version>
287                         <exclusions>
288                                 <exclusion>
289                                         <groupId>commons-logging</groupId>
290                                         <artifactId>commons-logging</artifactId>
291                                 </exclusion>
292                                 <exclusion>
293                                         <groupId>log4j</groupId>
294                                         <artifactId>log4j</artifactId>
295                                 </exclusion>
296                                 <exclusion>
297                                         <groupId>log4j</groupId>
298                                         <artifactId>apache-log4j-extras</artifactId>
299                                 </exclusion>
300                                 <exclusion>
301                                         <groupId>org.slf4j</groupId>
302                                         <artifactId>slf4j-log4j12</artifactId>
303                                 </exclusion>
304                         </exclusions>
305                 </dependency>
306
307                 <!-- Test dependencies -->
308
309                 <dependency>
310                         <groupId>org.mockito</groupId>
311                         <artifactId>mockito-all</artifactId>
312                         <version>1.10.19</version>
313                         <scope>test</scope>
314                 </dependency>
315
316                 <dependency>
317                         <groupId>org.powermock</groupId>
318                         <artifactId>powermock-module-junit4</artifactId>
319                         <version>1.6.2</version>
320                         <scope>test</scope>
321                 </dependency>
322                 <dependency>
323                         <groupId>org.powermock</groupId>
324                         <artifactId>powermock-api-mockito</artifactId>
325                         <version>1.6.2</version>
326                         <scope>test</scope>
327                 </dependency>
328                 <dependency>
329                         <groupId>org.powermock</groupId>
330                         <artifactId>powermock-module-javaagent</artifactId>
331                         <version>1.6.2</version>
332                         <scope>test</scope>
333                 </dependency>
334                 <dependency>
335                         <groupId>org.powermock</groupId>
336                         <artifactId>powermock-module-junit4-rule-agent</artifactId>
337                         <version>1.6.2</version>
338                         <scope>test</scope>
339                 </dependency>
340
341                 <dependency>
342                         <groupId>org.hamcrest</groupId>
343                         <artifactId>hamcrest-library</artifactId>
344                         <scope>test</scope>
345                 </dependency>
346
347         </dependencies>
348
349         <build>
350
351                 <pluginManagement>
352                         <plugins>
353
354
355                                 <plugin>
356                                         <groupId>org.apache.maven.plugins</groupId>
357                                         <artifactId>maven-compiler-plugin</artifactId>
358                                         <configuration>
359                                                 <source>1.8</source>
360                                                 <target>1.8</target>
361                                         </configuration>
362                                 </plugin>
363
364                                 <plugin>
365                                         <groupId>org.apache.maven.plugins</groupId>
366                                         <artifactId>maven-resources-plugin</artifactId>
367                                         <version>2.7</version>
368                                         <executions>
369                                                 <execution>
370                                                         <id>copy-docker-file</id>
371                                                         <phase>package</phase>
372                                                         <goals>
373                                                                 <goal>copy-resources</goal>
374                                                         </goals>
375                                                         <configuration>
376                                                                 <outputDirectory>target</outputDirectory>
377                                                                 <overwrite>true</overwrite>
378                                                                 <resources>
379                                                                         <resource>
380                                                                                 <directory>${basedir}/src/main/docker</directory>
381                                                                                 <filtering>true</filtering>
382                                                                                 <includes>
383                                                                                         <include>**/*</include>
384                                                                                 </includes>
385                                                                         </resource>
386                                                                         <resource>
387                                                                                 <directory>${basedir}/src/main/scripts/</directory>
388                                                                         </resource>
389                                                                 </resources>
390                                                         </configuration>
391                                                 </execution>
392                                         </executions>
393                                 </plugin>
394
395                         </plugins>
396
397                 </pluginManagement>
398
399                 <plugins>
400                         <plugin>
401                                 <groupId>org.springframework.boot</groupId>
402                                 <artifactId>spring-boot-maven-plugin</artifactId>
403                                 <configuration>
404                                         <folders>
405                                                 <folder>
406                                                         ${CONFIG_HOME}/portal/BOOT-INF/classes/
407                                                 </folder>
408                                         </folders>
409                                 </configuration>
410                         </plugin>
411
412                         <plugin>
413                                 <groupId>org.apache.maven.plugins</groupId>
414                                 <artifactId>maven-resources-plugin</artifactId>
415                                 <version>2.7</version>
416                                 <executions>
417                                         <execution>
418                                                 <id>copy-docker-file-to-target</id>
419                                                 <phase>package</phase>
420                                                 <goals>
421                                                         <goal>copy-resources</goal>
422                                                 </goals>
423                                                 <configuration>
424                                                         <outputDirectory>target</outputDirectory>
425                                                         <overwrite>true</overwrite>
426                                                         <resources>
427                                                                 <resource>
428                                                                         <directory>${basedir}/src/main/docker</directory>
429                                                                         <filtering>true</filtering>
430                                                                         <includes>
431                                                                                 <include>**/*</include>
432                                                                         </includes>
433                                                                 </resource>
434                                                         </resources>
435                                                 </configuration>
436                                         </execution>
437                                 </executions>
438                         </plugin>
439
440                         <plugin>
441                                 <groupId>org.apache.maven.plugins</groupId>
442                                 <artifactId>maven-resources-plugin</artifactId>
443                                 <version>2.7</version>
444                                 <executions>
445                                         <execution>
446                                                 <id>copy-scripts-to-target</id>
447                                                 <phase>package</phase>
448                                                 <goals>
449                                                         <goal>copy-resources</goal>
450                                                 </goals>
451                                                 <configuration>
452                                                         <outputDirectory>target/scripts</outputDirectory>
453                                                         <overwrite>true</overwrite>
454                                                         <resources>
455                                                                 <resource>
456                                                                         <directory>${basedir}/src/main/scripts</directory>
457                                                                         <filtering>true</filtering>
458                                                                         <includes>
459                                                                                 <include>**/*</include>
460                                                                         </includes>
461                                                                 </resource>
462                                                         </resources>
463                                                 </configuration>
464                                         </execution>
465                                 </executions>
466                         </plugin>
467
468                         <plugin>
469                                 <groupId>org.apache.maven.plugins</groupId>
470                                 <artifactId>maven-resources-plugin</artifactId>
471                                 <executions>
472                                         <execution>
473                                                 <id>copy-config-to-target</id>
474                                                 <phase>package</phase>
475                                                 <goals>
476                                                         <goal>copy-resources</goal>
477                                                 </goals>
478                                                 <configuration>
479                                                         <outputDirectory>target/config</outputDirectory>
480                                                         <overwrite>true</overwrite>
481                                                         <resources>
482                                                                 <resource>
483                                                                         <directory>${basedir}/config</directory>
484                                                                         <filtering>true</filtering>
485                                                                         <includes>
486                                                                                 <include>**/*</include>
487                                                                         </includes>
488                                                                         <excludes>
489                                                                                 <exclude>**/auth/*</exclude>
490                                                                         </excludes>
491                                                                 </resource>
492                                                         </resources>
493                                                 </configuration>
494                                         </execution>
495                                 </executions>
496                         </plugin>
497
498
499                         <plugin>
500                                 <groupId>org.apache.maven.plugins</groupId>
501                                 <artifactId>maven-dependency-plugin</artifactId>
502                                 <version>3.0.0</version>
503                                 <executions>
504                                         <execution>
505                                                 <id>copy-war-to-target</id>
506                                                 <phase>install</phase>
507                                                 <goals>
508                                                         <goal>unpack</goal>
509                                                 </goals>
510                                                 <configuration>
511                                                         <artifactItems>
512                                                                 <artifactItem>
513                                                                         <groupId>${frontEndGroupdId}</groupId>
514                                                                         <artifactId>${frontEndArtifactId}</artifactId>
515                                                                         <version>${frontEndVersion}</version>
516                                                                         <type>war</type>
517                                                                         <outputDirectory>${basedir}/target/static/services/aai/webapp/</outputDirectory>
518                                                                 </artifactItem>
519                                                         </artifactItems>
520                                                 </configuration>
521                                         </execution>
522                                 </executions>
523                         </plugin>
524
525                         <plugin>
526                                 <groupId>org.jacoco</groupId>
527                                 <artifactId>jacoco-maven-plugin</artifactId>
528                                 <version>${version.jacoco.maven.plugin}</version>
529                                 <executions>
530                                         <execution>
531                                                 <id>prepare-agent</id>
532                                                 <goals>
533                                                         <goal>prepare-agent</goal>
534                                                 </goals>
535                                         </execution>
536                                         <execution>
537                                                 <id>report</id>
538                                                 <phase>package</phase>
539                                                 <goals>
540                                                         <goal>report</goal>
541                                                 </goals>
542                                         </execution>
543                                 </executions>
544                         </plugin>
545
546                         <plugin>
547                                 <groupId>org.codehaus.mojo</groupId>
548                                 <artifactId>cobertura-maven-plugin</artifactId>
549                                 <executions>
550                                         <execution>
551                                                 <phase />
552                                         </execution>
553                                 </executions>
554                         </plugin>
555
556                         <plugin>
557                                 <groupId>org.apache.maven.plugins</groupId>
558                                 <artifactId>maven-site-plugin</artifactId>
559                                 <configuration>
560                                         <reportPlugins>
561                                                 <plugin>
562                                                         <groupId>org.apache.maven.plugins</groupId>
563                                                         <artifactId>maven-checkstyle-plugin</artifactId>
564                                                         <version>2.17</version>
565                                                         <reportSets>
566                                                                 <reportSet>
567                                                                         <reports>
568                                                                                 <report>checkstyle</report>
569                                                                         </reports>
570                                                                 </reportSet>
571                                                         </reportSets>
572                                                 </plugin>
573                                         </reportPlugins>
574                                 </configuration>
575                         </plugin>
576
577                         <!-- <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-resources-plugin</artifactId>
578                                 <version>2.7</version> <executions> <execution> <id>copy-docker-file</id>
579                                 <phase>package</phase> <goals> <goal>copy-resources</goal> </goals> <configuration>
580                                 <outputDirectory>target</outputDirectory> <overwrite>true</overwrite> <resources>
581                                 <resource> <directory>${basedir}/src/main/docker</directory> <filtering>true</filtering>
582                                 <includes> <include>**/*</include> </includes> </resource> <resource> <directory>${basedir}/src/main/scripts/</directory>
583                                 </resource> </resources> </configuration> </execution> </executions> </plugin> -->
584                         <plugin>
585                                 <groupId>com.spotify</groupId>
586                                 <artifactId>docker-maven-plugin</artifactId>
587                                 <version>0.4.11</version>
588                                 <configuration>
589                                         <verbose>true</verbose>
590                                         <serverId>docker-hub</serverId>
591                                         <imageName>${docker.push.registry}/onap/${docker.image.name}</imageName>
592                                         <dockerDirectory>${docker.location}</dockerDirectory>
593                                         <imageTags>
594                                                 <imageTag>latest</imageTag>
595                                         </imageTags>
596                                         <forceTags>true</forceTags>
597                                 </configuration>
598                         </plugin>
599                         <plugin>
600                           <groupId>org.apache.maven.plugins</groupId>
601                           <artifactId>maven-deploy-plugin</artifactId>
602                           <version>2.8.2</version>
603                           <executions>
604                             <execution>
605                               <id>default-deploy</id>
606                               <phase>none</phase>
607                             </execution>
608                           </executions>
609                         </plugin>
610                         <plugin>
611                           <groupId>org.sonatype.plugins</groupId>
612                           <artifactId>nexus-staging-maven-plugin</artifactId>
613                           <version>1.6.7</version>
614                           <extensions>true</extensions>
615                           <configuration>
616                             <nexusUrl>${nexusproxy}</nexusUrl>
617                             <stagingProfileId>176c31dfe190a</stagingProfileId>
618                             <serverId>ecomp-staging</serverId>
619                           </configuration>
620                         </plugin>
621                         
622                         <!-- license plugin -->
623                         <!-- <plugin> <groupId>com.mycila</groupId> <artifactId>license-maven-plugin</artifactId>
624                                 <version>3.0</version> <configuration> <header>LICENSE</header> <includes>
625                                 <include>src/main/java/**</include> </includes> </configuration> <executions>
626                                 <execution> <goals> <goal>format</goal> </goals> <phase>process-sources</phase>
627                                 </execution> </executions> </plugin> -->
628
629        <plugin>
630                                 <groupId>org.apache.maven.plugins</groupId>
631                                 <artifactId>maven-dependency-plugin</artifactId>
632                                 <executions>
633                                         <execution>
634                                                 <id>unpack</id>
635                                                 <phase>prepare-package</phase>
636                                                 <goals>
637                                                         <goal>unpack</goal>
638                                                 </goals>
639                                                 <configuration>
640                                                         <artifactItems>
641                                                                 <artifactItem>
642                                                                         <groupId>org.onap.aai.aai-common</groupId>
643                                                                         <artifactId>aai-schema</artifactId>
644                                                                         <version>${version.aai-schema}</version>
645                                                                         <type>jar</type>
646                                                                         <includes>/${shemaUnpackVersion}/oxm/</includes>
647                                                                         <outputDirectory>${project.build.directory}/oxm</outputDirectory>
648                                                                 </artifactItem>
649                                                         </artifactItems>
650                                                 </configuration>
651                                         </execution>
652                                 </executions>
653                         </plugin>
654
655                 </plugins>
656         </build>
657
658     <distributionManagement>
659       <repository>
660          <id>ecomp-releases</id>
661          <name>ECOMP Release Repository</name>
662          <url>${nexusproxy}/content/repositories/releases/</url>
663       </repository>
664       <snapshotRepository>
665          <id>ecomp-snapshots</id>
666          <name>ECOMP Snapshot Repository</name>
667          <url>${nexusproxy}/content/repositories/snapshots/</url>
668       </snapshotRepository>
669    </distributionManagement>
670
671     <repositories>
672         <repository>
673             <id>central</id>
674             <name>Maven 2 repository 2</name>
675             <url>http://repo2.maven.org/maven2/</url>
676         </repository>
677         <repository>
678             <id>ecomp-releases</id>
679             <name>ECOMP Release Repository</name>
680             <url>${nexusproxy}/content/repositories/releases/</url>
681         </repository>
682         <repository>
683             <id>ecomp-staging</id>
684             <name>ECOMP Staging Repository</name>
685             <url>${nexusproxy}/content/repositories/staging/</url>
686         </repository>
687         <repository>
688             <id>ecomp-snapshots</id>
689             <name>ECOMP Snapshot Repository</name>
690             <url>${nexusproxy}/content/repositories/snapshots/</url>
691         </repository>
692     </repositories>
693 </project>