Project

General

Profile

« Previous | Next » 

Revision 48218

excluding dnet-datasource-rest-api until we provide a release

View differences:

webapps/dnet-container-provision/branches/beta/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
			        <!-- Uncomment after we release dnet-datasource-rest-api
24
			            <ref bean="datasourceCacheManager" />
25
			        -->
24 26
        		</array>
25 27
    		</property>
26 28
    		<property name="fallbackToNoOpCache" value="true" />
webapps/dnet-container-provision/branches/beta/pom.xml
85 85
			<version>[2.4.3,3.0.0)</version>
86 86
		</dependency>
87 87

  
88
		<!-- Uncomment after we release the module
88 89
		<dependency>
89 90
			<groupId>eu.dnetlib</groupId>
90 91
			<artifactId>dnet-datasource-rest-api</artifactId>
91 92
			<version>[0.0.1,2.0.0)</version>
92 93
		</dependency>
94
		-->
93 95

  
94 96

  
95 97
		<dependency>

Also available in: Unified diff