4.0.0
  
    com.google.protobuf
    protobuf-parent
    3.11.2
  
  protobuf-java-util
  bundle
  Protocol Buffers [Util]
  Utilities for Protocol Buffers
  
    
      ${project.groupId}
      protobuf-java
    
    
      com.google.guava
      guava
    
    
      com.google.errorprone
      error_prone_annotations
      2.3.4
    
    
      com.google.guava
      guava-testlib
      test
    
    
      com.google.code.gson
      gson
      2.8.6
    
    
      junit
      junit
    
    
      org.easymock
      easymock
    
    
      org.easymock
      easymockclassextension
    
    
      com.google.truth
      truth
      test
    
  
  
    
    ../core/src/test/proto
  
  
    
      
        maven-antrun-plugin
        
          
          
            generate-test-sources
            generate-test-sources
            
              
                
                
                
                
                  
                  
                  
                  
                
              
            
            
              run
            
          
        
      
      
      
        org.codehaus.mojo
        build-helper-maven-plugin
        
          
            add-generated-test-sources
            generate-test-sources
            
              add-test-source
            
            
              
                ${generated.testsources.dir}
              
            
          
        
      
      
      
        org.apache.felix
        maven-bundle-plugin
        true
        
          
            com.google.protobuf.util 
            https://developers.google.com/protocol-buffers/
            com.google.protobuf.util
            com.google.protobuf.util;version=${project.version}
          
        
      
      
      
        maven-assembly-plugin
        
          
            jar-with-dependencies