Project

General

Profile

« Previous | Next » 

Revision 40429

integrating r40247 from 4.1.X branch

View differences:

modules/dnet-openaireplus-workflows/trunk/pom.xml
13 13
    <packaging>jar</packaging>
14 14
    <version>5.0.1-SNAPSHOT</version>
15 15
    <scm>
16
        <developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/dnet-openaireplus-workflows/trunk
17
        </developerConnection>
16
        <developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/dnet-openaireplus-workflows/trunk</developerConnection>
18 17
    </scm>
19 18
    <repositories>
20 19
        <repository>
......
75 74
            <version>[1.0.0,2.0.0)</version>
76 75
        </dependency>
77 76

  
77

  
78 78
        <dependency>
79 79
            <groupId>eu.dnetlib</groupId>
80 80
            <artifactId>dnet-actionmanager-api</artifactId>
......
105 105
            <artifactId>dnet-modular-vocabularies-ui</artifactId>
106 106
            <version>[2.0.0,3.0.0)</version>
107 107
        </dependency>
108

  
108 109
        <dependency>
110
            <groupId>org.apache.velocity</groupId>
111
            <artifactId>velocity</artifactId>
112
            <version>1.7</version>
113
        </dependency>
114
        <dependency>
115
            <groupId>org.apache.velocity</groupId>
116
            <artifactId>velocity-tools</artifactId>
117
            <version>2.0</version>
118
        </dependency>
119
        <dependency>
109 120
            <groupId>javax.servlet</groupId>
110 121
            <artifactId>javax.servlet-api</artifactId>
111 122
            <version>${javax.servlet.version}</version>
112 123
            <scope>provided</scope>
113 124
        </dependency>
114

  
115 125
        <dependency>
116 126
            <groupId>junit</groupId>
117 127
            <artifactId>junit</artifactId>
118 128
            <version>${junit.version}</version>
119 129
            <scope>test</scope>
120 130
        </dependency>
121
        <dependency>
122
            <groupId>org.apache.velocity</groupId>
123
            <artifactId>velocity</artifactId>
124
            <version>1.7</version>
125
        </dependency>
126
        <dependency>
127
            <groupId>org.apache.velocity</groupId>
128
            <artifactId>velocity-tools</artifactId>
129
            <version>2.0</version>
130
        </dependency>
131
    </dependencies>
131
 		<dependency>
132
			<groupId>eu.dnetlib</groupId>
133
			<artifactId>dnet-openaireplus-profiles</artifactId>
134
			<version>[1.0.0,2.0.0)</version>
135
			<scope>test</scope>
136
		</dependency>
137
	</dependencies>
138

  
132 139
</project>

Also available in: Unified diff