Skip to content

Commit

Permalink
remove modeshape dep - vendor inflector (#234)
Browse files Browse the repository at this point in the history
* remove modeshape dep - vendor inflector

* fix permalink
  • Loading branch information
danielnorberg authored Feb 4, 2022
1 parent 92aafbf commit 182131e
Show file tree
Hide file tree
Showing 4 changed files with 577 additions and 16 deletions.
5 changes: 0 additions & 5 deletions dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,6 @@
<artifactId>javapoet</artifactId>
<version>1.13.0</version>
</dependency>
<dependency>
<groupId>org.modeshape</groupId>
<artifactId>modeshape-common</artifactId>
<version>5.4.1.Final</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
Expand Down
10 changes: 0 additions & 10 deletions processor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,16 +49,6 @@
<groupId>com.squareup</groupId>
<artifactId>javapoet</artifactId>
</dependency>
<dependency>
<groupId>org.modeshape</groupId>
<artifactId>modeshape-common</artifactId>
<exclusions>
<exclusion>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
</exclusion>
</exclusions>
</dependency>

<!--test deps-->
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@
import javax.lang.model.type.TypeMirror;
import javax.lang.model.util.Elements;
import javax.lang.model.util.Types;
import org.modeshape.common.text.Inflector;

/**
* An annotation processor that takes a value type defined as an interface with getter methods and
Expand Down
Loading

0 comments on commit 182131e

Please sign in to comment.