aboutsummaryrefslogtreecommitdiff
path: root/repl/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'repl/pom.xml')
-rw-r--r--repl/pom.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/repl/pom.xml b/repl/pom.xml
index ba7a051310..04b2c35beb 100644
--- a/repl/pom.xml
+++ b/repl/pom.xml
@@ -73,7 +73,9 @@
<profile>
<id>hadoop1</id>
<activation>
- <activeByDefault>true</activeByDefault>
+ <property>
+ <name>!hadoop</name>
+ </property>
</activation>
<properties>
<classifier>hadoop1</classifier>