Project

General

Profile

« Previous | Next » 

Revision 50222

Community and Entity class created | All Classes and APIs configured according to OpenAIRE (Community's APIs may change)

View differences:

pom.xml
31 31
		<dependency>
32 32
			<groupId>org.springframework.boot</groupId>
33 33
			<artifactId>spring-boot-starter-web</artifactId>
34
			<exclusions>
35
				<exclusion>
36
					<groupId> org.springframework.boot</groupId>
37
					<artifactId>spring-boot-starter-logging</artifactId>
38
				</exclusion>
39
			</exclusions>
34 40
		</dependency>
35 41

  
36 42
		<dependency>
......
43 49
			<artifactId>spring-boot-starter-test</artifactId>
44 50
			<scope>test</scope>
45 51
		</dependency>
52

  
53
		<dependency>
54
			<groupId>log4j</groupId>
55
			<artifactId>log4j</artifactId>
56
			<version>1.2.17</version>
57
		</dependency>
46 58
	</dependencies>
47 59

  
48 60
	<build>

Also available in: Unified diff