protobuf+grpc+examples

从下载后的grpc-java-master中的examples

pom.xml是有问题的

以下是修改后的pom.xml,注意JDK版本要在1.6或以上



	4.0.0

	com.qifan
	qfgrpc
	0.0.1-qfgrpc
	jar

	qfgrpc
	http://maven.apache.org



	
		UTF-8
	

	

		
			junit
			junit
			4.11
			test
		
		
			io.grpc
			grpc-all
			1.4.0
		
		
			io.grpc
			grpc-testing
			1.4.0
			test
		
		
			org.mockito
			mockito-core
			1.9.5
			test
		
	


	
		
			
				kr.motd.maven
				os-maven-plugin
				1.4.1.Final
			
		
		
			
				org.xolstice.maven.plugins
				protobuf-maven-plugin
				0.5.0
				
					
					com.google.protobuf:protoc:3.2.0:exe:${os.detected.classifier}
					grpc-java
					io.grpc:protoc-gen-grpc-java:1.3.0:exe:${os.detected.classifier}
				
				
					
						
							compile
							compile-custom
						
					
				
			
		
	



你可能感兴趣的:(maven)