You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: driver-core/pom.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@
21
21
<version>2.0.0-beta3-SNAPSHOT</version>
22
22
</parent>
23
23
<artifactId>cassandra-driver-core</artifactId>
24
-
<packaging>jar</packaging>
24
+
<packaging>bundle</packaging>
25
25
<name>DataStax Java Driver for Apache Cassandra - Core</name>
26
26
<description>A driver for Apache Cassandra 1.2+ that works exclusively with the Cassandra Query Language version 3 (CQL3) and Cassandra's binary protocol.</description>
accepts("connections-per-host", "The number of connections per hosts (default: based on the number of threads)").withRequiredArg().ofType(Integer.class);
59
61
}};
60
62
Stringmsg = "Where <generator> can be one of " + generators.keySet() + "\n"
61
63
+ "You can get more help on a particular generator with: stress <generator> -h";
0 commit comments