Revision 56221
Added by Katerina Iatropoulou over 3 years ago
modules/dnet-functionality-services/branches/beta/src/main/webapp/WEB-INF/applicationContext.xml | ||
---|---|---|
22 | 22 |
<import resource="classpath*:/eu/dnetlib/data/search/springContext-transformation.xml" /> |
23 | 23 |
<import resource="classpath*:/eu/dnetlib/data/search/springContext-searchService.xml" /> |
24 | 24 |
|
25 |
<!--<import resource="classpath*:/eu/dnetlib/data/statsmanager/springContext-statsManager.xml" />--> |
|
26 |
|
|
27 | 25 |
<bean class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer"> |
28 | 26 |
<property name="order" value="2" /> |
29 | 27 |
<property name="ignoreUnresolvablePlaceholders" value="true" /> |
... | ... | |
55 | 53 |
</bean> |
56 | 54 |
|
57 | 55 |
<context:annotation-config /> |
58 |
<context:component-scan base-package="eu.dnetlib.data.search.web.api">
|
|
56 |
<context:component-scan base-package="eu.dnetlib.data.search"> |
|
59 | 57 |
<context:include-filter type="annotation" expression="org.springframework.web.bind.annotation.ControllerAdvice" /> |
60 | 58 |
</context:component-scan> |
61 | 59 |
|
modules/dnet-functionality-services/branches/beta/src/main/webapp/WEB-INF/log4j.properties | ||
---|---|---|
18 | 18 |
log4j.appender.S.MaxFileSize=10MB |
19 | 19 |
log4j.appender.S.MaxBackupIndex=10 |
20 | 20 |
log4j.appender.S.layout=org.apache.log4j.PatternLayout |
21 |
log4j.appender.S.layout.ConversionPattern= %d %p %t [%c] - %m%n |
|
22 |
|
|
23 |
|
|
24 |
|
|
21 |
log4j.appender.S.layout.ConversionPattern= %d %p %t [%c] - %m%n |
modules/dnet-functionality-services/branches/beta/pom.xml | ||
---|---|---|
3 | 3 |
<parent> |
4 | 4 |
<groupId>eu.dnetlib</groupId> |
5 | 5 |
<artifactId>dnet45-container-parent</artifactId> |
6 |
<version>1.0.0-SNAPSHOT</version>
|
|
6 |
<version>1.0.0</version> |
|
7 | 7 |
</parent> |
8 | 8 |
<modelVersion>4.0.0</modelVersion> |
9 | 9 |
<groupId>eu.dnetlib</groupId> |
... | ... | |
17 | 17 |
<dependency> |
18 | 18 |
<groupId>eu.dnetlib</groupId> |
19 | 19 |
<artifactId>uoa-search</artifactId> |
20 |
<version>[3.0.0, 4.0.0)</version>
|
|
20 |
<version>[3.5.0]</version>
|
|
21 | 21 |
</dependency> |
22 | 22 |
<dependency> |
23 | 23 |
<groupId>eu.dnetlib</groupId> |
... | ... | |
28 | 28 |
<groupId>cglib</groupId> |
29 | 29 |
<artifactId>cglib</artifactId> |
30 | 30 |
</exclusion> |
31 |
<!-- <exclusion> |
|
32 |
<groupId>eu.dnetlib</groupId> |
|
33 |
<artifactId>cnr-cql-utils</artifactId> |
|
34 |
</exclusion> |
|
35 |
<exclusion> |
|
36 |
<groupId>eu.dnetlib</groupId> |
|
37 |
<artifactId>cnr-service-common</artifactId> |
|
38 |
</exclusion> |
|
39 |
--> |
|
40 | 31 |
</exclusions> |
41 | 32 |
</dependency> |
42 | 33 |
<dependency> |
... | ... | |
93 | 84 |
<artifactId>xml-apis</artifactId> |
94 | 85 |
<version>1.4.01</version> |
95 | 86 |
</dependency> |
87 |
|
|
96 | 88 |
</dependencies> |
97 | 89 |
|
98 | 90 |
</project> |
Also available in: Unified diff
minor changes