Skip to content

Commit

Permalink
text-commonize now integrated as a part of Relic .
Browse files Browse the repository at this point in the history
  • Loading branch information
furplag committed Feb 9, 2022
1 parent 76b2120 commit 45e685a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 51 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,13 @@ Add the following snippet to any project's pom that depends on your project
<dependency>
<groupId>jp.furplag.sandbox</groupId>
<artifactId>relic</artifactId>
<version>[4.1,)</version>
<version>5.0.0</version>
</dependency>
</dependencies>
```

## Feauture

### Reflections
enable to unsafe access to the Object .
### Streamr
Expand Down
34 changes: 1 addition & 33 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>jp.furplag.sandbox</groupId>
<artifactId>relic</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0</version>
<packaging>jar</packaging>
<inceptionYear>2018</inceptionYear>
<name>${project.artifactId}</name>
Expand Down Expand Up @@ -70,7 +70,6 @@
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>

<jackson-core.version>2.13.1</jackson-core.version>
<google-java-format.version>1.13.0</google-java-format.version>
<commons-lang3.version>3.12.0</commons-lang3.version>
<junit.jupiter.version>5.8.2</junit.jupiter.version>
Expand All @@ -95,37 +94,6 @@
<repositories />

<dependencies>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>${jackson-core.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>${jackson-core.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>${jackson-core.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-parameter-names</artifactId>
<version>${jackson-core.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-jdk8</artifactId>
<version>${jackson-core.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-jsr310</artifactId>
<version>${jackson-core.version}</version>
</dependency>

<dependency>
<groupId>com.google.googlejavaformat</groupId>
<artifactId>google-java-format</artifactId>
Expand Down
17 changes: 0 additions & 17 deletions src/main/java/jp/furplag/sandbox/json/package-info.java

This file was deleted.

0 comments on commit 45e685a

Please sign in to comment.