diff --git a/samples/chat-jc/pom.xml b/samples/chat-jc/pom.xml new file mode 100644 index 0000000000..529a0c8390 --- /dev/null +++ b/samples/chat-jc/pom.xml @@ -0,0 +1,262 @@ + + + 4.0.0 + org.springframework.security + spring-security-samples-chat-jc + 4.0.0.CI-SNAPSHOT + war + spring-security-samples-chat-jc + spring-security-samples-chat-jc + http://spring.io/spring-security + + spring.io + http://spring.io/ + + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + rwinch + Rob Winch + rwinch@gopivotal.com + + + + scm:git:git://github.com/spring-projects/spring-security + scm:git:git://github.com/spring-projects/spring-security + https://github.com/spring-projects/spring-security + + + + spring-snasphot + https://repo.spring.io/snapshot + + + + + com.fasterxml.jackson.core + jackson-databind + 2.4.4 + compile + + + javax.servlet.jsp.jstl + javax.servlet.jsp.jstl-api + 1.2.1 + compile + + + javax.validation + validation-api + 1.0.0.GA + compile + + + org.apache.commons + commons-pool2 + 2.2 + compile + + + org.hibernate.javax.persistence + hibernate-jpa-2.0-api + 1.0.0.Final + compile + + + org.hibernate + hibernate-entitymanager + 3.6.10.Final + compile + + + javassist + javassist + + + + + org.hibernate + hibernate-validator + 4.2.0.Final + compile + + + org.hsqldb + hsqldb + 2.3.2 + compile + + + org.slf4j + slf4j-api + 1.7.7 + compile + + + org.springframework.data + spring-data-jpa + 1.7.1.RELEASE + compile + + + aspectjrt + org.aspectj + + + + + org.springframework.data + spring-data-redis + 1.4.1.RELEASE + compile + + + org.springframework.security + spring-security-config + 4.0.0.CI-SNAPSHOT + compile + + + org.springframework.security + spring-security-data + 4.0.0.CI-SNAPSHOT + compile + + + org.springframework.security + spring-security-messaging + 4.0.0.CI-SNAPSHOT + compile + + + org.springframework.security + spring-security-web + 4.0.0.CI-SNAPSHOT + compile + + + org.springframework.session + spring-session + 1.0.0.RELEASE + compile + + + org.springframework + spring-messaging + 4.1.5.RELEASE + compile + + + org.springframework + spring-webmvc + 4.1.5.RELEASE + compile + + + org.springframework + spring-websocket + 4.1.5.RELEASE + compile + + + org.thymeleaf.extras + thymeleaf-extras-tiles2-spring4 + 2.1.1.RELEASE + compile + + + org.thymeleaf + thymeleaf-spring4 + 1.2.7.RELEASE + compile + + + redis.clients + jedis + 2.4.2 + compile + + + redis.embedded + embedded-redis + 0.2 + compile + + + commons-logging + commons-logging + 1.2 + compile + true + + + javax.servlet + javax.servlet-api + 3.0.1 + provided + + + ch.qos.logback + logback-classic + 1.1.2 + runtime + + + junit + junit + 4.11 + test + + + org.easytesting + fest-assert + 1.4 + test + + + org.mockito + mockito-core + 1.9.5 + test + + + org.slf4j + jcl-over-slf4j + 1.7.7 + test + + + org.springframework + spring-test + 4.1.5.RELEASE + test + + + + /sample + + + + + maven-compiler-plugin + + 1.7 + 1.7 + + + + maven-war-plugin + 2.3 + + false + + + + + diff --git a/samples/messages-jc/pom.xml b/samples/messages-jc/pom.xml index 40998b3986..89352e25d7 100644 --- a/samples/messages-jc/pom.xml +++ b/samples/messages-jc/pom.xml @@ -160,7 +160,7 @@ org.thymeleaf thymeleaf-spring4 - 2.1.3.RELEASE + 1.2.7.RELEASE compile