Author: lresende
Date: Tue Oct 23 16:36:23 2012
New Revision: 1401346
URL: http://svn.apache.org/viewvc?rev=1401346&view=rev
Log:
Adding thrift provider to build
Modified:
incubator/wink/trunk/wink-providers/pom.xml
Modified: incubator/wink/trunk/wink-providers/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wink/trunk/wink-providers/pom.xml?rev=1401346&r1=1401345&r2=1401346&view=diff
==============================================================================
--- incubator/wink/trunk/wink-providers/pom.xml (original)
+++ incubator/wink/trunk/wink-providers/pom.xml Tue Oct 23 16:36:23 2012
@@ -35,6 +35,7 @@
<module>wink-jackson-provider</module>
<module>wink-json4j-provider</module>
<module>wink-protobuf-provider</module>
+ <module>wink-thrift-provider</module>
</modules>
<!-- [rfeng] Only include the thrift provider as the thrift.jar is compiled using
JDK 6 level -->
<profiles>
|