server/pom.xml
changeset 150 5b62100b8562
parent 147 1ef851402261
child 164 8786006c553c
equal deleted inserted replaced
149:554a7b55c29a 150:5b62100b8562
     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">
     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 
     3 
     4     <modelVersion>4.0.0</modelVersion>
     4     <modelVersion>4.0.0</modelVersion>
     5     <groupId>org.iri_research.renkan</groupId>
     5     <groupId>org.iri_research.renkan</groupId>
     6     <artifactId>renkan</artifactId>
     6     <artifactId>renkan</artifactId>
     7     <version>0.6.1</version>
     7     <version>0.6.2</version>
     8     <packaging>war</packaging>
     8     <packaging>war</packaging>
     9 
     9 
    10     <properties>
    10     <properties>
    11         <surefire-version>2.14</surefire-version>
    11         <surefire-version>2.14</surefire-version>
    12         <coweb-version>1.0</coweb-version>
    12         <coweb-version>1.0</coweb-version>
    15         <spring-version>3.2.1.RELEASE</spring-version>
    15         <spring-version>3.2.1.RELEASE</spring-version>
    16         <spring-security-version>3.1.3.RELEASE</spring-security-version>
    16         <spring-security-version>3.1.3.RELEASE</spring-security-version>
    17         <jetty-version>8.1.10.v20130312</jetty-version>
    17         <jetty-version>8.1.10.v20130312</jetty-version>
    18         <junit-version>4.10</junit-version>
    18         <junit-version>4.10</junit-version>
    19         <thymeleaf-version>2.0.16</thymeleaf-version>
    19         <thymeleaf-version>2.0.16</thymeleaf-version>
       
    20         <thymeleaf-springsecurity-version>2.0.0</thymeleaf-springsecurity-version>
    20         <cometd-version>2.5.1</cometd-version>
    21         <cometd-version>2.5.1</cometd-version>
    21         <jackson-version>2.1.4</jackson-version>
    22         <jackson-version>2.1.4</jackson-version>
    22         <joda-version>2.1</joda-version>
    23         <joda-version>2.1</joda-version>
    23         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    24         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    24     </properties>
    25     </properties>
   306             <groupId>org.thymeleaf</groupId>
   307             <groupId>org.thymeleaf</groupId>
   307             <artifactId>thymeleaf-spring3</artifactId>
   308             <artifactId>thymeleaf-spring3</artifactId>
   308             <version>${thymeleaf-version}</version>
   309             <version>${thymeleaf-version}</version>
   309         </dependency>
   310         </dependency>
   310         <dependency>
   311         <dependency>
       
   312             <groupId>org.thymeleaf.extras</groupId>
       
   313             <artifactId>thymeleaf-extras-springsecurity3</artifactId>
       
   314             <version>${thymeleaf-springsecurity-version}</version>
       
   315         </dependency>
       
   316         <dependency>
   311             <groupId>net.sourceforge.nekohtml</groupId>
   317             <groupId>net.sourceforge.nekohtml</groupId>
   312             <artifactId>nekohtml</artifactId>
   318             <artifactId>nekohtml</artifactId>
   313             <version>1.9.16</version>
   319             <version>1.9.16</version>
   314         </dependency>
   320         </dependency>
   315         <dependency>
   321         <dependency>
   365         <dependency>
   371         <dependency>
   366             <groupId>org.springframework.security</groupId>
   372             <groupId>org.springframework.security</groupId>
   367             <artifactId>spring-security-config</artifactId>
   373             <artifactId>spring-security-config</artifactId>
   368             <version>${spring-security-version}</version>
   374             <version>${spring-security-version}</version>
   369         </dependency>
   375         </dependency>
       
   376         <dependency>
       
   377             <groupId>org.springframework.security</groupId>
       
   378             <artifactId>spring-security-acl</artifactId>
       
   379             <version>${spring-security-version}</version>
       
   380         </dependency>
       
   381 	    <dependency>
       
   382             <groupId>org.springframework.security</groupId>
       
   383             <artifactId>spring-security-taglibs</artifactId>
       
   384             <version>${spring-security-version}</version>
       
   385 	    </dependency>        
   370         <dependency>
   386         <dependency>
   371 	       <groupId>de.undercouch</groupId>
   387 	       <groupId>de.undercouch</groupId>
   372 	       <artifactId>bson4jackson</artifactId>
   388 	       <artifactId>bson4jackson</artifactId>
   373 	       <version>2.1.1</version>
   389 	       <version>2.1.1</version>
   374         </dependency>
   390         </dependency>