Project

General

Profile

Download (24.7 KB) Statistics
| Branch: | Tag: | Revision:
1
<?xml version="1.0" encoding="UTF-8"?>
2
<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">
3

    
4
  <modelVersion>4.0.0</modelVersion>
5
  <groupId>eu.etaxonomy</groupId>
6
  <artifactId>cdm-server</artifactId>
7
  <version>4.0.0-SNAPSHOT</version>
8
  <packaging>jar</packaging>
9
  <name>CDM Community Standalone Server</name>
10

    
11
  <properties>
12
    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
13
    <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
14
    <jetty-version>9.2.9.v20150224</jetty-version>
15
  </properties>
16

    
17
  <scm>
18
    <!-- see section Provider Configuration in http://maven.apache.org/scm/subversion.html 
19
      for instructions on how to externalize credentials in $user.home/.scm/svn-settings.xml -->
20
    <connection>scm:svn:http://dev.e-taxonomy.eu/svn/trunk/cdm-server</connection>
21
    <developerConnection>scm:svn:http://dev.e-taxonomy.eu/svn/trunk/cdm-server</developerConnection>
22
    <url>http://dev.e-taxonomy.eu/trac/browser/trunk/cdm-server</url>
23
  </scm>
24
  
25
  <prerequisites>
26
    <maven>3.0.5</maven>
27
  </prerequisites>
28

    
29
  <mailingLists>
30
    <mailingList>
31
        <name>EDIT Platform Developers</name>
32
        <subscribe>
33
            https://lists.fu-berlin.de/listinfo/editplatformdevelopers#subscribe
34
        </subscribe>
35
        <unsubscribe>
36
            https://lists.fu-berlin.de/listinfo/editplatformdevelopers#options
37
        </unsubscribe>
38
    </mailingList>
39
    <mailingList>
40
        <name>EDIT User</name>
41
        <subscribe>
42
            https://lists.fu-berlin.de/listinfo/edituser#subscribe
43
        </subscribe>
44
        <unsubscribe>
45
            https://lists.fu-berlin.de/listinfo/edituser#options
46
        </unsubscribe>
47
    </mailingList>
48
  </mailingLists>
49
  <licenses>
50
    <license>
51
      <name>Mozilla Public License Version 1.1</name>
52
      <url>http://www.mozilla.org/MPL/MPL-1.1.html</url>
53
      <distribution>repo</distribution>
54
    </license>
55
  </licenses>
56
  <developers>
57
    <developer>
58
      <!-- your SVN account id please! -->
59
      <id>a.kohlbecker</id>
60
      <name>
61
        Andreas Kohlbecker
62
      </name>
63
      <email>a.kohlbecker [at] bgbm.org</email>
64
      <organization>
65
        Botanical Garden Botanical Museum Berlin
66
      </organization>
67
      <organizationUrl>http://www.bgbm.org/BioDivInf/</organizationUrl>
68
      <timezone>+1</timezone>
69
      <roles>
70
        <role>Developer</role>
71
      </roles>
72
      <url />
73
    </developer>
74
  </developers>
75

    
76
  <!-- contributors> <contributor> <name>Test-Contributor</name> </contributor> 
77
    </contributors -->
78
  <issueManagement>
79
    <system>Trac</system>
80
    <url>http://dev.e-taxonomy.eu/trac/</url>
81
  </issueManagement>
82
  <ciManagement>
83
    <system>Jenkins</system>
84
    <url>http://160.45.63.201/jenkins</url>
85
  </ciManagement>
86
  <!-- **** REPOSITORIES **** -->
87
  <profiles>
88
    <profile>
89
      <id>local-repository</id>
90
      <activation>
91
        <property>
92
          <name>localrepo</name>
93
        </property>
94
      </activation>
95
      <repositories>
96
        <repository>
97
          <id>EditLocalRepository</id>
98
          <url>file://${localrepo}/eu/etaxonomy/</url>
99
          <releases>
100
            <enabled>false</enabled>
101
            <updatePolicy>always</updatePolicy>
102
          </releases>
103
          <snapshots>
104
            <enabled>true</enabled>
105
            <updatePolicy>always</updatePolicy>
106
          </snapshots>
107
        </repository>
108
      </repositories>
109
    </profile>
110
  </profiles>
111
  <repositories>
112
    <!-- sun repository -->
113
    <repository>
114
      <id>java.net-Public</id>
115
      <name>Maven Java Net Snapshots and Releases</name>
116
      <url>https://maven.java.net/content/groups/public/</url>
117
    </repository>
118
    <!-- the localhost Maven Repository -->
119
    <repository>
120
      <id>EditLocalRepository</id>
121
      <!-- disable the local repo to let maven always retrieve the latest 
122
        cdm-webapp.war TODO: use ${localrepo} for ${user.home}/.m2/repository 
123
        in MAVEN 3 -->
124
      <url>file://${user.home}/.m2/repository/eu/etaxonomy/</url>
125
      <releases>
126
        <enabled>false</enabled>
127
        <updatePolicy>always</updatePolicy>
128
      </releases>
129
      <snapshots>
130
        <enabled>false</enabled>
131
        <updatePolicy>always</updatePolicy>
132
      </snapshots>
133
    </repository>
134
    <!-- the EDIT Maven Repository -->
135
    <repository>
136
      <id>EditRepository</id>
137
      <url>http://wp5.e-taxonomy.eu/mavenrepo/</url>
138
      <releases>
139
        <enabled>true</enabled>
140
        <updatePolicy>always</updatePolicy>
141
      </releases>
142
      <snapshots>
143
        <enabled>true</enabled>
144
        <updatePolicy>always</updatePolicy>
145
      </snapshots>
146
    </repository>
147
    <!-- apache incubating repository -->
148
    <repository>
149
      <id>ApacheIncubating</id>
150
      <url>http://people.apache.org/repo/m2-incubating-repository/</url>
151
    </repository>
152
  </repositories>
153

    
154
  <!-- **** PLUGINS **** -->
155
  <build>
156
    <resources>
157
      <!-- ${basedir}/src/main/resources -->
158
      <resource>
159
        <!-- replace the project-version placeholder in the version.properties 
160
          file. This property can then be used to retrieve the version number in the 
161
          Bootloader -->
162
        <targetPath>${project.build.directory}/classes</targetPath>
163
        <filtering>true</filtering>
164
        <directory>${basedir}/src/main/resources</directory>
165
        <includes>
166
          <include>version.properties</include>
167
        </includes>
168
      </resource>
169
      <resource>
170
        <!-- all other files in classes -->
171
        <targetPath>${project.build.directory}/classes</targetPath>
172
        <directory>${basedir}/src/main/resources</directory>
173
        <excludes>
174
          <exclude>version.properties</exclude>
175
        </excludes>
176
      </resource>
177
      <!-- ${basedir}/src/main/installer/win32 -->
178
      <resource>
179
        <targetPath>${project.build.directory}/installer</targetPath>
180
        <filtering>true</filtering>
181
        <directory>${basedir}/src/main/installer</directory>
182
        <includes>
183
          <include>win32/program-folder/etc/CDMServer.conf</include>
184
          <include>win32/setup.nsi</include>
185
        </includes>
186
      </resource>
187
      <resource>
188
        <targetPath>${project.build.directory}/installer</targetPath>
189
        <directory>${basedir}/src/main/installer</directory>
190
        <excludes>
191
          <exclude>win32/program-folder/etc/CDMServer.conf</exclude>
192
          <exclude>win32/setup.nsi</exclude>
193
        </excludes>
194
      </resource>
195
    </resources>
196
    <plugins>
197
      <!-- ====== IDE ====== -->
198
      <plugin>
199
        <groupId>org.apache.maven.plugins</groupId>
200
        <artifactId>maven-eclipse-plugin</artifactId>
201
        <version>2.9</version>
202
        <configuration>
203
          <downloadSources>true</downloadSources>
204
          <downloadJavadocs>true</downloadJavadocs>
205
        </configuration>
206
      </plugin>
207

    
208
      <plugin>
209
        <!-- only needed for testing the svn credentials credentials are 
210
          usually stored by svn automatically unless not configured differently in 
211
          {user.home}\.subversion\config So in order to use a specific svn account 
212
          with maven firts to a commit manually by svn ci -m "commit message" and answer 
213
          the question wether to store the credential with yes. There is no specific 
214
          maven configuration required for svn to work with maven! -->
215
        <groupId>org.apache.maven.plugins</groupId>
216
        <artifactId>maven-scm-plugin</artifactId>
217
        <version>1.9.2</version>
218
        <configuration>
219
          <connectionType>developerConnection</connectionType>
220
        </configuration>
221
      </plugin>
222
      <!-- ====== CREATE ====== -->
223
      <plugin>
224
        <groupId>org.apache.maven.plugins</groupId>
225
        <artifactId>maven-resources-plugin</artifactId>
226
        <version>2.7</version>
227
      </plugin>
228
      <plugin>
229
        <groupId>org.apache.maven.plugins</groupId>
230
        <artifactId>maven-compiler-plugin</artifactId>
231
        <version>3.2</version>
232
        <configuration>
233
          <source>1.6</source>
234
          <target>1.6</target>
235
        </configuration>
236
      </plugin>
237
      <plugin>
238
        <groupId>org.apache.maven.plugins</groupId>
239
        <artifactId>maven-surefire-plugin</artifactId>
240
        <version>2.18.1</version>
241
        <configuration>
242
          <argLine>-Xmx512M</argLine>
243
          <includes>
244
            <include>**/*Test.java</include>
245
          </includes>
246
          <systemProperties>
247
            <property>
248
              <name>hibernate.connection.driver_class</name>
249
              <value>${hibernate.connection.driver_class}</value>
250
            </property>
251
            <property>
252
              <name>hibernate.connection.url</name>
253
              <value>${hibernate.connection.url}</value>
254
            </property>
255
            <property>
256
              <name>hibernate.connection.username</name>
257
              <value>${hibernate.connection.username}</value>
258
            </property>
259
            <property>
260
              <name>hibernate.connection.password</name>
261
              <value>${hibernate.connection.password}</value>
262
            </property>
263
          </systemProperties>
264
        </configuration>
265
      </plugin>
266
      <!-- ====== CREATE ====== -->
267
      <plugin>
268
        <groupId>org.codehaus.mojo</groupId>
269
        <artifactId>buildnumber-maven-plugin</artifactId>
270
        <version>1.3</version>
271
        <executions>
272
          <execution>
273
            <!--<phase>deploy</phase> -->
274
            <goals>
275
              <goal>create</goal>
276
            </goals>
277
          </execution>
278
        </executions>
279
        <configuration>
280
          <doCheck>false</doCheck>
281
          <!-- Only create the build number if there are no local modifications -->
282
          <doUpdate>false</doUpdate>
283
          <!-- automatically update the local svn copy -->
284
        </configuration>
285
      </plugin>
286
      <plugin>
287
        <groupId>org.apache.maven.plugins</groupId>
288
        <artifactId>maven-site-plugin</artifactId>
289
        <version>3.4</version>
290
        <configuration>
291
          <locales>en</locales>
292
          <outputEncoding>UTF-8</outputEncoding>
293
          <chmod>false</chmod>
294
        </configuration>
295
      </plugin>
296
      <!-- ====== VERIFY ====== -->
297
      <plugin>
298
        <groupId>org.apache.maven.plugins</groupId>
299
        <artifactId>maven-source-plugin</artifactId>
300
        <version>2.4</version>
301
        <executions>
302
          <execution>
303
            <id>attach-sources</id>
304
            <phase>verify</phase>
305
            <goals>
306
              <goal>jar</goal>
307
            </goals>
308
          </execution>
309
        </executions>
310
      </plugin>
311
      <plugin>
312
        <groupId>org.apache.maven.plugins</groupId>
313
        <artifactId>maven-javadoc-plugin</artifactId>
314
        <version>2.10.2</version>
315
        <configuration>
316
          <aggregate>true</aggregate>
317
          <stylesheet>maven</stylesheet>
318
        </configuration>
319
      </plugin>
320

    
321
      <!-- ====== PROCESS-SOURCES ====== -->
322
      <plugin>
323
        <groupId>org.apache.maven.plugins</groupId>
324
        <artifactId>maven-dependency-plugin</artifactId>
325
        <version>2.10</version>
326
        <executions>
327
          <execution>
328
            <id>copy</id>
329
            <goals>
330
              <goal>copy</goal>
331
            </goals>
332
            <configuration>
333
              <silent>flase</silent>
334
              <stripVersion>true</stripVersion>
335
              <overWriteSnapshots>true</overWriteSnapshots>
336
              <overWriteIfNewer>true</overWriteIfNewer>
337
              <overWriteReleases>true</overWriteReleases>
338
              <artifactItems>
339
                <artifactItem>
340
                  <!-- copy the cdm-webapp-${project.version}.war 
341
                    to the build dir -->
342
                  <groupId>eu.etaxonomy</groupId>
343
                  <artifactId>cdm-webapp</artifactId>
344
                  <version>${project.version}</version>
345
                  <type>war</type>
346
                  <!-- <classifier> [classifier - optional] </classifier> -->
347
                  <overWrite>true</overWrite>
348
                  <destFileName>cdm-webapp-${project.version}.war</destFileName>
349
                  <outputDirectory>
350
                    ${project.build.directory}
351
                  </outputDirectory>
352
                </artifactItem>
353
              </artifactItems>
354
            </configuration>
355
          </execution>
356
        </executions>
357
      </plugin>
358

    
359
      <!-- ====== PACKAGE ====== -->
360
      <!-- package the default webapp, // (and also add the cdm-webapp.war) 
361
        test with: mvn war:war -->
362
      <plugin>
363
        <groupId>org.apache.maven.plugins</groupId>
364
        <artifactId>maven-war-plugin</artifactId>
365
        <version>2.6</version>
366
        <configuration>
367
          <warName>default-webapp</warName>
368
          <packagingExcludes>
369
            cdm-webapp-*.war
370
          </packagingExcludes>
371
          <!-- <overlays> <overlay> <groupId>eu.etaxonomy</groupId> <artifactId>cdm-webapp</artifactId> 
372
            <!- - version is set in dependency - -> <skip>true</skip> <!- - Do Not overlay 
373
            - -> </overlay> </overlays> -->
374
        </configuration>
375
        <executions>
376
          <execution>
377
            <phase>package</phase>
378
            <goals>
379
              <goal>war</goal>
380
            </goals>
381
          </execution>
382
        </executions>
383
      </plugin>
384
      <!-- ====== INSTALL ====== -->
385
      <plugin>
386
        <!-- Assemble the runnable server jar test with: mvn assembly:single -->
387
        <groupId>org.apache.maven.plugins</groupId>
388
        <artifactId>maven-assembly-plugin</artifactId>
389
        <version>2.5.3</version>
390
        <configuration>
391
          <appendAssemblyId>false</appendAssemblyId>
392
          <descriptors>
393
            <descriptor>src/main/assembly/assembly.xml</descriptor>
394
          </descriptors>
395
          <archive>
396
            <manifest>
397
              <mainClass>eu.etaxonomy.cdm.server.Bootloader</mainClass>
398
              <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
399
              <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
400
            </manifest>
401
          </archive>
402
        </configuration>
403
        <executions>
404
          <execution>
405
            <id>make-assembly</id>
406
            <phase>install</phase>
407
            <goals>
408
              <goal>attached</goal>
409
            </goals>
410
          </execution>
411
        </executions>
412
      </plugin>
413
      <plugin>
414
        <!-- Build a Debian package -->
415
        <groupId>org.apache.maven.plugins</groupId>
416
        <artifactId>maven-antrun-plugin</artifactId>
417
        <version>1.8</version>
418
        <executions>
419
          <execution>
420
            <phase>install</phase>
421
            <configuration>
422
              <tasks>
423
                <property name="project.fullversionstring" value="${project.version}" />
424
                <property name="project.version" value="${project.version}" />
425
                <ant antfile="${project.basedir}/src/main/installer/linux/build-deb.xml" dir="${project.basedir}" />
426
              </tasks>
427
            </configuration>
428
            <goals>
429
              <goal>run</goal>
430
            </goals>
431
          </execution>
432
        </executions>
433
      </plugin>
434
      <!-- Build windows installer -->
435
      <plugin>
436
        <groupId>org.codehaus.mojo</groupId>
437
        <artifactId>exec-maven-plugin</artifactId>
438
        <version>1.3.2</version>
439
        <executions>
440
          <execution>
441
            <phase>install</phase>
442
            <goals>
443
              <goal>exec</goal>
444
            </goals>
445
          </execution>
446
        </executions>
447
        <configuration>
448
          <executable>makensis</executable>
449
          <!-- optional -->
450
          <workingDirectory>/tmp</workingDirectory>
451
          <arguments>
452
            <!-- <argument>-V3</argument> -->
453
            <argument>${project.basedir}/target/installer/win32/setup.nsi</argument>
454
          </arguments>
455
        </configuration>
456
      </plugin>
457
      <!-- ====== DEPLOY ====== -->
458
      <plugin>
459
        <groupId>org.apache.maven.plugins</groupId> 
460
        <artifactId>maven-deploy-plugin</artifactId>
461
        <version>2.8.2</version>
462
      </plugin> 
463
      <plugin>
464
        <groupId>external.atlassian.jgitflow</groupId>
465
        <artifactId>jgitflow-maven-plugin</artifactId>
466
        <version>1.0-m6</version>
467
        <configuration>
468
          <pushHotfixes>true</pushHotfixes>
469
          <pushReleases>true</pushReleases> 
470
          <enableSshAgent>true</enableSshAgent>
471
          <allowSnapshots>true</allowSnapshots>
472
          <allowUntracked>true</allowUntracked>
473
        </configuration>
474
        <dependencies>
475
          <!-- 
476
                upgrading dependency jsch.agent.version of jgit-flow plugin to 0.1.53 
477
                in order have ssl key exchange algorithms compatible with openssh 6.7 
478
             -->
479
          <dependency>
480
            <groupId>com.jcraft</groupId>
481
            <artifactId>jsch</artifactId>
482
            <version>0.1.53</version>
483
          </dependency>
484
        </dependencies>
485
      </plugin>
486
      <plugin>
487
        <groupId>org.codehaus.mojo</groupId>
488
        <artifactId>wagon-maven-plugin</artifactId>
489
        <version>1.0</version>
490
        <!-- Problems with the wagon-maven-plugin have been encounterd on 
491
          Windows, it should work properly on linux though. -->
492
        <executions>
493
          <execution>
494
            <phase>deploy</phase>
495
            <goals>
496
              <goal>upload</goal>
497
            </goals>
498
          </execution>
499
        </executions>
500
        <configuration>
501
          <fromDir>target</fromDir>
502
          <includes>*${project.version}*.deb,*${project.version}*.jar,*${project.version}*.exe</includes>
503
          <url>scpexe://wp5.e-taxonomy.eu/var/www/download/cdmserver/${project.version}</url>
504
          <serverId>wp5.e-taxonomy.eu</serverId>
505
        </configuration>
506
      </plugin>
507
    </plugins>
508
    <!-- EXTENSIONS -->
509
    <extensions>
510
      <extension>
511
        <groupId>org.apache.maven.wagon</groupId>
512
        <artifactId>wagon-scm</artifactId>
513
        <version>1.0-beta-6</version>
514
      </extension>
515
      <extension>
516
        <groupId>org.apache.maven.wagon</groupId>
517
        <artifactId>wagon-ssh</artifactId>
518
        <version>1.0-beta-6</version>
519
      </extension>
520
      <extension>
521
        <groupId>org.apache.maven.wagon</groupId>
522
        <artifactId>wagon-ssh-external</artifactId>
523
        <version>1.0-beta-6</version>
524
      </extension>
525
      <extension>
526
        <groupId>org.apache.maven.scm</groupId>
527
        <artifactId>maven-scm-manager-plexus</artifactId>
528
        <version>1.0</version>
529
      </extension>
530
      <extension>
531
        <groupId>org.apache.maven.scm</groupId>
532
        <artifactId>maven-scm-provider-svnexe</artifactId>
533
        <version>1.0</version>
534
      </extension>
535
      <!-- WebDAV plugin to upload snapshots -->
536
      <extension>
537
        <groupId>org.apache.maven.wagon</groupId>
538
        <artifactId>wagon-webdav</artifactId>
539
        <version>1.0-beta-2</version>
540
      </extension>
541
    </extensions>
542
  </build>
543

    
544
  <reporting>
545
    <plugins>
546
      <plugin>
547
        <!-- you will want to start by publishing your classes' Javadocs -->
548
        <groupId>org.apache.maven.plugins</groupId>
549
        <artifactId>maven-javadoc-plugin</artifactId>
550
        <configuration>
551
          <links>
552
            <link>http://java.sun.com/j2se/1.6.0/docs/api/</link>
553
            <!-- more libraries? -->
554
          </links>
555
        </configuration>
556
        <version>2.10.3</version>
557
      </plugin>
558
      <plugin>
559
        <!-- this will generate an indexed and cross-referenced HTML version 
560
          of your source code -->
561
        <groupId>org.apache.maven.plugins</groupId>
562
        <artifactId>maven-jxr-plugin</artifactId>
563
        <version>2.5</version>
564
      </plugin>
565
      <plugin>
566
        <!-- if you use @todo tags to remind you of things to be done (which 
567
          is a good coding practice), the taglist report will generate a list of all 
568
          the items marked @todo or TODO -->
569
        <groupId>org.codehaus.mojo</groupId>
570
        <artifactId>taglist-maven-plugin</artifactId>
571
        <version>2.4</version>
572
      </plugin>
573
      <plugin>
574
        <!-- Test coverage can be a useful indication of the quality of your 
575
          unit tests. It basically tells you how much of your code is actually run 
576
          by your unit tests, which, in turn, can give you a good idea of the tests' 
577
          quality -->
578
        <groupId>org.codehaus.mojo</groupId>
579
        <artifactId>cobertura-maven-plugin</artifactId>
580
        <version>2.7</version>
581
      </plugin>
582

    
583

    
584
    </plugins>
585
  </reporting>
586
  <!-- DISTRIBUTION MANAGEMENT -->
587
  <distributionManagement>
588
    <site>
589
      <id>wp5.e-taxonomy.eu</id>
590
      <url>
591
        scpexe://wp5.e-taxonomy.eu/var/www/wp5.e-taxonomy.eu/cdm-server
592
      </url>
593
    </site>
594
    <repository>
595
      <uniqueVersion>false</uniqueVersion>
596
      <id>wp5.e-taxonomy.eu</id>
597
      <name>Edit Maven Repository</name>
598
      <url>
599
        scpexe://wp5.e-taxonomy.eu/var/www/wp5.e-taxonomy.eu/mavenrepo
600
      </url>
601
    </repository>
602
  </distributionManagement>
603

    
604
  <dependencies>
605
    <!-- maven 3 no longer supports uniqueVersions for SNAPSHOT artifacts. 
606
      The cdm-server Bootlader however relies on a specific name of the cdm-webapp 
607
      war file. In order to achieve this with maven 3 the below dependency is now 
608
      handled more explicitely by utilizing the dependency:copy-dependencies gloal 
609
      in the build/plugins section -->
610
      <!-- <dependency> -->
611
      <!--   <groupId>eu.etaxonomy</groupId>  -->
612
      <!--   <artifactId>cdm-webapp</artifactId> -->
613
      <!--   <version>${project.version}</version>  -->
614
      <!--   <type>war</type> -->
615
      <!-- </dependency> -->
616
      
617
    <!-- JETTY -->
618
    <dependency>
619
      <groupId>org.eclipse.jetty</groupId>
620
      <artifactId>jetty-webapp</artifactId>
621
      <version>${jetty-version}</version>
622
    </dependency>
623
    <dependency>
624
      <groupId>org.eclipse.jetty</groupId>
625
      <artifactId>jetty-plus</artifactId>
626
      <version>${jetty-version}</version>
627
    </dependency>
628
    <dependency>
629
      <groupId>org.eclipse.jetty</groupId>
630
      <artifactId>jetty-jmx</artifactId>
631
      <version>${jetty-version}</version>
632
    </dependency>
633
    <dependency>
634
      <groupId>org.eclipse.jetty</groupId>
635
      <artifactId>jetty-security</artifactId>
636
      <version>${jetty-version}</version>
637
    </dependency>
638
    <dependency>
639
      <groupId>org.eclipse.jetty</groupId>
640
      <artifactId>jetty-annotations</artifactId>
641
      <version>${jetty-version}</version>
642
    </dependency>
643
    <dependency>
644
      <groupId>org.eclipse.jetty</groupId>
645
      <artifactId>apache-jsp</artifactId>
646
      <version>${jetty-version}</version>
647
      <type>jar</type>
648
    </dependency>
649
    <dependency>
650
      <groupId>org.eclipse.jetty</groupId>
651
      <artifactId>apache-jstl</artifactId>
652
      <version>${jetty-version}</version>
653
      <type>pom</type>
654
    </dependency>
655
    <dependency>
656
      <groupId>javax.el</groupId>
657
      <artifactId>el-api</artifactId>
658
      <version>2.2</version>
659
    </dependency>
660
    <dependency>
661
      <groupId>el-impl</groupId>
662
      <artifactId>el-impl</artifactId>
663
      <version>1.0</version>
664
    </dependency>
665
    <dependency>
666
      <groupId>javax.transaction</groupId>
667
      <artifactId>jta</artifactId>
668
      <version>1.1</version>
669
    </dependency>
670
    <!-- JSON -->
671
    <dependency>
672
      <groupId>org.codehaus.jackson</groupId>
673
      <artifactId>jackson-mapper-asl</artifactId>
674
      <version>1.9.11</version>
675
    </dependency>
676
    <!-- windows service -->
677
    <dependency>
678
      <groupId>tanukisoft</groupId>
679
      <artifactId>wrapper</artifactId>
680
      <version>3.2.3</version>
681
    </dependency>
682

    
683
    <!-- Logging -->
684
    <dependency>
685
      <groupId>org.slf4j</groupId>
686
      <artifactId>slf4j-api</artifactId>
687
      <version>1.7.13</version>
688
    </dependency>
689
    <dependency>
690
      <groupId>org.slf4j</groupId>
691
      <artifactId>slf4j-log4j12</artifactId>
692
      <version>1.7.13</version>
693
    </dependency>
694
    <dependency>
695
      <groupId>commons-cli</groupId>
696
      <artifactId>commons-cli</artifactId>
697
      <version>1.3.1</version>
698
    </dependency>
699
    <dependency>
700
      <groupId>commons-io</groupId>
701
      <artifactId>commons-io</artifactId>
702
      <version>2.4</version>
703
    </dependency>
704
    <dependency>
705
      <groupId>commons-collections</groupId>
706
      <artifactId>commons-collections</artifactId>
707
      <version>3.2.1</version>
708
    </dependency>
709
    <dependency>
710
      <groupId>net.sf.jopt-simple</groupId>
711
      <artifactId>jopt-simple</artifactId>
712
      <version>4.9</version>
713
    </dependency>
714
    <dependency>
715
      <groupId>com.mchange</groupId>
716
      <artifactId>c3p0</artifactId>
717
      <!-- 
718
        IMPORTANT!!!
719
        this must exactly match the version as set in 
720
        cdmlib-parent pom.xml otherwise the connection 
721
        through jndi will not work
722
      -->
723
      <version>0.9.5.2</version>
724
    </dependency>
725
    <!-- DATABASE DRIVER -->
726
    <dependency>
727
      <groupId>mysql</groupId>
728
      <artifactId>mysql-connector-java</artifactId>
729
      <version>5.1.38</version>
730
    </dependency>
731
  </dependencies>
732

    
733
</project>
(4-4/4)