Project

General

Profile

« Previous | Next » 

Revision 42881

fixed dependencies

View differences:

pom.xml
116 116
		<maven.compiler.target.version>1.7</maven.compiler.target.version>
117 117
	</properties>
118 118
	<dependencies>
119

  
119 120
		<dependency>
120 121
			<groupId>eu.dnetlib</groupId>
121
			<artifactId>dnet-actionmanager-common</artifactId>
122
			<version>[4.0.0-SNAPSHOT,5.0.0)</version>
122
			<artifactId>dnet-pace-core</artifactId>
123
			<version>2.5.0-SNAPSHOT</version>
123 124
		</dependency>
124 125

  
125

  
126 126
		<dependency>
127 127
			<groupId>eu.dnetlib</groupId>
128
			<artifactId>dnet-pace-core</artifactId>
129
			<version>2.5.0-SNAPSHOT</version>
128
			<artifactId>dnet-core-components</artifactId>
129
			<version>1.0.0-SNAPSHOT</version>
130 130
		</dependency>
131

  
131 132
		<dependency>
132 133
			<groupId>org.apache.solr</groupId>
133 134
			<artifactId>solr-solrj</artifactId>
......
161 162
			<version>${commons.lang.version}</version>
162 163
		</dependency>
163 164
		<dependency>
165
			<groupId>commons-codec</groupId>
166
			<artifactId>commons-codec</artifactId>
167
			<version>1.8</version>
168
		</dependency>
169
		<dependency>
164 170
			<groupId>com.google.protobuf</groupId>
165 171
			<artifactId>protobuf-java</artifactId>
166 172
			<version>${google.protobuf.version}</version>

Also available in: Unified diff