|
@ -67,6 +67,14 @@ |
|
|
</extension> |
|
|
</extension> |
|
|
</extensions> |
|
|
</extensions> |
|
|
<plugins> |
|
|
<plugins> |
|
|
|
|
|
<plugin> |
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId> |
|
|
|
|
|
<artifactId>maven-compiler-plugin</artifactId> |
|
|
|
|
|
<configuration> |
|
|
|
|
|
<source>7</source> |
|
|
|
|
|
<target>7</target> |
|
|
|
|
|
</configuration> |
|
|
|
|
|
</plugin> |
|
|
<plugin> |
|
|
<plugin> |
|
|
<groupId>org.xolstice.maven.plugins</groupId> |
|
|
<groupId>org.xolstice.maven.plugins</groupId> |
|
|
<artifactId>protobuf-maven-plugin</artifactId> |
|
|
<artifactId>protobuf-maven-plugin</artifactId> |
|
|