Skip to content

Commit

Permalink
update settings
Browse files Browse the repository at this point in the history
  • Loading branch information
umjammer committed May 4, 2024
1 parent f548240 commit af01efa
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 27 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<properties>
<vavi-commons-net.groupId>com.github.umjammer</vavi-commons-net.groupId> <!-- vavi -->
<vavi-commons-net.version>1.0.7</vavi-commons-net.version>
<vavi-commons-net.version>1.0.9</vavi-commons-net.version>
</properties>

<packaging>pom</packaging>
Expand Down
21 changes: 6 additions & 15 deletions vavi-net-auth-amazon/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,22 +32,18 @@
</profile>

<profile>
<id>local (not on CI)</id>
<id>local</id>
<activation>
<file>
<exists>${basedir}/local.properties</exists>
</file>
<property>
<name>env.JITPACK</name>
<value>!true</value>
</property>
</activation>
<build>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>properties-maven-plugin</artifactId>
<version>1.0.0</version>
<version>1.2.1</version>
<executions>
<execution>
<phase>initialize</phase>
Expand All @@ -62,20 +58,13 @@
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<trimStackTrace>false</trimStackTrace>
<argLine>
-Djava.util.logging.config.file=${project.build.testResources.testResource.directory}/logging.properties
-Djava.util.logging.config.file=${project.build.testOutputDirectory}/logging.properties
</argLine>
<environmentVariables>
<TEST_AMAZON_ACCOUNT>${test.account}</TEST_AMAZON_ACCOUNT>
Expand All @@ -84,6 +73,8 @@
</plugin>
</plugins>
</build>
</profile>
</profiles>

<repositories>
<repository>
Expand Down Expand Up @@ -120,7 +111,7 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-handler</artifactId>
<version>4.1.106.Final</version>
<version>4.1.107.Final</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion vavi-net-auth-box/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
<dependency>
<groupId>com.squareup.okio</groupId>
<artifactId>okio-jvm</artifactId>
<version>3.6.0</version>
<version>3.9.0</version>
</dependency>

<dependency>
Expand Down
8 changes: 4 additions & 4 deletions vavi-net-auth-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-java</artifactId>
<version>4.16.1</version>
<version>4.20.0</version>
</dependency>

<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-chrome-driver</artifactId>
<version>4.17.0</version>
<version>4.20.0</version>
</dependency>

<dependency>
Expand All @@ -63,7 +63,7 @@
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20231013</version>
<version>20240303</version>
</dependency>
<dependency>
<groupId>org.dmfs</groupId>
Expand All @@ -84,7 +84,7 @@
<dependency>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
<version>3.45.0.0</version>
<version>3.45.3.0</version>
<scope>runtime</scope>
</dependency>

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 @@ -61,7 +61,7 @@
<!-- dropbox -->
<groupId>com.dropbox.core</groupId>
<artifactId>dropbox-core-sdk</artifactId>
<version>5.4.6</version>
<version>7.0.0</version>
</dependency>

<dependency>
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 @@ -49,7 +49,7 @@
<!-- flickr -->
<groupId>com.flickr4java</groupId>
<artifactId>flickr4java</artifactId>
<version>3.0.8</version>
<version>3.0.9</version>
</dependency>

<dependency>
Expand Down
8 changes: 4 additions & 4 deletions vavi-net-auth-google/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<dependency>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client</artifactId>
<version>2.2.0</version>
<version>2.4.1</version>
<exclusions>
<exclusion>
<groupId>com.google.guava</groupId>
Expand All @@ -72,7 +72,7 @@
<dependency>
<groupId>com.google.auth</groupId>
<artifactId>google-auth-library-oauth2-http</artifactId>
<version>1.20.0</version>
<version>1.23.0</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -100,7 +100,7 @@
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-drive</artifactId>
<version>v3-rev20230413-2.0.0</version>
<version>v3-rev20240123-2.0.0</version>
<scope>test</scope>
<exclusions>
<exclusion>
Expand All @@ -122,7 +122,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcutil-jdk15to18</artifactId>
<version>1.77</version>
<version>1.78</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit af01efa

Please sign in to comment.