Project

General

Profile

« Previous | Next » 

Revision 53057

grid process implementation

View differences:

modules/dnet-grid-application/trunk/pom.xml
1 1
<?xml version="1.0" encoding="UTF-8"?>
2
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2
<project xmlns="http://maven.apache.org/POM/4.0.0"
3
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3 5
	<modelVersion>4.0.0</modelVersion>
4 6
	<groupId>eu.dnetlib</groupId>
5 7
	<artifactId>dnet-grid-application</artifactId>
6 8
	<version>1.1.0-SNAPSHOT</version>
7 9
	<scm>
8
	  <developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet45/modules/dnet-grid-application/trunk</developerConnection>
9
    </scm>
10
		<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet45/modules/dnet-grid-application/trunk</developerConnection>
11
	</scm>
10 12
	<ciManagement>
11 13
		<system>jenkins</system>
12 14
		<url>https://jenkins-dnet.d4science.org/view/DNet45/job/DSL45_dnet-grid-application/</url>
......
44 46
			</snapshots>
45 47
		</repository>
46 48
		<repository>
47
            <id>dnet45-snapshots</id>
48
            <name>D-Net 45 Snapshots</name>
49
            <url>http://maven.research-infrastructures.eu/nexus/content/repositories/dnet45-snapshots</url>
50
            <layout>default</layout>
51
            <snapshots>
52
                <enabled>true</enabled>
53
            </snapshots>
54
        </repository>
49
			<id>dnet45-snapshots</id>
50
			<name>D-Net 45 Snapshots</name>
51
			<url>http://maven.research-infrastructures.eu/nexus/content/repositories/dnet45-snapshots</url>
52
			<layout>default</layout>
53
			<snapshots>
54
				<enabled>true</enabled>
55
			</snapshots>
56
		</repository>
55 57
	</repositories>
56 58

  
57 59
	<profiles>
......
71 73
	<!-- Add typical dependencies for a web application -->
72 74
	<dependencies>
73 75

  
74
		
75

  
76

  
76
		<dependency>
77
			<groupId>eu.dnetlib</groupId>
78
			<artifactId>dnet-openaire-data-protos</artifactId>
79
			<version>3.9.2</version>
80
		</dependency>
81
		<dependency>
82
			<groupId>eu.dnetlib</groupId>
83
			<artifactId>cnr-misc-utils</artifactId>
84
			<version>1.0.5</version>
85
		</dependency>
86
		<dependency>
87
			<groupId>com.fasterxml.jackson.core</groupId>
88
			<artifactId>jackson-databind</artifactId>
89
		</dependency>
77 90
	</dependencies>
78 91

  
79 92
	<build>

Also available in: Unified diff