Project

General

Profile

« Previous | Next » 

Revision 59334

using the new broker model

View differences:

pom.xml
9 9
        <version>1.0.0-SNAPSHOT</version>
10 10
    </parent>
11 11
    <modelVersion>4.0.0</modelVersion>
12
    <groupId>eu.dnetlib</groupId>
13 12
    <artifactId>uoa-repository-manager-service</artifactId>
14 13
    <version>1.0.0-SNAPSHOT</version>
15 14
    <packaging>war</packaging>
16 15

  
17 16

  
18 17
    <dependencies>
19

  
20 18
        <dependency>
21 19
            <groupId>org.springframework</groupId>
22 20
            <artifactId>spring-webmvc</artifactId>
23 21
            <version>${spring.version}</version>
24 22
        </dependency>
25

  
26 23
        <dependency>
27 24
            <groupId>org.hibernate</groupId>
28 25
            <artifactId>hibernate-validator-annotation-processor</artifactId>
29 26
            <version>4.1.0.Final</version>
30 27
        </dependency>
31

  
32 28
        <dependency>
33 29
            <groupId>log4j</groupId>
34 30
            <artifactId>log4j</artifactId>
35 31
            <version>${log4j.version}</version>
36 32
        </dependency>
37

  
38 33
        <dependency>
39 34
            <groupId>eu.dnetlib</groupId>
40 35
            <artifactId>dnet-runtime</artifactId>
......
46 41
                </exclusion>
47 42
            </exclusions>
48 43
        </dependency>
49

  
50 44
        <dependency>
51 45
            <groupId>eu.dnetlib</groupId>
52 46
            <artifactId>uoa-utils</artifactId>
53 47
            <version>[2.0.0-SNAPSHOT, 3.0.0)</version>
54 48
        </dependency>
55

  
56 49
        <dependency>
57 50
            <groupId>eu.dnetlib</groupId>
58 51
            <artifactId>uoa-domain</artifactId>
......
64 57
                </exclusion>
65 58
            </exclusions>
66 59
        </dependency>
67

  
68 60
        <dependency>
69 61
            <groupId>eu.dnetlib</groupId>
70 62
            <artifactId>dnet-openaire-usage-stats-sushilite</artifactId>
71 63
            <version>1.0.0-SNAPSHOT</version>
72 64
        </dependency>
73 65
        <dependency>
74
            <groupId>eu.dnetlib</groupId>
66
            <groupId>eu.dnetlib.dhp</groupId>
75 67
            <artifactId>dnet-openaire-broker-common</artifactId>
76
            <version>1.0.2-SNAPSHOT</version>
68
            <version>3.1.1-SNAPSHOT</version>
77 69
        </dependency>
78 70
        <dependency>
79 71
            <groupId>cglib</groupId>

Also available in: Unified diff