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