Skip to content

Commit 268c744

Browse files
committed
Make Proton-J a mandatory dependency
Fixes #18
1 parent c1e74f9 commit 268c744

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

pom.xml

-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@
136136
<groupId>org.apache.qpid</groupId>
137137
<artifactId>proton-j</artifactId>
138138
<version>${proton-j.version}</version>
139-
<optional>true</optional>
140139
</dependency>
141140

142141
<dependency>

src/docs/asciidoc/setup.adoc

-10
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,6 @@ Refer to the https://rabbitmq.com/stream.html[stream plugin documentation] for m
9292

9393
Use your favorite build management tool to add the client dependencies to your project.
9494

95-
Note the client uses the https://github.com/apache/qpid-proton-j[Apache QPid Proton-J]
96-
library for <<api.adoc#working-with-complex-messages,AMQP 1.0 message encoding and decoding>>.
97-
9895
==== Maven
9996

10097
.pom.xml
@@ -108,12 +105,6 @@ library for <<api.adoc#working-with-complex-messages,AMQP 1.0 message encoding a
108105
<version>{project-version}</version>
109106
</dependency>
110107
111-
<dependency>
112-
<groupId>org.apache.qpid</groupId>
113-
<artifactId>proton-j</artifactId>
114-
<version>{protonj-version}</version>
115-
</dependency>
116-
117108
</dependencies>
118109
----
119110

@@ -126,7 +117,6 @@ Milestones and snapshots require to declare the <<milestones-and-snapshots,appro
126117
----
127118
dependencies {
128119
compile "com.rabbitmq:stream-client:{project-version}"
129-
compile "org.apache.qpid:proton-j:{protonj-version}"
130120
}
131121
----
132122

0 commit comments

Comments
 (0)