|
@@ -1,11 +1,13 @@
|
|
|
-<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/maven-v4_0_0.xsd">
|
|
|
|
|
|
|
+<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/maven-v4_0_0.xsd"
|
|
|
|
|
+>
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
<groupId>cz.hsrs.maplog</groupId>
|
|
<groupId>cz.hsrs.maplog</groupId>
|
|
|
<artifactId>DBService</artifactId>
|
|
<artifactId>DBService</artifactId>
|
|
|
<packaging>jar</packaging>
|
|
<packaging>jar</packaging>
|
|
|
<version>1.3.5-SNAPSHOT</version>
|
|
<version>1.3.5-SNAPSHOT</version>
|
|
|
<name>dbservice Maven Webapp</name>
|
|
<name>dbservice Maven Webapp</name>
|
|
|
- <url>http://maven.apache.org</url>
|
|
|
|
|
|
|
|
|
|
<build>
|
|
<build>
|
|
|
<finalName>${project.artifactId}-${project.version}</finalName>
|
|
<finalName>${project.artifactId}-${project.version}</finalName>
|
|
@@ -55,45 +57,6 @@
|
|
|
</configuration>
|
|
</configuration>
|
|
|
</plugin>
|
|
</plugin>
|
|
|
|
|
|
|
|
- <plugin>
|
|
|
|
|
- <groupId>org.codehaus.mojo</groupId>
|
|
|
|
|
- <artifactId>buildnumber-maven-plugin</artifactId>
|
|
|
|
|
- <version>1.3</version>
|
|
|
|
|
- <executions>
|
|
|
|
|
- <execution>
|
|
|
|
|
- <phase>validate</phase>
|
|
|
|
|
- <goals>
|
|
|
|
|
- <goal>create</goal>
|
|
|
|
|
- </goals>
|
|
|
|
|
- </execution>
|
|
|
|
|
- </executions>
|
|
|
|
|
- <configuration>
|
|
|
|
|
- <doCheck>false</doCheck>
|
|
|
|
|
- <doUpdate>false</doUpdate>
|
|
|
|
|
- </configuration>
|
|
|
|
|
- </plugin>
|
|
|
|
|
-
|
|
|
|
|
-<!-- HACK for testing -->
|
|
|
|
|
- <plugin>
|
|
|
|
|
- <groupId>org.mortbay.jetty</groupId>
|
|
|
|
|
- <artifactId>maven-jetty-plugin</artifactId>
|
|
|
|
|
- <version>6.1.22</version>
|
|
|
|
|
- </plugin>
|
|
|
|
|
-<!-- HACK for testing -->
|
|
|
|
|
-
|
|
|
|
|
- <plugin>
|
|
|
|
|
- <groupId>org.apache.tomcat.maven</groupId>
|
|
|
|
|
- <artifactId>tomcat7-maven-plugin</artifactId>
|
|
|
|
|
- <version>2.2</version>
|
|
|
|
|
- <configuration>
|
|
|
|
|
- <url>http://foodie.lesprojekt.cz:8080/manager/text</url>
|
|
|
|
|
- <server>foodietomcat</server>
|
|
|
|
|
- <path>/MapLog</path>
|
|
|
|
|
- <!--<path>/MapLogLV</path>-->
|
|
|
|
|
- <!--<path>/MapLogIT</path>-->
|
|
|
|
|
- <!--<path>/MapLogOT</path>-->
|
|
|
|
|
- </configuration>
|
|
|
|
|
- </plugin>
|
|
|
|
|
|
|
|
|
|
<plugin>
|
|
<plugin>
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
@@ -112,29 +75,6 @@
|
|
|
</configuration>
|
|
</configuration>
|
|
|
</plugin>
|
|
</plugin>
|
|
|
|
|
|
|
|
- <plugin>
|
|
|
|
|
- <groupId>org.codehaus.mojo</groupId>
|
|
|
|
|
- <artifactId>cobertura-maven-plugin</artifactId>
|
|
|
|
|
- <version>2.4</version>
|
|
|
|
|
- <configuration>
|
|
|
|
|
- <instrumentation>
|
|
|
|
|
- <ignores>
|
|
|
|
|
- <ignore>com.example.boringcode.*</ignore>
|
|
|
|
|
- </ignores>
|
|
|
|
|
- <excludes>
|
|
|
|
|
- <exclude>com/example/dullcode/**/*.class</exclude>
|
|
|
|
|
- <exclude>com/example/**/*Test.class</exclude>
|
|
|
|
|
- </excludes>
|
|
|
|
|
- </instrumentation>
|
|
|
|
|
- </configuration>
|
|
|
|
|
- <executions>
|
|
|
|
|
- <execution>
|
|
|
|
|
- <goals>
|
|
|
|
|
- <goal>clean</goal>
|
|
|
|
|
- </goals>
|
|
|
|
|
- </execution>
|
|
|
|
|
- </executions>
|
|
|
|
|
- </plugin>
|
|
|
|
|
</plugins>
|
|
</plugins>
|
|
|
<pluginManagement>
|
|
<pluginManagement>
|
|
|
<plugins>
|
|
<plugins>
|
|
@@ -161,17 +101,17 @@
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>com.zaxxer</groupId>
|
|
<groupId>com.zaxxer</groupId>
|
|
|
<artifactId>HikariCP</artifactId>
|
|
<artifactId>HikariCP</artifactId>
|
|
|
- <version>4.0.3</version>
|
|
|
|
|
|
|
+ <version>5.0.0</version>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>org.jdbi</groupId>
|
|
<groupId>org.jdbi</groupId>
|
|
|
<artifactId>jdbi3-postgres</artifactId>
|
|
<artifactId>jdbi3-postgres</artifactId>
|
|
|
- <version>3.20.0</version>
|
|
|
|
|
|
|
+ <version>3.21.0</version>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>org.jdbi</groupId>
|
|
<groupId>org.jdbi</groupId>
|
|
|
<artifactId>jdbi3-jodatime2</artifactId>
|
|
<artifactId>jdbi3-jodatime2</artifactId>
|
|
|
- <version>3.20.0</version>
|
|
|
|
|
|
|
+ <version>3.21.0</version>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>org.apache.commons</groupId>
|
|
<groupId>org.apache.commons</groupId>
|
|
@@ -183,14 +123,33 @@
|
|
|
<artifactId>jcommander</artifactId>
|
|
<artifactId>jcommander</artifactId>
|
|
|
<version>1.81</version>
|
|
<version>1.81</version>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>com.fasterxml.jackson.core</groupId>
|
|
|
|
|
+ <artifactId>jackson-databind</artifactId>
|
|
|
|
|
+ <version>2.11.0</version>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>com.auth0</groupId>
|
|
|
|
|
+ <artifactId>java-jwt</artifactId>
|
|
|
|
|
+ <version>3.18.1</version>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>org.apache.logging.log4j</groupId>
|
|
|
|
|
+ <artifactId>log4j-core</artifactId>
|
|
|
|
|
+ <version>2.14.1</version>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
+ <dependency>
|
|
|
|
|
+ <groupId>org.apache.logging.log4j</groupId>
|
|
|
|
|
+ <artifactId>log4j-api</artifactId>
|
|
|
|
|
+ <version>2.14.1</version>
|
|
|
|
|
+ </dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-
|
|
|
|
|
- <!-- Tests -->
|
|
|
|
|
|
|
+ <!-- Tests -->
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>junit</groupId>
|
|
<groupId>junit</groupId>
|
|
|
<artifactId>junit</artifactId>
|
|
<artifactId>junit</artifactId>
|
|
@@ -279,22 +238,22 @@
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>org.glassfish.jersey.containers</groupId>
|
|
<groupId>org.glassfish.jersey.containers</groupId>
|
|
|
<artifactId>jersey-container-servlet</artifactId>
|
|
<artifactId>jersey-container-servlet</artifactId>
|
|
|
- <version>${jersey2.version}</version>
|
|
|
|
|
|
|
+ <version>2.23</version>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>org.glassfish.jersey.core</groupId>
|
|
<groupId>org.glassfish.jersey.core</groupId>
|
|
|
<artifactId>jersey-client</artifactId>
|
|
<artifactId>jersey-client</artifactId>
|
|
|
- <version>${jersey2.version}</version>
|
|
|
|
|
|
|
+ <version>2.23</version>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>org.glassfish.jersey.media</groupId>
|
|
<groupId>org.glassfish.jersey.media</groupId>
|
|
|
<artifactId>jersey-media-json-jackson</artifactId>
|
|
<artifactId>jersey-media-json-jackson</artifactId>
|
|
|
- <version>${jersey2.version}</version>
|
|
|
|
|
|
|
+ <version>2.23</version>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
<dependency>
|
|
<dependency>
|
|
|
<groupId>org.glassfish.jersey.media</groupId>
|
|
<groupId>org.glassfish.jersey.media</groupId>
|
|
|
<artifactId>jersey-media-multipart</artifactId>
|
|
<artifactId>jersey-media-multipart</artifactId>
|
|
|
- <version>${jersey2.version}</version>
|
|
|
|
|
|
|
+ <version>2.23</version>
|
|
|
</dependency>
|
|
</dependency>
|
|
|
<!-- JERSEY -->
|
|
<!-- JERSEY -->
|
|
|
|
|
|
|
@@ -336,18 +295,9 @@
|
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
- <dependency>
|
|
|
|
|
- <groupId>javax.xml.bind</groupId>
|
|
|
|
|
- <artifactId>jaxb-api</artifactId>
|
|
|
|
|
- <version>2.3.1</version>
|
|
|
|
|
- </dependency>
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
</dependencies>
|
|
</dependencies>
|
|
|
|
|
|
|
|
<properties>
|
|
<properties>
|
|
|
- <jetty.version>6.1.22</jetty.version>
|
|
|
|
|
- <jersey2.version>2.23</jersey2.version>
|
|
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
<project.build.resourceEncoding>UTF-8</project.build.resourceEncoding>
|
|
<project.build.resourceEncoding>UTF-8</project.build.resourceEncoding>
|
|
|
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
|
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
|
@@ -355,28 +305,4 @@
|
|
|
<maven.build.timestamp.format>yyyy-MM-dd HH:mm</maven.build.timestamp.format>
|
|
<maven.build.timestamp.format>yyyy-MM-dd HH:mm</maven.build.timestamp.format>
|
|
|
</properties>
|
|
</properties>
|
|
|
|
|
|
|
|
- <reporting>
|
|
|
|
|
- <plugins>
|
|
|
|
|
- <plugin>
|
|
|
|
|
- <groupId>org.codehaus.mojo</groupId>
|
|
|
|
|
- <artifactId>cobertura-maven-plugin</artifactId>
|
|
|
|
|
- <version>2.4</version>
|
|
|
|
|
- </plugin>
|
|
|
|
|
- </plugins>
|
|
|
|
|
- </reporting>
|
|
|
|
|
-
|
|
|
|
|
- <scm>
|
|
|
|
|
- <connection>scm:git:git+ssh://git@git.ccss.cz/ccss/maplogagri</connection>
|
|
|
|
|
- <developerConnection>scm:git:git+ssh://git@git.ccss.cz/ccss/maplogagri</developerConnection>
|
|
|
|
|
- <url>http://somerepository.com/view.cvs/tags/DBService-1.3</url>
|
|
|
|
|
- </scm>
|
|
|
|
|
-
|
|
|
|
|
- <repositories>
|
|
|
|
|
- <repository>
|
|
|
|
|
- <id>com.mvnrepository</id>
|
|
|
|
|
- <name>mvnrepository</name>
|
|
|
|
|
- <url>http://mvnrepository.com</url>
|
|
|
|
|
- </repository>
|
|
|
|
|
- </repositories>
|
|
|
|
|
-
|
|
|
|
|
</project>
|
|
</project>
|