You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ol...@apache.org on 2012/12/17 22:58:38 UTC

svn commit: r1423178 - /commons/proper/ognl/trunk/pom.xml

Author: olamy
Date: Mon Dec 17 21:58:37 2012
New Revision: 1423178

URL: http://svn.apache.org/viewvc?rev=1423178&view=rev
Log:
do not run benchmarks per default

Modified:
    commons/proper/ognl/trunk/pom.xml

Modified: commons/proper/ognl/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/ognl/trunk/pom.xml?rev=1423178&r1=1423177&r2=1423178&view=diff
==============================================================================
--- commons/proper/ognl/trunk/pom.xml (original)
+++ commons/proper/ognl/trunk/pom.xml Mon Dec 17 21:58:37 2012
@@ -199,6 +199,19 @@ limitations under the License.
       <artifactId>javassist</artifactId>
       <version>3.12.1.GA</version>
     </dependency>
+    <dependency>
+      <groupId>com.carrotsearch</groupId>
+      <artifactId>junit-benchmarks</artifactId>
+      <classifier>jdk15</classifier>
+      <version>0.3.0</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>ognl</groupId>
+      <artifactId>ognl</artifactId>
+      <version>3.0.2</version>
+      <scope>test</scope>
+    </dependency>
   </dependencies>
 
   <build>
@@ -415,8 +428,8 @@ limitations under the License.
       <id>benchmarks</id>
       <activation>
         <property>
-          <name>skipBenchmarks</name>
-          <value>!true</value>
+          <name>runBenchmarks</name>
+          <value>true</value>
         </property>
       </activation>