Skip to content

Commit

Permalink
remove javassit dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
xiemalin committed Feb 18, 2021
1 parent 4cb06e4 commit d7b2100
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<java.version>1.7</java.version>
<java.version>1.8</java.version>
<junit.version>4.13.1</junit.version>
<auto.value.version>1.0-rc2</auto.value.version>
</properties>
Expand Down Expand Up @@ -63,11 +63,6 @@
<version>3.12.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>javassist</groupId>
<artifactId>javassist</artifactId>
<version>3.12.1.GA</version>
</dependency>
<dependency>
<groupId>com.google.auto.value</groupId>
<artifactId>auto-value</artifactId>
Expand Down Expand Up @@ -184,7 +179,7 @@
</goals>
</execution>
</executions>
</plugin>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit d7b2100

Please sign in to comment.