Skip to content

Commit

Permalink
JAVA-10625: Remove module immutables
Browse files Browse the repository at this point in the history
  • Loading branch information
freelansam committed Apr 12, 2022
1 parent 44726ef commit bebfb65
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 53 deletions.
6 changes: 0 additions & 6 deletions immutables/README.md

This file was deleted.

34 changes: 0 additions & 34 deletions immutables/pom.xml

This file was deleted.

13 changes: 0 additions & 13 deletions immutables/src/main/resources/logback.xml

This file was deleted.

1 change: 1 addition & 0 deletions libraries-3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ Remember, for advanced libraries like [Jackson](/jackson) and [JUnit](/testing-m
- [Using NullAway to Avoid NullPointerExceptions](https://www.baeldung.com/java-nullaway)
- [Introduction to Alibaba Arthas](https://www.baeldung.com/java-alibaba-arthas-intro)
- [Introduction to Structurizr](https://www.baeldung.com/structurizr)
- [Introduction to Immutables](https://www.baeldung.com/immutables)
- More articles [[<-- prev]](../libraries-2) [[next -->]](../libraries-4)
13 changes: 13 additions & 0 deletions libraries-3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,17 @@
<artifactId>structurizr-plantuml</artifactId>
<version>${structurizr.version}</version>
</dependency>
<dependency>
<groupId>org.immutables</groupId>
<artifactId>value</artifactId>
<version>${immutables.version}</version>
</dependency>
<dependency>
<groupId>org.mutabilitydetector</groupId>
<artifactId>MutabilityDetector</artifactId>
<version>${mutabilitydetector.version}</version>
<scope>test</scope>
</dependency>
</dependencies>

<repositories>
Expand Down Expand Up @@ -256,6 +267,8 @@
<plexus-compiler.version>2.8</plexus-compiler.version>
<errorprone.version>2.1.3</errorprone.version>
<structurizr.version>1.0.0</structurizr.version>
<immutables.version>2.5.6</immutables.version>
<mutabilitydetector.version>0.9.6</mutabilitydetector.version>
</properties>

</project>

0 comments on commit bebfb65

Please sign in to comment.