Project

General

Profile

« Previous | Next » 

Revision 42659

added light-ui

View differences:

pom.xml
15 15
	<dependencies>
16 16

  
17 17

  
18
		<!-- http://mvnrepository.com/artifact/commons-beanutils/commons-beanutils -->
18 19
		<dependency>
20
			<groupId>commons-beanutils</groupId>
21
			<artifactId>commons-beanutils</artifactId>
22
			<version>1.9.2</version>
23
		</dependency>
24

  
25

  
26
		<dependency>
19 27
			<groupId>org.springframework.security</groupId>
20 28
			<artifactId>spring-security-web</artifactId>
21 29
			<version>4.1.0.RELEASE</version>
......
27 35
			<version>4.1.0.RELEASE</version>
28 36
		</dependency>
29 37

  
38
		<dependency>
39
			<groupId>org.springframework</groupId>
40
			<artifactId>spring-tx</artifactId>
41
			<version>${spring.version}</version>
42
		</dependency>
30 43

  
44

  
31 45
		<dependency>
32 46
			<groupId>eu.dnetlib</groupId>
33 47
			<artifactId>dnet-information-service</artifactId>

Also available in: Unified diff