Fixing merge conflict

pull/8689/head
Deanna Garcia 4 years ago
parent 506f2273d1
commit 50a317556a
  1. 16
      java/kotlin/pom.xml

@ -219,22 +219,6 @@
</execution> </execution>
</executions> </executions>
</plugin> </plugin>
<<<<<<< HEAD
<!-- OSGI bundle configuration -->
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<extensions>true</extensions>
<configuration>
<instructions>
<Automatic-Module-Name>com.google.protobuf</Automatic-Module-Name> <!-- Java9+ Jigsaw module name -->
<Bundle-DocURL>https://developers.google.com/protocol-buffers/</Bundle-DocURL>
<Bundle-SymbolicName>com.google.protobuf</Bundle-SymbolicName>
<Export-Package>com.google.protobuf;version=${project.version}</Export-Package>
<Import-Package>sun.misc;resolution:=optional,*</Import-Package>
</instructions>
</configuration>
</plugin>
<plugin> <plugin>
<groupId>org.jetbrains.dokka</groupId> <groupId>org.jetbrains.dokka</groupId>
<artifactId>dokka-maven-plugin</artifactId> <artifactId>dokka-maven-plugin</artifactId>

Loading…
Cancel
Save