Revision 93:1809b4f5940b pom.xml

View differences:

pom.xml
772 772
		</dependency>
773 773
		<dependency>
774 774
			<groupId>com.sun.jersey</groupId>
775
			<artifactId>jersey-server</artifactId>
775
			<artifactId>jersey-core</artifactId>
776 776
			<version>1.8</version>
777
			<scope>provided</scope>
777 778
		</dependency>
778 779
		<dependency>
779 780
			<groupId>com.sun.jersey</groupId>
780 781
			<artifactId>jersey-json</artifactId>
781 782
			<version>1.8</version>
782
			<exclusions>
783
				<exclusion>
784
					<artifactId>stax-api</artifactId>
785
					<groupId>stax</groupId>
786
				</exclusion>
787
				<exclusion>
788
					<artifactId>jaxb-impl</artifactId>
789
					<groupId>com.sun.xml.bind</groupId>
790
				</exclusion>
791
				<exclusion>
792
					<artifactId>jackson-jaxrs</artifactId>
793
					<groupId>org.codehaus.jackson</groupId>
794
				</exclusion>
795
				<exclusion>
796
					<artifactId>jackson-mapper-asl</artifactId>
797
					<groupId>org.codehaus.jackson</groupId>
798
				</exclusion>
799
			</exclusions>
783
			<scope>provided</scope>
800 784
		</dependency>
801 785
	</dependencies>
802 786
</project>

Also available in: Unified diff