Project

General

Profile

« Previous | Next » 

Revision 45742

Exclusions for X3MEngine tests: module uses old libraries

View differences:

pom.xml
24 24
    </repositories>
25 25
	<dependencies>
26 26
		<dependency>
27
			<groupId>junit</groupId>
28
			<artifactId>junit</artifactId>
29
			<version>${junit.version}</version>
30
		</dependency>
31
		<dependency>
27 32
			<groupId>gr.forth.ics.isl</groupId>
28 33
			<artifactId>x3ml-engine</artifactId>
29
			<version>1.7.1</version>
34
			<version>1.7.3</version>
35
			<exclusions>
36
				<!-- Veryyy old: upgrade to guava >= 18 -->
37
				<!--<exclusion>-->
38
					<!--<groupId>com.google.collections</groupId>-->
39
					<!--<artifactId>google-collections</artifactId>-->
40
				<!--</exclusion>-->
41
				<!-- Never ever include xerces in a jar -->
42
				<!--<exclusion>-->
43
					<!--<groupId>xerces</groupId>-->
44
					<!--<artifactId>xercesImpl</artifactId>-->
45
				<!--</exclusion>-->
46
				<!-- old version that conflicts with the one needed by new CXF core 3.1.5,
47
				which imports 4.4.1, here you ask for the 4.0.9 and stax2-api 3.1.4 instead of those from cxf 3.0.3-->
48
				<exclusion>
49
					<groupId>org.codehaus.woodstox</groupId>
50
					<artifactId>woodstox-core-asl</artifactId>
51
				</exclusion>
52
			</exclusions>
30 53
		</dependency>
54
		<dependency>
55
			<groupId>org.springframework</groupId>
56
			<artifactId>spring-core</artifactId>
57
			<version>${spring.version}</version>
58
			<scope>test</scope>
59
		</dependency>
60

  
31 61
	</dependencies>
32 62
</project>

Also available in: Unified diff