Project

General

Profile

« Previous | Next » 

Revision 48028

integrated latest changes from dnet40

View differences:

pom.xml
7 7
	</parent>
8 8
	<groupId>eu.dnetlib</groupId>
9 9
	<artifactId>dnet-collector-plugins</artifactId>
10
	<version>1.3.4-SNAPSHOT</version>
10
	<version>1.3.4</version>
11 11
	<scm>
12 12
		<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet45/modules/dnet-collector-plugins/trunk</developerConnection>
13 13
	</scm>
......
18 18
			<version>[1.3.0,2.0.0)</version>
19 19
		</dependency>
20 20
		<dependency>
21
			<groupId>eu.dnetlib</groupId>
22
			<artifactId>dnet-modular-collector-service</artifactId>
23
			<version>[1.3.0,4.0.0)</version>
24
		</dependency>
25
		<dependency>
21 26
			<groupId>com.google.code.gson</groupId>
22 27
			<artifactId>gson</artifactId>
23 28
			<version>${google.gson.version}</version>
......
59 64
			<artifactId>joda-time</artifactId>
60 65
			<version>2.9.2</version>
61 66
		</dependency>
67

  
68
		<dependency>
69
			<groupId>org.json</groupId>
70
			<artifactId>json</artifactId>
71
			<version>20160810</version>
72
		</dependency>
73
		<dependency>
74
			<groupId>org.apache.commons</groupId>
75
			<artifactId>commons-lang3</artifactId>
76
			<version>3.0</version>
77
		</dependency>
78

  
79
		<dependency>
80
			<groupId>org.apache.poi</groupId>
81
			<artifactId>poi</artifactId>
82
			<version>3.16</version>
83
		</dependency>
84
		<!-- https://mvnrepository.com/artifact/org.apache.poi/poi-ooxml -->
85
		<dependency>
86
			<groupId>org.apache.poi</groupId>
87
			<artifactId>poi-ooxml</artifactId>
88
			<version>3.16</version>
89
		</dependency>
62 90
	</dependencies>
63
	<build>
64
		<plugins>
65
			<plugin>
66
				<groupId>org.apache.maven.plugins</groupId>
67
				<artifactId>maven-compiler-plugin</artifactId>
68
				<version>3.1</version>
69
				<configuration>
70
					<source>1.7</source>
71
					<target>${maven.compiler.target.version}</target>
72
				</configuration>
73
			</plugin>
74
		</plugins>
75
	</build>
76 91
</project>

Also available in: Unified diff