diff --git a/modules/product/commerce_product.info b/modules/product/commerce_product.info
index abc14e8..9625937 100644
--- a/modules/product/commerce_product.info
+++ b/modules/product/commerce_product.info
@@ -1,7 +1,6 @@
 name = Product
 description = Defines the Product entity and associated features.
 package = Commerce
-dependencies[] = rules
 dependencies[] = commerce
 dependencies[] = commerce_price
 core = 7.x
diff --git a/modules/product/tests/commerce_product_crud_test.info b/modules/product/tests/commerce_product_crud_test.info
index 473edcc..b3eb0c9 100644
--- a/modules/product/tests/commerce_product_crud_test.info
+++ b/modules/product/tests/commerce_product_crud_test.info
@@ -1,6 +1,7 @@
 name = "Commerce product crud test"
 description = "Support module for product related testing."
 package = Testing
+dependencies[] = rules
 version = VERSION
 core = 7.x
 hidden = TRUE
