1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<project xmlns =" http://maven.apache.org/POM/4.0.0"
3
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
- <parent >
6
- <artifactId >record-api</artifactId >
7
- <groupId >eu.europeana.api</groupId >
8
- <version >1.0-SNAPSHOT</version >
9
- </parent >
10
- <modelVersion >4.0.0</modelVersion >
3
+ xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"
4
+ xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
+ <parent >
6
+ <artifactId >record-api</artifactId >
7
+ <groupId >eu.europeana.api</groupId >
8
+ <version >1.0-SNAPSHOT</version >
9
+ </parent >
10
+ <modelVersion >4.0.0</modelVersion >
11
11
12
- <artifactId >record-api-migration</artifactId >
13
- <description > This is a temporary module to migrate all the data from the DB</description >
14
- <properties >
15
- <maven .compiler.source>17</maven .compiler.source>
16
- <maven .compiler.target>17</maven .compiler.target>
17
- <spring .boot.mainclass>eu.europeana.api.record.migration.RunMigration</spring .boot.mainclass>
18
- </properties >
12
+ <artifactId >record-api-migration</artifactId >
13
+ <description > This is a temporary module to migrate all the data from the DB</description >
14
+ <properties >
15
+ <maven .compiler.source>17</maven .compiler.source>
16
+ <maven .compiler.target>17</maven .compiler.target>
17
+ <spring .boot.mainclass>eu.europeana.api.record.migration.RunMigration</spring .boot.mainclass>
18
+ </properties >
19
19
20
- <dependencies >
21
- <dependency >
22
- <groupId >org.springframework.boot</groupId >
23
- <artifactId >spring-boot-starter-web</artifactId >
24
- <exclusions >
25
- <!-- use log4j2 instead -->
26
- <exclusion >
27
- <groupId >org.springframework.boot</groupId >
28
- <artifactId >spring-boot-starter-logging</artifactId >
29
- </exclusion >
30
- </exclusions >
31
- </dependency >
20
+ <dependencies >
21
+ <dependency >
22
+ <groupId >org.springframework.boot</groupId >
23
+ <artifactId >spring-boot-starter-web</artifactId >
24
+ <exclusions >
25
+ <!-- use log4j2 instead -->
26
+ <exclusion >
27
+ <groupId >org.springframework.boot</groupId >
28
+ <artifactId >spring-boot-starter-logging</artifactId >
29
+ </exclusion >
30
+ </exclusions >
31
+ </dependency >
32
32
33
33
34
- <!-- StringUtils -->
35
- <dependency >
36
- <groupId >org.apache.commons</groupId >
37
- <artifactId >commons-lang3</artifactId >
38
- <version >${apache.commomLang3.version} </version >
39
- </dependency >
40
- <dependency >
41
- <groupId >eu.europeana.api</groupId >
42
- <artifactId >record-api-model</artifactId >
43
- <version >1.0-SNAPSHOT</version >
44
- </dependency >
34
+ <!-- StringUtils -->
35
+ <dependency >
36
+ <groupId >org.apache.commons</groupId >
37
+ <artifactId >commons-lang3</artifactId >
38
+ <version >${apache.commomLang3.version} </version >
39
+ </dependency >
40
+ <dependency >
41
+ <groupId >eu.europeana.api</groupId >
42
+ <artifactId >record-api-model</artifactId >
43
+ <version >1.0-SNAPSHOT</version >
44
+ </dependency >
45
+ <dependency >
46
+ <groupId >eu.europeana.api</groupId >
47
+ <artifactId >record-api-mongo</artifactId >
48
+ <version >1.0-SNAPSHOT</version >
49
+ </dependency >
50
+ <!-- jackson time module-->
45
51
<dependency >
46
- <groupId >eu.europeana.api </groupId >
47
- <artifactId >record-api-mongo </artifactId >
48
- <version >1.0-SNAPSHOT </version >
52
+ <groupId >com.fasterxml.jackson.datatype </groupId >
53
+ <artifactId >jackson-datatype-jsr310 </artifactId >
54
+ <version >${jackson.version} </version >
49
55
</dependency >
50
- </dependencies >
56
+ </dependencies >
51
57
52
58
</project >
0 commit comments