Skip to content

Commit

Permalink
Release http 2 sampler
Browse files Browse the repository at this point in the history
  • Loading branch information
undera committed Jul 22, 2017
1 parent 9be2636 commit 6af3e14
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@

# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
/http2/datawriter
25 changes: 13 additions & 12 deletions http2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@
<modelVersion>4.0.0</modelVersion>

<groupId>com.blazemeter.jmeter</groupId>
<artifactId>http2</artifactId>
<artifactId>jmeter-bzm-http2</artifactId>
<packaging>jar</packaging>
<version>1.0</version>
<name>HTTP/2 Sampler as JMeter Plugin</name>

<properties>
<version.org.apache.jmeter.all>3.2</version.org.apache.jmeter.all>
<netty.version>9.4.0.v20161208</netty.version>
</properties>

<dependencies>
Expand All @@ -31,55 +32,55 @@
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-client</artifactId>
<version>9.4.0.v20161208</version>
<version>${netty.version}</version>
</dependency>

<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-util</artifactId>
<version>9.4.0.v20161208</version>
<version>${netty.version}</version>
</dependency>

<dependency>
<groupId>org.eclipse.jetty.http2</groupId>
<artifactId>http2-client</artifactId>
<version>9.4.0.v20161208</version>
<version>${netty.version}</version>
</dependency>

<dependency>
<groupId>org.eclipse.jetty.http2</groupId>
<artifactId>http2-common</artifactId>
<version>9.4.0.v20161208</version>
<version>${netty.version}</version>
</dependency>

<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-http</artifactId>
<version>9.4.0.v20161208</version>
<version>${netty.version}</version>
</dependency>

<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-io</artifactId>
<version>9.4.0.v20161208</version>
<version>${netty.version}</version>
</dependency>

<dependency>
<groupId>org.eclipse.jetty.http2</groupId>
<artifactId>http2-hpack</artifactId>
<version>9.4.0.v20161208</version>
<version>${netty.version}</version>
</dependency>

<dependency>
<groupId>org.eclipse.jetty.osgi</groupId>
<artifactId>jetty-osgi-alpn</artifactId>
<version>9.4.0.v20161208</version>
<version>${netty.version}</version>
</dependency>

<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-alpn-client</artifactId>
<version>9.4.0.v20161208</version>
<version>${netty.version}</version>
</dependency>

<dependency>
Expand All @@ -88,7 +89,6 @@
<version>2.8.47</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand All @@ -99,8 +99,9 @@
<dependency>
<groupId>kg.apc</groupId>
<artifactId>jmeter-plugins-cmn-jmeter</artifactId>
<version>0.3</version>
<version>0.5</version>
</dependency>

<dependency>
<groupId>kg.apc</groupId>
<artifactId>jmeter-plugins-emulators</artifactId>
Expand Down

0 comments on commit 6af3e14

Please sign in to comment.