Description: Set the version of the reactor dependencies (otherwise the build fails)
Author: Emmanuel Bourg <ebourg@apache.org>
Forwarded: not-needed
--- a/scram-client/pom.xml
+++ b/scram-client/pom.xml
@@ -17,6 +17,7 @@
     <dependency>
       <groupId>com.ongres.scram</groupId>
       <artifactId>scram-common</artifactId>
+      <version>${project.version}</version>
     </dependency>
   </dependencies>
 
