Project

General

Profile

« Previous | Next » 

Revision 47000

commented out dnet-datasource-rest-api dependency

View differences:

webapps/dnet-container-provision/trunk/deploy.info
1 1
{
2 2
	"type_source": "SVN", 
3 3
	"goal": "package -U -T 4C source:jar", 
4
	"url": "http://svn-public.driver.research-infrastructures.eu/driver/dnet40/webapps/dnet-container-provision/trunk", 
5
	"deploy_repository": "dnet4-snapshots", 
4
	"url": "http://svn-public.driver.research-infrastructures.eu/driver/dnet45/webapps/dnet-container-provision/trunk", 
5
	"deploy_repository": "dnet45-snapshots", 
6 6
	"version": "4", 
7 7
	"mail": "sandro.labruzzo@isti.cnr.it,michele.artini@isti.cnr.it,claudio.atzori@isti.cnr.it,alessia.bardi@isti.cnr.it", 
8 8
	"deploy_repository_url": "http://maven.research-infrastructures.eu/nexus/content/repositories/dnet4-snapshots", 
webapps/dnet-container-provision/trunk/src/main/resources/eu/dnetlib/applicationContext-ehcache.xml
20 20
            		<ref bean="vocabularyCacheManager" />
21 21
           	 		<ref bean="theOAICacheManager" />
22 22
           	 		<ref bean="oaiUtilsCacheManager" />
23
			        <ref bean="datasourceCacheManager" />
23
			        <!--<ref bean="datasourceCacheManager" /> -->
24 24
        		</array>
25 25
    		</property>
26 26
    		<property name="fallbackToNoOpCache" value="true" />
webapps/dnet-container-provision/trunk/src/main/resources/log4j.properties
20 20

  
21 21
### Application Level ###
22 22
log4j.logger.eu.dnetlib=INFO
23
log4j.logger.org.apache.cxf.ws.addressing.ContextUtils=FATAL
23
log4j.logger.org.apache.cxf=FATAL
24 24
log4j.logger.eu.dnetlib.enabling.inspector=FATAL
25 25
log4j.logger.eu.dnetlib.springutils.stringtemplate.StringTemplateViewResolver=FATAL
26 26
log4j.logger.org.apache.xerces.parsers.SAXParser=OFF
......
29 29
log4j.logger.org.springframework=ERROR
30 30

  
31 31

  
32

  
webapps/dnet-container-provision/trunk/pom.xml
3 3
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4 4
	<parent>
5 5
		<groupId>eu.dnetlib</groupId>
6
		<artifactId>dnet-container-parent</artifactId>
6
		<artifactId>dnet45-container-parent</artifactId>
7 7
		<version>1.0.0-SNAPSHOT</version>
8 8
		<relativePath></relativePath>
9 9
	</parent>
......
55 55
		<dependency>
56 56
			<groupId>eu.dnetlib</groupId>
57 57
			<artifactId>cnr-data-information-oai-publisher</artifactId>
58
			<version>[6.0.0-SNAPSHOT,7.0.0)</version>
58
			<version>[8.0.0-SNAPSHOT,9.0.0)</version>
59 59
		</dependency>
60 60

  
61 61
		<!-- Inspector security -->
......
82 82
		<dependency>
83 83
			<groupId>eu.dnetlib</groupId>
84 84
			<artifactId>dnet-index-solr-service</artifactId>
85
			<version>[2.4.5-OR-SNAPSHOT]</version>
85
			<version>[2.4.3-SNAPSHOT]</version>
86 86
		</dependency>
87 87

  
88 88
		<dependency>
......
93 93

  
94 94
		
95 95
        <dependency>
96
            <groupId>eu.dnetlib</groupId>
97
            <artifactId>dnet-datasource-rest-api</artifactId>
98
            <version>[0.0.1,2.0.0)</version>
99
        </dependency>
100

  
101
		<dependency>
102 96
			<groupId>javax.servlet</groupId>
103 97
			<artifactId>javax.servlet-api</artifactId>
104 98
			<version>${javax.servlet.version}</version>
......
131 125
		<dependency>
132 126
			<groupId>org.hibernate</groupId>
133 127
			<artifactId>hibernate-validator</artifactId>
134
			<version>5.2.4.Final</version>
128
			<version>4.3.2.Final</version>
135 129
		</dependency>
136

  
130
<!--
131
        <dependency>
132
            <groupId>eu.dnetlib</groupId>
133
            <artifactId>dnet-datasource-rest-api</artifactId>
134
            <version>[1.0.0,2.0.0)</version>
135
        </dependency>
136
-->
137 137
	</dependencies>
138 138
	<properties>
139 139
		<springfox-version>2.5.0</springfox-version>

Also available in: Unified diff