File: 01-bundle-dependencies.patch

package info (click to toggle)
hawtbuf 1.10-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 876 kB
  • ctags: 1,256
  • sloc: java: 9,139; xml: 656; makefile: 5
file content (23 lines) | stat: -rw-r--r-- 652 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Description: Set the type of the internal dependencies
Author: Emmanuel Bourg <ebourg@apache.org>
Forwarded: not-needed
--- a/hawtbuf-proto/pom.xml
+++ b/hawtbuf-proto/pom.xml
@@ -36,6 +36,7 @@
       <groupId>org.fusesource.hawtbuf</groupId>
       <artifactId>hawtbuf</artifactId>
       <version>1.10</version>
+      <type>bundle</type>
     </dependency>
     
     <dependency>
--- a/hawtbuf-protoc/pom.xml
+++ b/hawtbuf-protoc/pom.xml
@@ -38,6 +38,7 @@
       <groupId>org.fusesource.hawtbuf</groupId>
       <artifactId>hawtbuf-proto</artifactId>
       <version>1.10</version>
+      <type>bundle</type>
     </dependency>
 
     <dependency>