Project

General

Profile

« Previous | Next » 

Revision 43444

Added workflows for entity registy

View differences:

pom.xml
16 16
    <developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet50/modules/dnet-wds/trunk</developerConnection>
17 17
  </scm>
18 18

  
19
  <dependencies>
19
	<!--<dependencies>-->
20
	<!--<dependency>-->
21
	<!--<groupId>junit</groupId>-->
22
	<!--<artifactId>junit</artifactId>-->
23
	<!--<version>${junit.version}</version>-->
24
	<!--<scope>test</scope>-->
25
	<!--</dependency>-->
26

  
27
	<!--<dependency>-->
28
	<!--<groupId>eu.dnetlib</groupId>-->
29
	<!--<artifactId>dnet-msro-service</artifactId>-->
30
	<!--<version>5.0.0-SNAPSHOT</version>-->
31
	<!--</dependency>-->
32
	<!--<dependency>-->
33
	<!--<groupId>eu.dnetlib</groupId>-->
34
	<!--<artifactId>dnet-openaire-domain</artifactId>-->
35
	<!--<version>1.0.0-SNAPSHOT</version>-->
36
	<!--</dependency>-->
37
	<!--<dependency>-->
38
	<!--<groupId>eu.dnetlib</groupId>-->
39
	<!--<artifactId>cnr-data-flow-monitoring-core</artifactId>-->
40
	<!--<version>2.0.1-java8</version>-->
41
	<!--<exclusions>-->
42
	<!--<exclusion>-->
43
	<!--<artifactId>wstx-asl</artifactId>-->
44
	<!--<groupId>org.codehaus.woodstox</groupId>-->
45
	<!--</exclusion>-->
46
	<!--</exclusions>-->
47
	<!--</dependency>-->
48

  
49

  
50
	<!--<dependency>-->
51
	<!--<groupId>org.apache.velocity</groupId>-->
52
	<!--<artifactId>velocity</artifactId>-->
53
	<!--<version>1.7</version>-->
54
	<!--<exclusions>-->
55
	<!--<exclusion>-->
56
	<!--<artifactId>antlr</artifactId>-->
57
	<!--<groupId>antlr</groupId>-->
58
	<!--</exclusion>-->
59
	<!--<exclusion>-->
60
	<!--<artifactId>commons-lang</artifactId>-->
61
	<!--<groupId>commons-lang</groupId>-->
62
	<!--</exclusion>-->
63
	<!--</exclusions>-->
64
	<!--</dependency>-->
65
	<!--<dependency>-->
66
	<!--<groupId>org.apache.velocity</groupId>-->
67
	<!--<artifactId>velocity-tools</artifactId>-->
68
	<!--<version>2.0</version>-->
69
	<!--<exclusions>-->
70
	<!--<exclusion>-->
71
	<!--<artifactId>antlr</artifactId>-->
72
	<!--<groupId>antlr</groupId>-->
73
	<!--</exclusion>-->
74
	<!--<exclusion>-->
75
	<!--<artifactId>commons-beanutils</artifactId>-->
76
	<!--<groupId>commons-beanutils</groupId>-->
77
	<!--</exclusion>-->
78
	<!--</exclusions>-->
79
	<!--</dependency>-->
80
	<!--<dependency>-->
81
	<!--<groupId>org.apache.solr</groupId>-->
82
	<!--<artifactId>solr-solrj</artifactId>-->
83
	<!--<version>${apache.solr.version}</version>-->
84
	<!--<exclusions>-->
85
	<!--<exclusion>-->
86
	<!--<artifactId>wstx-asl</artifactId>-->
87
	<!--<groupId>org.codehaus.woodstox</groupId>-->
88
	<!--</exclusion>-->
89
	<!--<exclusion>-->
90
	<!--<groupId>org.slf4j</groupId>-->
91
	<!--<artifactId>jcl-over-slf4j</artifactId>-->
92
	<!--</exclusion>-->
93
	<!--<exclusion>-->
94
	<!--<groupId>org.slf4j</groupId>-->
95
	<!--<artifactId>slf4j-api</artifactId>-->
96
	<!--</exclusion>-->
97

  
98
	<!--</exclusions>-->
99
	<!--</dependency>-->
100

  
101
	<!--<dependency>-->
102
	<!--<groupId>eu.dnetlib</groupId>-->
103
	<!--<artifactId>dnet-mapreduce-jobs</artifactId>-->
104
	<!--<version>1.0.0-SNAPSHOT</version>-->
105
	<!--<scope>runtime</scope>-->
106
	<!--</dependency>-->
107

  
108
	<!--</dependencies>-->
109

  
110

  
111
	<dependencies>
20 112
    <dependency>
21
      <groupId>junit</groupId>
22
      <artifactId>junit</artifactId>
23
      <version>${junit.version}</version>
24
      <scope>test</scope>
113
	    <groupId>eu.dnetlib</groupId>
114
	    <artifactId>dnet-msro-service</artifactId>
115
	    <version>5.0.0-SNAPSHOT</version>
25 116
    </dependency>
117
		<dependency>
118
			<groupId>eu.dnetlib</groupId>
119
			<artifactId>dnet-openaire-domain</artifactId>
120
			<version>1.0.0-SNAPSHOT</version>
121
		</dependency>
122
		<dependency>
123
			<groupId>eu.dnetlib</groupId>
124
			<artifactId>cnr-data-flow-monitoring-core</artifactId>
125
			<version>[2.0.0,3.0.0)</version>
126
			<exclusions>
127
				<exclusion>
128
					<artifactId>wstx-asl</artifactId>
129
					<groupId>org.codehaus.woodstox</groupId>
130
				</exclusion>
131
			</exclusions>
132
		</dependency>
26 133

  
134

  
27 135
    <dependency>
136
	    <groupId>org.apache.velocity</groupId>
137
	    <artifactId>velocity</artifactId>
138
	    <version>1.7</version>
139
	    <exclusions>
140
		    <exclusion>
141
			    <artifactId>antlr</artifactId>
142
			    <groupId>antlr</groupId>
143
		    </exclusion>
144
		    <exclusion>
145
			    <artifactId>commons-lang</artifactId>
146
			    <groupId>commons-lang</groupId>
147
		    </exclusion>
148
	    </exclusions>
149
    </dependency>
150
		<dependency>
151
			<groupId>org.apache.velocity</groupId>
152
			<artifactId>velocity-tools</artifactId>
153
			<version>2.0</version>
154
			<exclusions>
155
				<exclusion>
156
					<artifactId>antlr</artifactId>
157
					<groupId>antlr</groupId>
158
				</exclusion>
159
				<exclusion>
160
					<artifactId>commons-beanutils</artifactId>
161
					<groupId>commons-beanutils</groupId>
162
				</exclusion>
163
			</exclusions>
164
		</dependency>
165
		<dependency>
166
			<groupId>org.apache.solr</groupId>
167
			<artifactId>solr-solrj</artifactId>
168
			<version>${apache.solr.version}</version>
169
			<exclusions>
170
				<exclusion>
171
					<artifactId>wstx-asl</artifactId>
172
					<groupId>org.codehaus.woodstox</groupId>
173
				</exclusion>
174
				<exclusion>
175
					<groupId>org.slf4j</groupId>
176
					<artifactId>jcl-over-slf4j</artifactId>
177
				</exclusion>
178
				<exclusion>
179
					<groupId>org.slf4j</groupId>
180
					<artifactId>slf4j-api</artifactId>
181
				</exclusion>
182

  
183
			</exclusions>
184
		</dependency>
185

  
186
		<dependency>
28 187
      <groupId>eu.dnetlib</groupId>
29
      <artifactId>dnet-core-components</artifactId>
188
			<artifactId>dnet-mapreduce-jobs</artifactId>
30 189
      <version>1.0.0-SNAPSHOT</version>
190
			<scope>runtime</scope>
31 191
    </dependency>
32 192

  
193

  
194
		<dependency>
195
			<groupId>junit</groupId>
196
			<artifactId>junit</artifactId>
197
			<version>${junit.version}</version>
198
			<scope>test</scope>
199
		</dependency>
33 200
  </dependencies>
201

  
202

  
34 203
</project>

Also available in: Unified diff