Skip to content

Commit

Permalink
Merge pull request #23 from umjammer/0.1.12
Browse files Browse the repository at this point in the history
0.1.12
  • Loading branch information
umjammer authored Aug 14, 2024
2 parents 367bf69 + 1b7bf37 commit df63830
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 42 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>vavi</groupId>
<artifactId>vavi-net-auth</artifactId>
<version>0.1.11</version>
<version>0.1.12</version>

<modules>
<module>vavi-net-auth-common</module>
Expand Down Expand Up @@ -80,7 +80,7 @@
<dependency>
<groupId>vavi</groupId>
<artifactId>vavi-net-auth-common</artifactId>
<version>0.1.11</version>
<version>0.1.12</version>
</dependency>
<dependency>
<!-- tiny http server for oauth -->
Expand All @@ -100,7 +100,7 @@
<dependency>
<groupId>vavi</groupId>
<artifactId>vavi-net-auth-common</artifactId>
<version>0.1.11</version>
<version>0.1.12</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down
11 changes: 10 additions & 1 deletion vavi-net-auth-amazon/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>vavi</groupId>
<artifactId>vavi-net-auth</artifactId>
<version>0.1.11</version>
<version>0.1.12</version>
</parent>

<artifactId>vavi-net-auth-amazon</artifactId>
Expand Down Expand Up @@ -106,13 +106,22 @@
<groupId>io.netty</groupId>
<artifactId>netty-handler</artifactId>
</exclusion>
<exclusion>
<groupId>io.netty</groupId>
<artifactId>netty-codec-http</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-handler</artifactId>
<version>4.1.107.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-codec-http</artifactId>
<version>4.1.108.Final</version>
</dependency>

<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down
24 changes: 2 additions & 22 deletions vavi-net-auth-box/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>vavi</groupId>
<artifactId>vavi-net-auth</artifactId>
<version>0.1.11</version>
<version>0.1.12</version>
</parent>

<artifactId>vavi-net-auth-box</artifactId>
Expand Down Expand Up @@ -60,28 +60,8 @@
<dependency>
<groupId>com.box</groupId> <!-- box -->
<artifactId>box-java-sdk</artifactId>
<version>4.7.0</version>
<exclusions>
<exclusion>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
</exclusion>
<exclusion>
<groupId>com.squareup.okio</groupId>
<artifactId>okio-jvm</artifactId>
</exclusion>
</exclusions>
<version>4.9.1</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk18on</artifactId>
<version>1.78</version>
</dependency>
<dependency>
<groupId>com.squareup.okio</groupId>
<artifactId>okio-jvm</artifactId>
<version>3.9.0</version>
</dependency>

<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down
2 changes: 1 addition & 1 deletion vavi-net-auth-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>vavi</groupId>
<artifactId>vavi-net-auth</artifactId>
<version>0.1.11</version>
<version>0.1.12</version>
</parent>

<artifactId>vavi-net-auth-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vavi-net-auth-dropbox/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>vavi</groupId>
<artifactId>vavi-net-auth</artifactId>
<version>0.1.11</version>
<version>0.1.12</version>
</parent>

<artifactId>vavi-net-auth-dropbox</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vavi-net-auth-facebook/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>vavi</groupId>
<artifactId>vavi-net-auth</artifactId>
<version>0.1.11</version>
<version>0.1.12</version>
</parent>

<artifactId>vavi-net-auth-facebook</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vavi-net-auth-flickr/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>vavi</groupId>
<artifactId>vavi-net-auth</artifactId>
<version>0.1.11</version>
<version>0.1.12</version>
</parent>

<artifactId>vavi-net-auth-flickr</artifactId>
Expand Down
12 changes: 1 addition & 11 deletions vavi-net-auth-google/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>vavi</groupId>
<artifactId>vavi-net-auth</artifactId>
<version>0.1.11</version>
<version>0.1.12</version>
</parent>

<artifactId>vavi-net-auth-google</artifactId>
Expand Down Expand Up @@ -102,16 +102,6 @@
<artifactId>google-api-services-drive</artifactId>
<version>v3-rev20240123-2.0.0</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client</artifactId>
</exclusion>
<exclusion>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
Expand Down
2 changes: 1 addition & 1 deletion vavi-net-auth-microsoft/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>vavi</groupId>
<artifactId>vavi-net-auth</artifactId>
<version>0.1.11</version>
<version>0.1.12</version>
</parent>

<artifactId>vavi-net-auth-microsoft</artifactId>
Expand Down

0 comments on commit df63830

Please sign in to comment.