Project

General

Profile

« Previous | Next » 

Revision 43652

objectStore rest controller doesn't use mongodb anymore to discover the basePath, it is instead passed and http parameter.

View differences:

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/maven-v4_0_0.xsd">
2
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3 3
	<parent>
4 4
		<groupId>eu.dnetlib</groupId>
5 5
		<artifactId>dnet-parent</artifactId>
......
55 55
			<artifactId>commons-net-ftp</artifactId>
56 56
			<version>2.0</version>
57 57
		</dependency>
58
		<dependency>
59
			<groupId>javax.servlet</groupId>
60
			<artifactId>javax.servlet-api</artifactId>
61
			<version>${javax.servlet.version}</version>
62
			<scope>provided</scope>
63
		</dependency>
64 58

  
65 59
	</dependencies>
66 60
</project>

Also available in: Unified diff