Skip to content

Commit

Permalink
zxing dependencies added to broker assembly
Browse files Browse the repository at this point in the history
Signed-off-by: Gianluca Barbon <gianluca.barbon@eurotech.com>
  • Loading branch information
gbarbon authored and Coduz committed Nov 24, 2020
1 parent f52b023 commit d269b58
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assembly/broker/descriptors/kapua-broker.xml
Expand Up @@ -223,7 +223,7 @@
<include>org.yaml:snakeyaml</include>
<include>javax.cache:cache-api</include>
<include>com.warrenstrange:googleauth</include>
<include>com.google.zxing:javase</include>
<include>com.google.zxing:core</include>

<include>${pom.groupId}:kapua-account-api</include>
<include>${pom.groupId}:kapua-account-internal</include>
Expand Down
2 changes: 1 addition & 1 deletion assembly/broker/pom.xml
Expand Up @@ -410,7 +410,7 @@
<!-- QR code generation -->
<dependency>
<groupId>com.google.zxing</groupId>
<artifactId>javase</artifactId>
<artifactId>core</artifactId>
</dependency>

</dependencies>
Expand Down
5 changes: 5 additions & 0 deletions pom.xml
Expand Up @@ -1799,6 +1799,11 @@
</dependency>

<!-- QR code generation -->
<dependency>
<groupId>com.google.zxing</groupId>
<artifactId>core</artifactId>
<version>${zxing.version}</version>
</dependency>
<dependency>
<groupId>com.google.zxing</groupId>
<artifactId>javase</artifactId>
Expand Down

0 comments on commit d269b58

Please sign in to comment.