| author | ymh <ymh.work@gmail.com> |
| Sun, 18 May 2014 10:31:12 +0200 | |
| changeset 297 | 7de2652f7ee8 |
| parent 290 | 8a6eb26ac87f |
| child 299 | c5086f714631 |
| permissions | -rw-r--r-- |
| 9 | 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>org.iri_research.renkan</groupId> |
|
6 |
<artifactId>renkan</artifactId> |
|
| 279 | 7 |
<version>0.7.8</version> |
| 9 | 8 |
<packaging>war</packaging> |
9 |
||
|
76
523f0647513e
add the count of project by spaces, add pagination, update libraries and add some more unit tests.
ymh <ymh.work@gmail.com>
parents:
71
diff
changeset
|
10 |
<properties> |
|
220
ecbb104cf3b6
Upgrade to jetty 8, Jersey 2.3, cometd 2.7, coweb 1.0.1 and more...
ymh <ymh.work@gmail.com>
parents:
215
diff
changeset
|
11 |
<surefire-version>2.16</surefire-version> |
|
ecbb104cf3b6
Upgrade to jetty 8, Jersey 2.3, cometd 2.7, coweb 1.0.1 and more...
ymh <ymh.work@gmail.com>
parents:
215
diff
changeset
|
12 |
<coweb-version>1.0.1-SNAPSHOT</coweb-version> |
| 58 | 13 |
<cowebx-version>1.0</cowebx-version> |
| 257 | 14 |
<jersey-version>2.5.1</jersey-version> |
15 |
<spring-version>3.2.6.RELEASE</spring-version> |
|
16 |
<spring-data-mongodb-version>1.3.3.RELEASE</spring-data-mongodb-version> |
|
17 |
<spring-security-version>3.2.0.RELEASE</spring-security-version> |
|
| 258 | 18 |
<spring-data-commons-version>1.6.3.RELEASE</spring-data-commons-version> |
| 257 | 19 |
<spring-data-jpa-version>1.4.3.RELEASE</spring-data-jpa-version> |
| 246 | 20 |
<jetty-plugin-version>8.1.14.v20131031</jetty-plugin-version> |
21 |
<jetty-version>8.1.14.v20131031</jetty-version> |
|
| 223 | 22 |
<junit-version>4.11</junit-version> |
| 233 | 23 |
<thymeleaf-version>2.1.1.RELEASE</thymeleaf-version> |
24 |
<thymeleaf-springsecurity-version>2.1.0.RELEASE</thymeleaf-springsecurity-version> |
|
25 |
<thymeleaf-joda-dialect-version>0.0.3</thymeleaf-joda-dialect-version> |
|
|
220
ecbb104cf3b6
Upgrade to jetty 8, Jersey 2.3, cometd 2.7, coweb 1.0.1 and more...
ymh <ymh.work@gmail.com>
parents:
215
diff
changeset
|
26 |
<cometd-version>2.7.0</cometd-version> |
|
ecbb104cf3b6
Upgrade to jetty 8, Jersey 2.3, cometd 2.7, coweb 1.0.1 and more...
ymh <ymh.work@gmail.com>
parents:
215
diff
changeset
|
27 |
<jackson-version>2.2.3</jackson-version> |
| 223 | 28 |
<joda-version>2.3</joda-version> |
| 258 | 29 |
<mongo-driver-version>2.11.4</mongo-driver-version> |
|
220
ecbb104cf3b6
Upgrade to jetty 8, Jersey 2.3, cometd 2.7, coweb 1.0.1 and more...
ymh <ymh.work@gmail.com>
parents:
215
diff
changeset
|
30 |
<jaxrs-api-version>2.0</jaxrs-api-version> |
|
ecbb104cf3b6
Upgrade to jetty 8, Jersey 2.3, cometd 2.7, coweb 1.0.1 and more...
ymh <ymh.work@gmail.com>
parents:
215
diff
changeset
|
31 |
<javax-annotation-version>1.2</javax-annotation-version> |
|
ecbb104cf3b6
Upgrade to jetty 8, Jersey 2.3, cometd 2.7, coweb 1.0.1 and more...
ymh <ymh.work@gmail.com>
parents:
215
diff
changeset
|
32 |
<javax-inject-version>1</javax-inject-version> |
| 221 | 33 |
<javax-servlet-api-version>3.0.1</javax-servlet-api-version> |
|
220
ecbb104cf3b6
Upgrade to jetty 8, Jersey 2.3, cometd 2.7, coweb 1.0.1 and more...
ymh <ymh.work@gmail.com>
parents:
215
diff
changeset
|
34 |
<javax-servlet-jstl-version>1.2</javax-servlet-jstl-version> |
|
ecbb104cf3b6
Upgrade to jetty 8, Jersey 2.3, cometd 2.7, coweb 1.0.1 and more...
ymh <ymh.work@gmail.com>
parents:
215
diff
changeset
|
35 |
<javax-persistence-api-version>1.0.2</javax-persistence-api-version> |
| 223 | 36 |
<javax-validation-api-version>1.1.0.Final</javax-validation-api-version> |
37 |
<hibernate-validator-version>5.0.1.Final</hibernate-validator-version> |
|
|
220
ecbb104cf3b6
Upgrade to jetty 8, Jersey 2.3, cometd 2.7, coweb 1.0.1 and more...
ymh <ymh.work@gmail.com>
parents:
215
diff
changeset
|
38 |
<slf4j-log4j12-version>1.7.5</slf4j-log4j12-version> |
| 223 | 39 |
<nekohtml-version>1.9.19</nekohtml-version> |
40 |
<commons-codec-version>1.8</commons-codec-version> |
|
41 |
<bson4jackson-version>2.2.3</bson4jackson-version> |
|
|
220
ecbb104cf3b6
Upgrade to jetty 8, Jersey 2.3, cometd 2.7, coweb 1.0.1 and more...
ymh <ymh.work@gmail.com>
parents:
215
diff
changeset
|
42 |
<fasterxml-java-uuid-generator-version>3.1.3</fasterxml-java-uuid-generator-version> |
| 9 | 43 |
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
44 |
</properties> |
|
45 |
||
46 |
<build> |
|
47 |
<defaultGoal>install</defaultGoal> |
|
48 |
<plugins> |
|
49 |
<plugin> |
|
50 |
<groupId>org.apache.maven.plugins</groupId> |
|
51 |
<artifactId>maven-compiler-plugin</artifactId> |
|
|
220
ecbb104cf3b6
Upgrade to jetty 8, Jersey 2.3, cometd 2.7, coweb 1.0.1 and more...
ymh <ymh.work@gmail.com>
parents:
215
diff
changeset
|
52 |
<version>3.1</version> |
| 9 | 53 |
<configuration> |
| 58 | 54 |
<source>1.7</source> |
55 |
<target>1.7</target> |
|
|
224
0167b777ad15
remove deprecated warnings + fix date picker default langauge
ymh <ymh.work@gmail.com>
parents:
223
diff
changeset
|
56 |
<compilerArgs> |
|
0167b777ad15
remove deprecated warnings + fix date picker default langauge
ymh <ymh.work@gmail.com>
parents:
223
diff
changeset
|
57 |
<arg>-Xlint</arg> |
|
0167b777ad15
remove deprecated warnings + fix date picker default langauge
ymh <ymh.work@gmail.com>
parents:
223
diff
changeset
|
58 |
</compilerArgs> |
| 9 | 59 |
</configuration> |
60 |
</plugin> |
|
61 |
||
62 |
<plugin> |
|
63 |
<groupId>org.mortbay.jetty</groupId> |
|
64 |
<artifactId>jetty-maven-plugin</artifactId> |
|
|
220
ecbb104cf3b6
Upgrade to jetty 8, Jersey 2.3, cometd 2.7, coweb 1.0.1 and more...
ymh <ymh.work@gmail.com>
parents:
215
diff
changeset
|
65 |
<version>${jetty-plugin-version}</version> |
| 9 | 66 |
<configuration> |
67 |
<scanIntervalSeconds>10</scanIntervalSeconds> |
|
| 58 | 68 |
<webApp> |
| 9 | 69 |
<contextPath>/renkan</contextPath> |
| 58 | 70 |
</webApp> |
| 9 | 71 |
</configuration> |
72 |
</plugin> |
|
73 |
|
|
74 |
<plugin> |
|
75 |
<artifactId>maven-war-plugin</artifactId> |
|
| 58 | 76 |
<version>2.3</version> |
| 9 | 77 |
<configuration> |
|
220
ecbb104cf3b6
Upgrade to jetty 8, Jersey 2.3, cometd 2.7, coweb 1.0.1 and more...
ymh <ymh.work@gmail.com>
parents:
215
diff
changeset
|
78 |
<archive> |
|
97
f7d611f50e58
add version str + improver css + new version
ymh <ymh.work@gmail.com>
parents:
93
diff
changeset
|
79 |
<manifest> |
|
f7d611f50e58
add version str + improver css + new version
ymh <ymh.work@gmail.com>
parents:
93
diff
changeset
|
80 |
<addDefaultImplementationEntries>true</addDefaultImplementationEntries> |
|
f7d611f50e58
add version str + improver css + new version
ymh <ymh.work@gmail.com>
parents:
93
diff
changeset
|
81 |
<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries> |
|
f7d611f50e58
add version str + improver css + new version
ymh <ymh.work@gmail.com>
parents:
93
diff
changeset
|
82 |
</manifest> |
|
f7d611f50e58
add version str + improver css + new version
ymh <ymh.work@gmail.com>
parents:
93
diff
changeset
|
83 |
</archive> |
| 9 | 84 |
<overlays> |
85 |
<overlay> |
|
86 |
<groupId>org.opencoweb</groupId> |
|
87 |
<artifactId>coweb-javascript</artifactId> |
|
88 |
<type>war</type> |
|
89 |
<excludes> |
|
90 |
<exclude>META-INF/**</exclude> |
|
91 |
<exclude>WEB-INF/**</exclude> |
|
92 |
</excludes> |
|
93 |
<targetPath>lib</targetPath> |
|
94 |
</overlay> |
|
| 45 | 95 |
<overlay> |
96 |
<groupId>org.opencoweb.cowebx</groupId> |
|
97 |
<artifactId>cowebx-widgets-dojo</artifactId> |
|
98 |
<type>war</type> |
|
99 |
<excludes> |
|
100 |
<exclude>META-INF/**</exclude> |
|
101 |
<exclude>WEB-INF/**</exclude> |
|
102 |
</excludes> |
|
103 |
<targetPath>lib/cowebx/dojo</targetPath> |
|
104 |
</overlay> |
|
| 9 | 105 |
</overlays> |
| 58 | 106 |
<webResources> |
107 |
<resource> |
|
|
290
8a6eb26ac87f
move client build to Grunt and relocate it into client folder. Adjust server to work with the new build.
ymh <ymh.work@gmail.com>
parents:
279
diff
changeset
|
108 |
<directory>../client/dist/js</directory> |
| 58 | 109 |
<includes> |
|
290
8a6eb26ac87f
move client build to Grunt and relocate it into client folder. Adjust server to work with the new build.
ymh <ymh.work@gmail.com>
parents:
279
diff
changeset
|
110 |
<include>*.js</include> |
| 58 | 111 |
</includes> |
112 |
<targetPath>static/js</targetPath> |
|
113 |
</resource> |
|
114 |
<resource> |
|
|
290
8a6eb26ac87f
move client build to Grunt and relocate it into client folder. Adjust server to work with the new build.
ymh <ymh.work@gmail.com>
parents:
279
diff
changeset
|
115 |
<directory>../client/dist/lib</directory> |
|
131
2a48adff9c52
delete server js libs found in client and change pom to copy them on build.
ymh <ymh.work@gmail.com>
parents:
129
diff
changeset
|
116 |
<targetPath>static/lib</targetPath> |
|
2a48adff9c52
delete server js libs found in client and change pom to copy them on build.
ymh <ymh.work@gmail.com>
parents:
129
diff
changeset
|
117 |
</resource> |
|
2a48adff9c52
delete server js libs found in client and change pom to copy them on build.
ymh <ymh.work@gmail.com>
parents:
129
diff
changeset
|
118 |
<resource> |
|
290
8a6eb26ac87f
move client build to Grunt and relocate it into client folder. Adjust server to work with the new build.
ymh <ymh.work@gmail.com>
parents:
279
diff
changeset
|
119 |
<directory>../client/dist/css</directory> |
| 58 | 120 |
<includes> |
121 |
<include>*.css</include> |
|
122 |
</includes> |
|
123 |
<targetPath>static/css</targetPath> |
|
124 |
</resource> |
|
125 |
<resource> |
|
|
290
8a6eb26ac87f
move client build to Grunt and relocate it into client folder. Adjust server to work with the new build.
ymh <ymh.work@gmail.com>
parents:
279
diff
changeset
|
126 |
<directory>../client/dist/img</directory> |
| 58 | 127 |
<targetPath>static/img</targetPath> |
128 |
</resource> |
|
| 80 | 129 |
<resource> |
|
290
8a6eb26ac87f
move client build to Grunt and relocate it into client folder. Adjust server to work with the new build.
ymh <ymh.work@gmail.com>
parents:
279
diff
changeset
|
130 |
<directory>../client/dist/data</directory> |
| 80 | 131 |
<includes> |
132 |
<include>properties.json</include> |
|
133 |
</includes> |
|
134 |
<targetPath>static/data</targetPath> |
|
135 |
</resource> |
|
| 58 | 136 |
</webResources> |
| 9 | 137 |
</configuration> |
138 |
</plugin> |
|
|
76
523f0647513e
add the count of project by spaces, add pagination, update libraries and add some more unit tests.
ymh <ymh.work@gmail.com>
parents:
71
diff
changeset
|
139 |
<plugin> |
|
523f0647513e
add the count of project by spaces, add pagination, update libraries and add some more unit tests.
ymh <ymh.work@gmail.com>
parents:
71
diff
changeset
|
140 |
<groupId>org.apache.maven.plugins</groupId> |
|
523f0647513e
add the count of project by spaces, add pagination, update libraries and add some more unit tests.
ymh <ymh.work@gmail.com>
parents:
71
diff
changeset
|
141 |
<artifactId>maven-surefire-plugin</artifactId> |
|
523f0647513e
add the count of project by spaces, add pagination, update libraries and add some more unit tests.
ymh <ymh.work@gmail.com>
parents:
71
diff
changeset
|
142 |
<version>${surefire-version}</version> |
|
523f0647513e
add the count of project by spaces, add pagination, update libraries and add some more unit tests.
ymh <ymh.work@gmail.com>
parents:
71
diff
changeset
|
143 |
</plugin> |
| 215 | 144 |
<plugin> |
145 |
<groupId>org.apache.maven.plugins</groupId> |
|
146 |
<artifactId>maven-jar-plugin</artifactId> |
|
147 |
<version>2.4</version> |
|
148 |
</plugin> |
|
| 9 | 149 |
</plugins> |
150 |
</build> |
|
| 71 | 151 |
<repositories> |
| 45 | 152 |
<repository> |
|
220
ecbb104cf3b6
Upgrade to jetty 8, Jersey 2.3, cometd 2.7, coweb 1.0.1 and more...
ymh <ymh.work@gmail.com>
parents:
215
diff
changeset
|
153 |
<id>lib</id> |
|
ecbb104cf3b6
Upgrade to jetty 8, Jersey 2.3, cometd 2.7, coweb 1.0.1 and more...
ymh <ymh.work@gmail.com>
parents:
215
diff
changeset
|
154 |
<name>lib</name> |
|
ecbb104cf3b6
Upgrade to jetty 8, Jersey 2.3, cometd 2.7, coweb 1.0.1 and more...
ymh <ymh.work@gmail.com>
parents:
215
diff
changeset
|
155 |
<releases> |
|
ecbb104cf3b6
Upgrade to jetty 8, Jersey 2.3, cometd 2.7, coweb 1.0.1 and more...
ymh <ymh.work@gmail.com>
parents:
215
diff
changeset
|
156 |
<enabled>true</enabled> |
|
ecbb104cf3b6
Upgrade to jetty 8, Jersey 2.3, cometd 2.7, coweb 1.0.1 and more...
ymh <ymh.work@gmail.com>
parents:
215
diff
changeset
|
157 |
<checksumPolicy>ignore</checksumPolicy> |
|
ecbb104cf3b6
Upgrade to jetty 8, Jersey 2.3, cometd 2.7, coweb 1.0.1 and more...
ymh <ymh.work@gmail.com>
parents:
215
diff
changeset
|
158 |
</releases> |
|
ecbb104cf3b6
Upgrade to jetty 8, Jersey 2.3, cometd 2.7, coweb 1.0.1 and more...
ymh <ymh.work@gmail.com>
parents:
215
diff
changeset
|
159 |
<url>file://${project.basedir}/lib</url> |
|
ecbb104cf3b6
Upgrade to jetty 8, Jersey 2.3, cometd 2.7, coweb 1.0.1 and more...
ymh <ymh.work@gmail.com>
parents:
215
diff
changeset
|
160 |
</repository> |
|
ecbb104cf3b6
Upgrade to jetty 8, Jersey 2.3, cometd 2.7, coweb 1.0.1 and more...
ymh <ymh.work@gmail.com>
parents:
215
diff
changeset
|
161 |
<repository> |
| 45 | 162 |
<id>spring-maven-release</id> |
163 |
<name>Spring Maven Release Repository</name> |
|
164 |
<url>http://maven.springframework.org/release</url> |
|
165 |
</repository> |
|
166 |
<repository> |
|
167 |
<id>spring-maven-milestone</id> |
|
168 |
<name>Spring Maven MILESTONE Repository</name> |
|
169 |
<url>http://maven.springframework.org/milestone</url> |
|
170 |
</repository> |
|
| 58 | 171 |
<repository> |
172 |
<id>spring-release</id> |
|
173 |
<name>Spring Maven SNAPSHOT Repository</name> |
|
174 |
<url>http://repo.springsource.org/release</url> |
|
|
220
ecbb104cf3b6
Upgrade to jetty 8, Jersey 2.3, cometd 2.7, coweb 1.0.1 and more...
ymh <ymh.work@gmail.com>
parents:
215
diff
changeset
|
175 |
</repository> |
| 45 | 176 |
</repositories> |
| 9 | 177 |
<dependencies> |
| 45 | 178 |
<dependency> |
179 |
<groupId>javax.inject</groupId> |
|
180 |
<artifactId>javax.inject</artifactId> |
|
|
220
ecbb104cf3b6
Upgrade to jetty 8, Jersey 2.3, cometd 2.7, coweb 1.0.1 and more...
ymh <ymh.work@gmail.com>
parents:
215
diff
changeset
|
181 |
<version>${javax-inject-version}</version> |
| 45 | 182 |
</dependency> |
183 |
<dependency> |
|
184 |
<groupId>javax.servlet</groupId> |
|
| 58 | 185 |
<artifactId>javax.servlet-api</artifactId> |
|
220
ecbb104cf3b6
Upgrade to jetty 8, Jersey 2.3, cometd 2.7, coweb 1.0.1 and more...
ymh <ymh.work@gmail.com>
parents:
215
diff
changeset
|
186 |
<version>${javax-servlet-api-version}</version> |
|
ecbb104cf3b6
Upgrade to jetty 8, Jersey 2.3, cometd 2.7, coweb 1.0.1 and more...
ymh <ymh.work@gmail.com>
parents:
215
diff
changeset
|
187 |
</dependency> |
|
ecbb104cf3b6
Upgrade to jetty 8, Jersey 2.3, cometd 2.7, coweb 1.0.1 and more...
ymh <ymh.work@gmail.com>
parents:
215
diff
changeset
|
188 |
<dependency> |
|
ecbb104cf3b6
Upgrade to jetty 8, Jersey 2.3, cometd 2.7, coweb 1.0.1 and more...
ymh <ymh.work@gmail.com>
parents:
215
diff
changeset
|
189 |
<groupId>javax.ws.rs</groupId> |
|
ecbb104cf3b6
Upgrade to jetty 8, Jersey 2.3, cometd 2.7, coweb 1.0.1 and more...
ymh <ymh.work@gmail.com>
parents:
215
diff
changeset
|
190 |
<artifactId>javax.ws.rs-api</artifactId> |
|
ecbb104cf3b6
Upgrade to jetty 8, Jersey 2.3, cometd 2.7, coweb 1.0.1 and more...
ymh <ymh.work@gmail.com>
parents:
215
diff
changeset
|
191 |
<version>${jaxrs-api-version}</version> |
|
ecbb104cf3b6
Upgrade to jetty 8, Jersey 2.3, cometd 2.7, coweb 1.0.1 and more...
ymh <ymh.work@gmail.com>
parents:
215
diff
changeset
|
192 |
</dependency> |
|
ecbb104cf3b6
Upgrade to jetty 8, Jersey 2.3, cometd 2.7, coweb 1.0.1 and more...
ymh <ymh.work@gmail.com>
parents:
215
diff
changeset
|
193 |
<dependency> |
|
ecbb104cf3b6
Upgrade to jetty 8, Jersey 2.3, cometd 2.7, coweb 1.0.1 and more...
ymh <ymh.work@gmail.com>
parents:
215
diff
changeset
|
194 |
<groupId>javax.annotation</groupId> |
|
ecbb104cf3b6
Upgrade to jetty 8, Jersey 2.3, cometd 2.7, coweb 1.0.1 and more...
ymh <ymh.work@gmail.com>
parents:
215
diff
changeset
|
195 |
<artifactId>javax.annotation-api</artifactId> |
|
ecbb104cf3b6
Upgrade to jetty 8, Jersey 2.3, cometd 2.7, coweb 1.0.1 and more...
ymh <ymh.work@gmail.com>
parents:
215
diff
changeset
|
196 |
<version>${javax-annotation-version}</version> |
|
ecbb104cf3b6
Upgrade to jetty 8, Jersey 2.3, cometd 2.7, coweb 1.0.1 and more...
ymh <ymh.work@gmail.com>
parents:
215
diff
changeset
|
197 |
</dependency> |
|
ecbb104cf3b6
Upgrade to jetty 8, Jersey 2.3, cometd 2.7, coweb 1.0.1 and more...
ymh <ymh.work@gmail.com>
parents:
215
diff
changeset
|
198 |
<dependency> |
|
ecbb104cf3b6
Upgrade to jetty 8, Jersey 2.3, cometd 2.7, coweb 1.0.1 and more...
ymh <ymh.work@gmail.com>
parents:
215
diff
changeset
|
199 |
<groupId>org.cometd.java</groupId> |
|
ecbb104cf3b6
Upgrade to jetty 8, Jersey 2.3, cometd 2.7, coweb 1.0.1 and more...
ymh <ymh.work@gmail.com>
parents:
215
diff
changeset
|
200 |
<artifactId>bayeux-api</artifactId> |
|
ecbb104cf3b6
Upgrade to jetty 8, Jersey 2.3, cometd 2.7, coweb 1.0.1 and more...
ymh <ymh.work@gmail.com>
parents:
215
diff
changeset
|
201 |
<version>${cometd-version}</version> |
| 45 | 202 |
</dependency> |
203 |
<dependency> |
|
204 |
<groupId>org.cometd.java</groupId> |
|
| 58 | 205 |
<artifactId>cometd-java-common</artifactId> |
206 |
<version>${cometd-version}</version> |
|
|
220
ecbb104cf3b6
Upgrade to jetty 8, Jersey 2.3, cometd 2.7, coweb 1.0.1 and more...
ymh <ymh.work@gmail.com>
parents:
215
diff
changeset
|
207 |
</dependency> |
| 58 | 208 |
<dependency> |
209 |
<groupId>org.cometd.java</groupId> |
|
| 45 | 210 |
<artifactId>cometd-java-annotations</artifactId> |
| 58 | 211 |
<version>${cometd-version}</version> |
212 |
</dependency> |
|
213 |
<dependency> |
|
214 |
<groupId>org.cometd.java</groupId> |
|
215 |
<artifactId>cometd-websocket-jetty</artifactId> |
|
216 |
<version>${cometd-version}</version> |
|
|
220
ecbb104cf3b6
Upgrade to jetty 8, Jersey 2.3, cometd 2.7, coweb 1.0.1 and more...
ymh <ymh.work@gmail.com>
parents:
215
diff
changeset
|
217 |
</dependency> |
| 9 | 218 |
<dependency> |
219 |
<groupId>org.opencoweb</groupId> |
|
220 |
<artifactId>coweb-bots</artifactId> |
|
221 |
<version>${coweb-version}</version> |
|
222 |
</dependency> |
|
223 |
<dependency> |
|
224 |
<groupId>org.opencoweb</groupId> |
|
225 |
<artifactId>coweb-server</artifactId> |
|
226 |
<version>${coweb-version}</version> |
|
227 |
</dependency> |
|
228 |
<dependency> |
|
229 |
<groupId>org.opencoweb</groupId> |
|
230 |
<artifactId>coweb-javascript</artifactId> |
|
231 |
<version>${coweb-version}</version> |
|
232 |
<type>war</type> |
|
233 |
</dependency> |
|
234 |
<dependency> |
|
| 45 | 235 |
<groupId>org.opencoweb.cowebx</groupId> |
236 |
<artifactId>cowebx-widgets-dojo</artifactId> |
|
|
48
01fb9167ad75
Correct bug on insert, delete move objects
ymh <ymh.work@gmail.com>
parents:
47
diff
changeset
|
237 |
<version>${cowebx-version}</version> |
| 45 | 238 |
<type>war</type> |
239 |
</dependency> |
|
240 |
<dependency> |
|
|
220
ecbb104cf3b6
Upgrade to jetty 8, Jersey 2.3, cometd 2.7, coweb 1.0.1 and more...
ymh <ymh.work@gmail.com>
parents:
215
diff
changeset
|
241 |
<groupId>org.glassfish.jersey.core</groupId> |
|
ecbb104cf3b6
Upgrade to jetty 8, Jersey 2.3, cometd 2.7, coweb 1.0.1 and more...
ymh <ymh.work@gmail.com>
parents:
215
diff
changeset
|
242 |
<artifactId>jersey-server</artifactId> |
|
164
8786006c553c
Add jsonp to get of single renkan resources.
ymh <ymh.work@gmail.com>
parents:
150
diff
changeset
|
243 |
<version>${jersey-version}</version> |
|
8786006c553c
Add jsonp to get of single renkan resources.
ymh <ymh.work@gmail.com>
parents:
150
diff
changeset
|
244 |
</dependency> |
|
232
b7000ff4989b
- Use Joda DateTime instead of java.utils.Date
ymh <ymh.work@gmail.com>
parents:
224
diff
changeset
|
245 |
<!--dependency> |
|
220
ecbb104cf3b6
Upgrade to jetty 8, Jersey 2.3, cometd 2.7, coweb 1.0.1 and more...
ymh <ymh.work@gmail.com>
parents:
215
diff
changeset
|
246 |
<groupId>org.glassfish.jersey.media</groupId> |
|
ecbb104cf3b6
Upgrade to jetty 8, Jersey 2.3, cometd 2.7, coweb 1.0.1 and more...
ymh <ymh.work@gmail.com>
parents:
215
diff
changeset
|
247 |
<artifactId>jersey-media-json-jackson</artifactId> |
| 45 | 248 |
<version>${jersey-version}</version> |
|
232
b7000ff4989b
- Use Joda DateTime instead of java.utils.Date
ymh <ymh.work@gmail.com>
parents:
224
diff
changeset
|
249 |
</dependency--> |
|
220
ecbb104cf3b6
Upgrade to jetty 8, Jersey 2.3, cometd 2.7, coweb 1.0.1 and more...
ymh <ymh.work@gmail.com>
parents:
215
diff
changeset
|
250 |
<dependency> |
|
ecbb104cf3b6
Upgrade to jetty 8, Jersey 2.3, cometd 2.7, coweb 1.0.1 and more...
ymh <ymh.work@gmail.com>
parents:
215
diff
changeset
|
251 |
<groupId>org.glassfish.jersey.ext</groupId> |
|
ecbb104cf3b6
Upgrade to jetty 8, Jersey 2.3, cometd 2.7, coweb 1.0.1 and more...
ymh <ymh.work@gmail.com>
parents:
215
diff
changeset
|
252 |
<artifactId>jersey-spring3</artifactId> |
|
ecbb104cf3b6
Upgrade to jetty 8, Jersey 2.3, cometd 2.7, coweb 1.0.1 and more...
ymh <ymh.work@gmail.com>
parents:
215
diff
changeset
|
253 |
<version>${jersey-version}</version> |
| 9 | 254 |
</dependency> |
|
220
ecbb104cf3b6
Upgrade to jetty 8, Jersey 2.3, cometd 2.7, coweb 1.0.1 and more...
ymh <ymh.work@gmail.com>
parents:
215
diff
changeset
|
255 |
<dependency> |
|
ecbb104cf3b6
Upgrade to jetty 8, Jersey 2.3, cometd 2.7, coweb 1.0.1 and more...
ymh <ymh.work@gmail.com>
parents:
215
diff
changeset
|
256 |
<groupId>org.glassfish.jersey.test-framework.providers</groupId> |
|
ecbb104cf3b6
Upgrade to jetty 8, Jersey 2.3, cometd 2.7, coweb 1.0.1 and more...
ymh <ymh.work@gmail.com>
parents:
215
diff
changeset
|
257 |
<artifactId>jersey-test-framework-provider-grizzly2</artifactId> |
|
ecbb104cf3b6
Upgrade to jetty 8, Jersey 2.3, cometd 2.7, coweb 1.0.1 and more...
ymh <ymh.work@gmail.com>
parents:
215
diff
changeset
|
258 |
<version>${jersey-version}</version> |
|
ecbb104cf3b6
Upgrade to jetty 8, Jersey 2.3, cometd 2.7, coweb 1.0.1 and more...
ymh <ymh.work@gmail.com>
parents:
215
diff
changeset
|
259 |
<scope>test</scope> |
|
ecbb104cf3b6
Upgrade to jetty 8, Jersey 2.3, cometd 2.7, coweb 1.0.1 and more...
ymh <ymh.work@gmail.com>
parents:
215
diff
changeset
|
260 |
</dependency> |
| 9 | 261 |
<dependency> |
262 |
<groupId>org.mongodb</groupId> |
|
263 |
<artifactId>mongo-java-driver</artifactId> |
|
| 215 | 264 |
<version>${mongo-driver-version}</version> |
| 22 | 265 |
</dependency> |
266 |
<dependency> |
|
267 |
<groupId>org.slf4j</groupId> |
|
268 |
<artifactId>slf4j-log4j12</artifactId> |
|
|
220
ecbb104cf3b6
Upgrade to jetty 8, Jersey 2.3, cometd 2.7, coweb 1.0.1 and more...
ymh <ymh.work@gmail.com>
parents:
215
diff
changeset
|
269 |
<version>${slf4j-log4j12-version}</version> |
| 22 | 270 |
</dependency> |
| 45 | 271 |
<dependency> |
272 |
<groupId>org.springframework</groupId> |
|
273 |
<artifactId>spring-core</artifactId> |
|
274 |
<version>${spring-version}</version> |
|
275 |
</dependency> |
|
276 |
<dependency> |
|
277 |
<groupId>org.springframework</groupId> |
|
278 |
<artifactId>spring-context</artifactId> |
|
279 |
<version>${spring-version}</version> |
|
280 |
</dependency> |
|
281 |
<dependency> |
|
282 |
<groupId>org.springframework</groupId> |
|
283 |
<artifactId>spring-web</artifactId> |
|
284 |
<version>${spring-version}</version> |
|
|
220
ecbb104cf3b6
Upgrade to jetty 8, Jersey 2.3, cometd 2.7, coweb 1.0.1 and more...
ymh <ymh.work@gmail.com>
parents:
215
diff
changeset
|
285 |
</dependency> |
| 45 | 286 |
<dependency> |
287 |
<groupId>org.springframework</groupId> |
|
288 |
<artifactId>spring-test</artifactId> |
|
289 |
<version>${spring-version}</version> |
|
| 127 | 290 |
<scope>test</scope> |
|
220
ecbb104cf3b6
Upgrade to jetty 8, Jersey 2.3, cometd 2.7, coweb 1.0.1 and more...
ymh <ymh.work@gmail.com>
parents:
215
diff
changeset
|
291 |
</dependency> |
| 45 | 292 |
<dependency> |
|
47
267d67791e05
first stabilization of editing a renkan.
ymh <ymh.work@gmail.com>
parents:
45
diff
changeset
|
293 |
<groupId>org.springframework</groupId> |
|
267d67791e05
first stabilization of editing a renkan.
ymh <ymh.work@gmail.com>
parents:
45
diff
changeset
|
294 |
<artifactId>spring-webmvc</artifactId> |
|
267d67791e05
first stabilization of editing a renkan.
ymh <ymh.work@gmail.com>
parents:
45
diff
changeset
|
295 |
<version>${spring-version}</version> |
| 257 | 296 |
</dependency> |
|
47
267d67791e05
first stabilization of editing a renkan.
ymh <ymh.work@gmail.com>
parents:
45
diff
changeset
|
297 |
<dependency> |
| 45 | 298 |
<groupId>org.springframework.data</groupId> |
|
76
523f0647513e
add the count of project by spaces, add pagination, update libraries and add some more unit tests.
ymh <ymh.work@gmail.com>
parents:
71
diff
changeset
|
299 |
<artifactId>spring-data-commons</artifactId> |
|
220
ecbb104cf3b6
Upgrade to jetty 8, Jersey 2.3, cometd 2.7, coweb 1.0.1 and more...
ymh <ymh.work@gmail.com>
parents:
215
diff
changeset
|
300 |
<version>${spring-data-commons-version}</version> |
| 45 | 301 |
</dependency> |
302 |
<dependency> |
|
303 |
<groupId>org.springframework.data</groupId> |
|
304 |
<artifactId>spring-data-jpa</artifactId> |
|
|
220
ecbb104cf3b6
Upgrade to jetty 8, Jersey 2.3, cometd 2.7, coweb 1.0.1 and more...
ymh <ymh.work@gmail.com>
parents:
215
diff
changeset
|
305 |
<version>${spring-data-jpa-version}</version> |
| 45 | 306 |
</dependency> |
307 |
<dependency> |
|
308 |
<groupId>org.springframework.data</groupId> |
|
309 |
<artifactId>spring-data-mongodb</artifactId> |
|
| 215 | 310 |
<version>${spring-data-mongodb-version}</version> |
| 45 | 311 |
</dependency> |
312 |
<dependency> |
|
313 |
<groupId>javax.persistence</groupId> |
|
314 |
<artifactId>persistence-api</artifactId> |
|
|
220
ecbb104cf3b6
Upgrade to jetty 8, Jersey 2.3, cometd 2.7, coweb 1.0.1 and more...
ymh <ymh.work@gmail.com>
parents:
215
diff
changeset
|
315 |
<version>${javax-persistence-api-version}</version> |
| 45 | 316 |
</dependency> |
|
220
ecbb104cf3b6
Upgrade to jetty 8, Jersey 2.3, cometd 2.7, coweb 1.0.1 and more...
ymh <ymh.work@gmail.com>
parents:
215
diff
changeset
|
317 |
<dependency> |
|
ecbb104cf3b6
Upgrade to jetty 8, Jersey 2.3, cometd 2.7, coweb 1.0.1 and more...
ymh <ymh.work@gmail.com>
parents:
215
diff
changeset
|
318 |
<groupId>junit</groupId> |
|
ecbb104cf3b6
Upgrade to jetty 8, Jersey 2.3, cometd 2.7, coweb 1.0.1 and more...
ymh <ymh.work@gmail.com>
parents:
215
diff
changeset
|
319 |
<artifactId>junit</artifactId> |
|
47
267d67791e05
first stabilization of editing a renkan.
ymh <ymh.work@gmail.com>
parents:
45
diff
changeset
|
320 |
<version>${junit-version}</version> |
|
220
ecbb104cf3b6
Upgrade to jetty 8, Jersey 2.3, cometd 2.7, coweb 1.0.1 and more...
ymh <ymh.work@gmail.com>
parents:
215
diff
changeset
|
321 |
<scope>test</scope> |
|
47
267d67791e05
first stabilization of editing a renkan.
ymh <ymh.work@gmail.com>
parents:
45
diff
changeset
|
322 |
</dependency> |
|
267d67791e05
first stabilization of editing a renkan.
ymh <ymh.work@gmail.com>
parents:
45
diff
changeset
|
323 |
<dependency> |
|
267d67791e05
first stabilization of editing a renkan.
ymh <ymh.work@gmail.com>
parents:
45
diff
changeset
|
324 |
<groupId>javax.servlet</groupId> |
|
267d67791e05
first stabilization of editing a renkan.
ymh <ymh.work@gmail.com>
parents:
45
diff
changeset
|
325 |
<artifactId>jstl</artifactId> |
|
220
ecbb104cf3b6
Upgrade to jetty 8, Jersey 2.3, cometd 2.7, coweb 1.0.1 and more...
ymh <ymh.work@gmail.com>
parents:
215
diff
changeset
|
326 |
<version>${javax-servlet-jstl-version}</version> |
|
47
267d67791e05
first stabilization of editing a renkan.
ymh <ymh.work@gmail.com>
parents:
45
diff
changeset
|
327 |
<scope>runtime</scope> |
|
267d67791e05
first stabilization of editing a renkan.
ymh <ymh.work@gmail.com>
parents:
45
diff
changeset
|
328 |
</dependency> |
|
267d67791e05
first stabilization of editing a renkan.
ymh <ymh.work@gmail.com>
parents:
45
diff
changeset
|
329 |
<dependency> |
|
267d67791e05
first stabilization of editing a renkan.
ymh <ymh.work@gmail.com>
parents:
45
diff
changeset
|
330 |
<groupId>org.thymeleaf</groupId> |
|
267d67791e05
first stabilization of editing a renkan.
ymh <ymh.work@gmail.com>
parents:
45
diff
changeset
|
331 |
<artifactId>thymeleaf</artifactId> |
|
267d67791e05
first stabilization of editing a renkan.
ymh <ymh.work@gmail.com>
parents:
45
diff
changeset
|
332 |
<version>${thymeleaf-version}</version> |
|
267d67791e05
first stabilization of editing a renkan.
ymh <ymh.work@gmail.com>
parents:
45
diff
changeset
|
333 |
</dependency> |
|
267d67791e05
first stabilization of editing a renkan.
ymh <ymh.work@gmail.com>
parents:
45
diff
changeset
|
334 |
<dependency> |
|
267d67791e05
first stabilization of editing a renkan.
ymh <ymh.work@gmail.com>
parents:
45
diff
changeset
|
335 |
<groupId>org.thymeleaf</groupId> |
|
267d67791e05
first stabilization of editing a renkan.
ymh <ymh.work@gmail.com>
parents:
45
diff
changeset
|
336 |
<artifactId>thymeleaf-spring3</artifactId> |
|
267d67791e05
first stabilization of editing a renkan.
ymh <ymh.work@gmail.com>
parents:
45
diff
changeset
|
337 |
<version>${thymeleaf-version}</version> |
|
267d67791e05
first stabilization of editing a renkan.
ymh <ymh.work@gmail.com>
parents:
45
diff
changeset
|
338 |
</dependency> |
|
267d67791e05
first stabilization of editing a renkan.
ymh <ymh.work@gmail.com>
parents:
45
diff
changeset
|
339 |
<dependency> |
|
150
5b62100b8562
- replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
147
diff
changeset
|
340 |
<groupId>org.thymeleaf.extras</groupId> |
|
5b62100b8562
- replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
147
diff
changeset
|
341 |
<artifactId>thymeleaf-extras-springsecurity3</artifactId> |
|
5b62100b8562
- replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
147
diff
changeset
|
342 |
<version>${thymeleaf-springsecurity-version}</version> |
|
5b62100b8562
- replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
147
diff
changeset
|
343 |
</dependency> |
|
5b62100b8562
- replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
147
diff
changeset
|
344 |
<dependency> |
| 233 | 345 |
<groupId>org.thymeleaf.extras</groupId> |
346 |
<artifactId>thymeleaf-joda-dialect</artifactId> |
|
347 |
<version>${thymeleaf-joda-dialect-version}</version> |
|
348 |
</dependency> |
|
349 |
<dependency> |
|
|
47
267d67791e05
first stabilization of editing a renkan.
ymh <ymh.work@gmail.com>
parents:
45
diff
changeset
|
350 |
<groupId>net.sourceforge.nekohtml</groupId> |
|
267d67791e05
first stabilization of editing a renkan.
ymh <ymh.work@gmail.com>
parents:
45
diff
changeset
|
351 |
<artifactId>nekohtml</artifactId> |
|
220
ecbb104cf3b6
Upgrade to jetty 8, Jersey 2.3, cometd 2.7, coweb 1.0.1 and more...
ymh <ymh.work@gmail.com>
parents:
215
diff
changeset
|
352 |
<version>${nekohtml-version}</version> |
|
ecbb104cf3b6
Upgrade to jetty 8, Jersey 2.3, cometd 2.7, coweb 1.0.1 and more...
ymh <ymh.work@gmail.com>
parents:
215
diff
changeset
|
353 |
</dependency> |
|
ecbb104cf3b6
Upgrade to jetty 8, Jersey 2.3, cometd 2.7, coweb 1.0.1 and more...
ymh <ymh.work@gmail.com>
parents:
215
diff
changeset
|
354 |
<dependency> |
|
ecbb104cf3b6
Upgrade to jetty 8, Jersey 2.3, cometd 2.7, coweb 1.0.1 and more...
ymh <ymh.work@gmail.com>
parents:
215
diff
changeset
|
355 |
<groupId>com.fasterxml.jackson.core</groupId> |
|
ecbb104cf3b6
Upgrade to jetty 8, Jersey 2.3, cometd 2.7, coweb 1.0.1 and more...
ymh <ymh.work@gmail.com>
parents:
215
diff
changeset
|
356 |
<artifactId>jackson-core</artifactId> |
|
ecbb104cf3b6
Upgrade to jetty 8, Jersey 2.3, cometd 2.7, coweb 1.0.1 and more...
ymh <ymh.work@gmail.com>
parents:
215
diff
changeset
|
357 |
<version>${jackson-version}</version> |
|
ecbb104cf3b6
Upgrade to jetty 8, Jersey 2.3, cometd 2.7, coweb 1.0.1 and more...
ymh <ymh.work@gmail.com>
parents:
215
diff
changeset
|
358 |
</dependency> |
|
ecbb104cf3b6
Upgrade to jetty 8, Jersey 2.3, cometd 2.7, coweb 1.0.1 and more...
ymh <ymh.work@gmail.com>
parents:
215
diff
changeset
|
359 |
<dependency> |
|
ecbb104cf3b6
Upgrade to jetty 8, Jersey 2.3, cometd 2.7, coweb 1.0.1 and more...
ymh <ymh.work@gmail.com>
parents:
215
diff
changeset
|
360 |
<groupId>com.fasterxml.jackson.core</groupId> |
|
ecbb104cf3b6
Upgrade to jetty 8, Jersey 2.3, cometd 2.7, coweb 1.0.1 and more...
ymh <ymh.work@gmail.com>
parents:
215
diff
changeset
|
361 |
<artifactId>jackson-databind</artifactId> |
|
ecbb104cf3b6
Upgrade to jetty 8, Jersey 2.3, cometd 2.7, coweb 1.0.1 and more...
ymh <ymh.work@gmail.com>
parents:
215
diff
changeset
|
362 |
<version>${jackson-version}</version> |
|
ecbb104cf3b6
Upgrade to jetty 8, Jersey 2.3, cometd 2.7, coweb 1.0.1 and more...
ymh <ymh.work@gmail.com>
parents:
215
diff
changeset
|
363 |
</dependency> |
|
ecbb104cf3b6
Upgrade to jetty 8, Jersey 2.3, cometd 2.7, coweb 1.0.1 and more...
ymh <ymh.work@gmail.com>
parents:
215
diff
changeset
|
364 |
<dependency> |
|
ecbb104cf3b6
Upgrade to jetty 8, Jersey 2.3, cometd 2.7, coweb 1.0.1 and more...
ymh <ymh.work@gmail.com>
parents:
215
diff
changeset
|
365 |
<groupId>com.fasterxml.jackson.core</groupId> |
|
ecbb104cf3b6
Upgrade to jetty 8, Jersey 2.3, cometd 2.7, coweb 1.0.1 and more...
ymh <ymh.work@gmail.com>
parents:
215
diff
changeset
|
366 |
<artifactId>jackson-annotations</artifactId> |
|
ecbb104cf3b6
Upgrade to jetty 8, Jersey 2.3, cometd 2.7, coweb 1.0.1 and more...
ymh <ymh.work@gmail.com>
parents:
215
diff
changeset
|
367 |
<version>${jackson-version}</version> |
|
47
267d67791e05
first stabilization of editing a renkan.
ymh <ymh.work@gmail.com>
parents:
45
diff
changeset
|
368 |
</dependency> |
|
267d67791e05
first stabilization of editing a renkan.
ymh <ymh.work@gmail.com>
parents:
45
diff
changeset
|
369 |
<dependency> |
|
267d67791e05
first stabilization of editing a renkan.
ymh <ymh.work@gmail.com>
parents:
45
diff
changeset
|
370 |
<groupId>com.fasterxml.jackson.jaxrs</groupId> |
|
267d67791e05
first stabilization of editing a renkan.
ymh <ymh.work@gmail.com>
parents:
45
diff
changeset
|
371 |
<artifactId>jackson-jaxrs-json-provider</artifactId> |
| 71 | 372 |
<version>${jackson-version}</version> |
| 51 | 373 |
</dependency> |
374 |
<dependency> |
|
|
232
b7000ff4989b
- Use Joda DateTime instead of java.utils.Date
ymh <ymh.work@gmail.com>
parents:
224
diff
changeset
|
375 |
<groupId>com.fasterxml.jackson.datatype</groupId> |
|
b7000ff4989b
- Use Joda DateTime instead of java.utils.Date
ymh <ymh.work@gmail.com>
parents:
224
diff
changeset
|
376 |
<artifactId>jackson-datatype-joda</artifactId> |
|
b7000ff4989b
- Use Joda DateTime instead of java.utils.Date
ymh <ymh.work@gmail.com>
parents:
224
diff
changeset
|
377 |
<version>${jackson-version}</version> |
|
b7000ff4989b
- Use Joda DateTime instead of java.utils.Date
ymh <ymh.work@gmail.com>
parents:
224
diff
changeset
|
378 |
</dependency> |
|
b7000ff4989b
- Use Joda DateTime instead of java.utils.Date
ymh <ymh.work@gmail.com>
parents:
224
diff
changeset
|
379 |
<dependency> |
| 51 | 380 |
<groupId>commons-codec</groupId> |
381 |
<artifactId>commons-codec</artifactId> |
|
|
220
ecbb104cf3b6
Upgrade to jetty 8, Jersey 2.3, cometd 2.7, coweb 1.0.1 and more...
ymh <ymh.work@gmail.com>
parents:
215
diff
changeset
|
382 |
<version>${commons-codec-version}</version> |
| 58 | 383 |
</dependency> |
384 |
<dependency> |
|
|
220
ecbb104cf3b6
Upgrade to jetty 8, Jersey 2.3, cometd 2.7, coweb 1.0.1 and more...
ymh <ymh.work@gmail.com>
parents:
215
diff
changeset
|
385 |
<groupId>org.eclipse.jetty.aggregate</groupId> |
|
ecbb104cf3b6
Upgrade to jetty 8, Jersey 2.3, cometd 2.7, coweb 1.0.1 and more...
ymh <ymh.work@gmail.com>
parents:
215
diff
changeset
|
386 |
<artifactId>jetty-all</artifactId> |
|
106
d34e253f5c32
Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents:
103
diff
changeset
|
387 |
<version>${jetty-version}</version> |
|
d34e253f5c32
Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents:
103
diff
changeset
|
388 |
</dependency> |
|
d34e253f5c32
Simplify spring integration + correct key for collaborative usage
ymh <ymh.work@gmail.com>
parents:
103
diff
changeset
|
389 |
<dependency> |
| 71 | 390 |
<groupId>org.springframework.security</groupId> |
391 |
<artifactId>spring-security-core</artifactId> |
|
392 |
<version>${spring-security-version}</version> |
|
393 |
</dependency> |
|
394 |
<dependency> |
|
395 |
<groupId>org.springframework.security</groupId> |
|
396 |
<artifactId>spring-security-web</artifactId> |
|
397 |
<version>${spring-security-version}</version> |
|
398 |
</dependency> |
|
399 |
<dependency> |
|
400 |
<groupId>org.springframework.security</groupId> |
|
401 |
<artifactId>spring-security-config</artifactId> |
|
402 |
<version>${spring-security-version}</version> |
|
403 |
</dependency> |
|
404 |
<dependency> |
|
|
150
5b62100b8562
- replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
147
diff
changeset
|
405 |
<groupId>org.springframework.security</groupId> |
|
5b62100b8562
- replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
147
diff
changeset
|
406 |
<artifactId>spring-security-acl</artifactId> |
|
5b62100b8562
- replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
147
diff
changeset
|
407 |
<version>${spring-security-version}</version> |
|
5b62100b8562
- replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
147
diff
changeset
|
408 |
</dependency> |
|
5b62100b8562
- replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
147
diff
changeset
|
409 |
<dependency> |
|
5b62100b8562
- replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
147
diff
changeset
|
410 |
<groupId>org.springframework.security</groupId> |
|
5b62100b8562
- replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
147
diff
changeset
|
411 |
<artifactId>spring-security-taglibs</artifactId> |
|
5b62100b8562
- replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
147
diff
changeset
|
412 |
<version>${spring-security-version}</version> |
|
5b62100b8562
- replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
147
diff
changeset
|
413 |
</dependency> |
|
5b62100b8562
- replace simple http authentication by form auth
ymh <ymh.work@gmail.com>
parents:
147
diff
changeset
|
414 |
<dependency> |
| 71 | 415 |
<groupId>de.undercouch</groupId> |
416 |
<artifactId>bson4jackson</artifactId> |
|
|
220
ecbb104cf3b6
Upgrade to jetty 8, Jersey 2.3, cometd 2.7, coweb 1.0.1 and more...
ymh <ymh.work@gmail.com>
parents:
215
diff
changeset
|
417 |
<version>${bson4jackson-version}</version> |
| 71 | 418 |
</dependency> |
419 |
<dependency> |
|
420 |
<groupId>joda-time</groupId> |
|
421 |
<artifactId>joda-time</artifactId> |
|
422 |
<version>${joda-version}</version> |
|
| 127 | 423 |
</dependency> |
424 |
<dependency> |
|
425 |
<groupId>javax.validation</groupId> |
|
426 |
<artifactId>validation-api</artifactId> |
|
|
220
ecbb104cf3b6
Upgrade to jetty 8, Jersey 2.3, cometd 2.7, coweb 1.0.1 and more...
ymh <ymh.work@gmail.com>
parents:
215
diff
changeset
|
427 |
<version>${javax-validation-api-version}</version> |
| 58 | 428 |
</dependency> |
| 127 | 429 |
<dependency> |
430 |
<groupId>org.hibernate</groupId> |
|
431 |
<artifactId>hibernate-validator</artifactId> |
|
|
220
ecbb104cf3b6
Upgrade to jetty 8, Jersey 2.3, cometd 2.7, coweb 1.0.1 and more...
ymh <ymh.work@gmail.com>
parents:
215
diff
changeset
|
432 |
<version>${hibernate-validator-version}</version> |
| 127 | 433 |
</dependency> |
|
129
01c862ada33c
Add delete for spaces, check that there is no linked projects
ymh <ymh.work@gmail.com>
parents:
127
diff
changeset
|
434 |
<dependency> |
|
01c862ada33c
Add delete for spaces, check that there is no linked projects
ymh <ymh.work@gmail.com>
parents:
127
diff
changeset
|
435 |
<groupId>com.fasterxml.uuid</groupId> |
|
01c862ada33c
Add delete for spaces, check that there is no linked projects
ymh <ymh.work@gmail.com>
parents:
127
diff
changeset
|
436 |
<artifactId>java-uuid-generator</artifactId> |
|
220
ecbb104cf3b6
Upgrade to jetty 8, Jersey 2.3, cometd 2.7, coweb 1.0.1 and more...
ymh <ymh.work@gmail.com>
parents:
215
diff
changeset
|
437 |
<version>${fasterxml-java-uuid-generator-version}</version> |
|
129
01c862ada33c
Add delete for spaces, check that there is no linked projects
ymh <ymh.work@gmail.com>
parents:
127
diff
changeset
|
438 |
</dependency> |
|
237
0e6c826a046e
Add group and user management on user and group repositories + unit tests
ymh <ymh.work@gmail.com>
parents:
233
diff
changeset
|
439 |
<dependency> |
|
0e6c826a046e
Add group and user management on user and group repositories + unit tests
ymh <ymh.work@gmail.com>
parents:
233
diff
changeset
|
440 |
<groupId>org.apache.commons</groupId> |
|
0e6c826a046e
Add group and user management on user and group repositories + unit tests
ymh <ymh.work@gmail.com>
parents:
233
diff
changeset
|
441 |
<artifactId>commons-collections4</artifactId> |
|
0e6c826a046e
Add group and user management on user and group repositories + unit tests
ymh <ymh.work@gmail.com>
parents:
233
diff
changeset
|
442 |
<version>4.0</version> |
|
0e6c826a046e
Add group and user management on user and group repositories + unit tests
ymh <ymh.work@gmail.com>
parents:
233
diff
changeset
|
443 |
</dependency> |
| 9 | 444 |
</dependencies> |
445 |
<organization> |
|
|
220
ecbb104cf3b6
Upgrade to jetty 8, Jersey 2.3, cometd 2.7, coweb 1.0.1 and more...
ymh <ymh.work@gmail.com>
parents:
215
diff
changeset
|
446 |
<name>IRI</name> |
|
ecbb104cf3b6
Upgrade to jetty 8, Jersey 2.3, cometd 2.7, coweb 1.0.1 and more...
ymh <ymh.work@gmail.com>
parents:
215
diff
changeset
|
447 |
<url>http://www.iri.centrepompidou.fr</url> |
| 9 | 448 |
</organization> |
449 |
</project> |