Skip to content

Commit

Permalink
Updates (#54)
Browse files Browse the repository at this point in the history
Update of dependencies.
  • Loading branch information
cstamas authored Feb 27, 2024
1 parent d2be857 commit 749d9d9
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 38 deletions.
4 changes: 0 additions & 4 deletions incrementalbuild-workspace/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,6 @@
<artifactId>sisu-maven-plugin</artifactId>
<version>1.4</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>animal-sniffer-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
Expand Down
10 changes: 0 additions & 10 deletions incrementalbuild/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@
<dependency>
<groupId>com.google.inject</groupId>
<artifactId>guice</artifactId>
<classifier>no_aop</classifier>
<optional>true</optional>
</dependency>
<dependency>
Expand Down Expand Up @@ -120,13 +119,4 @@
<scope>test</scope>
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>animal-sniffer-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>
43 changes: 24 additions & 19 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,23 +90,23 @@
</scm>

<properties>
<apache-maven.version>3.8.6</apache-maven.version>
<mavenPluginPlugin.version>3.6.0</mavenPluginPlugin.version>
<apache-maven.version>3.9.6</apache-maven.version>
<mavenPluginPlugin.version>3.11.0</mavenPluginPlugin.version>
<slf4j.version>1.7.36</slf4j.version>
<junit.version>4.13.2</junit.version>
<guava.version>30.1.1-jre</guava.version>
<guava.version>33.0.0-jre</guava.version>
<!-- TODO: MessageCollectorTest deadlocks with 31.1, see why -->
<eclipse-sisu.version>0.3.5</eclipse-sisu.version>
<eclipse-sisu.version>0.9.0.M2</eclipse-sisu.version>
<plugin-testing.version>3.0.1</plugin-testing.version>
<takariLifecycleVersion>2.0.9</takariLifecycleVersion>
<takariLifecycleVersion>2.1.3</takariLifecycleVersion>
<takari.javaSourceVersion>1.8</takari.javaSourceVersion>
<classworlds.version>2.6.0</classworlds.version>
<classworlds.version>2.8.0</classworlds.version>
<takari.transitiveDependencyReference>error</takari.transitiveDependencyReference>
<takari.privatePackageReference>ignore</takari.privatePackageReference>
<incrementalbuild-workspace.version>1.0.1-SNAPSHOT</incrementalbuild-workspace.version>
<takari-builder-security-manager.version>1.0.1-SNAPSHOT</takari-builder-security-manager.version>
<maven-resolver.version>1.6.3</maven-resolver.version>
<maven-wagon.version>3.5.1</maven-wagon.version>
<maven-resolver.version>1.9.18</maven-resolver.version>
<maven-wagon.version>3.5.3</maven-wagon.version>

<argLine />
</properties>
Expand All @@ -131,7 +131,7 @@
<dependency>
<groupId>com.squareup</groupId>
<artifactId>javapoet</artifactId>
<version>1.7.0</version>
<version>1.13.0</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand All @@ -156,7 +156,7 @@
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>3.3.0</version>
<version>3.5.1</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
Expand Down Expand Up @@ -229,8 +229,7 @@
<dependency>
<groupId>com.google.inject</groupId>
<artifactId>guice</artifactId>
<version>4.2.2</version>
<classifier>no_aop</classifier>
<version>6.0.0</version>
</dependency>

<!-- test dependencies -->
Expand Down Expand Up @@ -258,6 +257,18 @@
<version>${apache-maven.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
<version>2.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest</artifactId>
<version>2.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand All @@ -270,16 +281,10 @@
<version>1.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
<version>1.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.14.0</version>
<version>3.25.3</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
10 changes: 5 additions & 5 deletions takari-builder/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,11 @@
</dependency>

<!-- TODO decide if this is a part of API or not -->
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand Down Expand Up @@ -150,11 +155,6 @@
<artifactId>assertj-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.maven.resolver</groupId>
<artifactId>maven-resolver-connector-basic</artifactId>
Expand Down

0 comments on commit 749d9d9

Please sign in to comment.