Revision 39533
Added by Alessia Bardi about 9 years ago
pom.xml | ||
---|---|---|
4 | 4 |
<parent> |
5 | 5 |
<groupId>eu.dnetlib</groupId> |
6 | 6 |
<artifactId>dnet-container-parent</artifactId> |
7 |
<version>1.0.0-SNAPSHOT</version>
|
|
7 |
<version>1.0.0</version> |
|
8 | 8 |
<relativePath></relativePath> |
9 | 9 |
</parent> |
10 | 10 |
<modelVersion>4.0.0</modelVersion> |
... | ... | |
155 | 155 |
|
156 | 156 |
<dependency> |
157 | 157 |
<groupId>eu.dnetlib</groupId> |
158 |
<artifactId>cnr-inspector-security</artifactId> |
|
159 |
<version>[1.0.0,2.0.0)</version> |
|
160 |
</dependency> |
|
161 |
<dependency> |
|
162 |
<groupId>eu.dnetlib</groupId> |
|
163 | 158 |
<artifactId>dnet-webapp-monitoring</artifactId> |
164 | 159 |
<version>[1.0.0,2.0.0)</version> |
165 | 160 |
</dependency> |
... | ... | |
209 | 204 |
<version>[2.0.0,3.0.0)</version> |
210 | 205 |
</dependency> |
211 | 206 |
|
212 |
</dependencies> |
|
213 | 207 |
|
208 |
<!-- Security: not using cnr-inspector-security in order to tune the access policies in the container's applicationContext-security --> |
|
209 |
|
|
210 |
<dependency> |
|
211 |
<groupId>org.springframework.security</groupId> |
|
212 |
<artifactId>spring-security-web</artifactId> |
|
213 |
<version>3.2.5.RELEASE</version> |
|
214 |
<exclusions> |
|
215 |
<exclusion> |
|
216 |
<artifactId>spring-core</artifactId> |
|
217 |
<groupId>org.springframework</groupId> |
|
218 |
</exclusion> |
|
219 |
</exclusions> |
|
220 |
</dependency> |
|
221 |
<dependency> |
|
222 |
<groupId>org.springframework.security</groupId> |
|
223 |
<artifactId>spring-security-config</artifactId> |
|
224 |
<version>3.2.5.RELEASE</version> |
|
225 |
<exclusions> |
|
226 |
<exclusion> |
|
227 |
<artifactId>spring-core</artifactId> |
|
228 |
<groupId>org.springframework</groupId> |
|
229 |
</exclusion> |
|
230 |
</exclusions> |
|
231 |
</dependency> |
|
232 |
<dependency> |
|
233 |
<groupId>org.springframework</groupId> |
|
234 |
<artifactId>spring-context</artifactId> |
|
235 |
<version>${spring.version}</version> |
|
236 |
</dependency> |
|
237 |
<dependency> |
|
238 |
<groupId>org.springframework</groupId> |
|
239 |
<artifactId>spring-tx</artifactId> |
|
240 |
<version>${spring.version}</version> |
|
241 |
</dependency> |
|
242 |
</dependencies> |
|
243 |
|
|
214 | 244 |
</project> |
Also available in: Unified diff
not using cnr-inspector-security, so we can tune the rights access from an application context inside this webapp