4.0.0
    org.dataone
    bookkeeper
    0.1.0-SNAPSHOT
    
        UTF-8
        2.0.0
        1.4.2
        5.4.2
        5.4.2
        42.2.6
        0.13.1
        5.2.4
        2.28.2
        2.3.1
        2.22.0
        2.22.0
        3.2.1
        3.1.2
        3.8.1
        3.0.0-M1
        3.0.0-M1
        7.9
        bookkeeper-client
        target/original-bookkeeper-${project.version}.jar
        0.30.0
        
        d1bookkeeper
        0.3.0
        1.0-SNAPSHOT
    
    
        
            false
            jenkins.dataone.org
            DataONE
            ${url}
            default
        
    
    
        
            io.dropwizard
            dropwizard-core
            ${dropwizard.version}
        
        
            io.dropwizard
            dropwizard-json-logging
            ${dropwizard.version}
        
        
            io.dropwizard
            dropwizard-testing
            ${dropwizard.version}
            test
        
       
            io.dropwizard
            dropwizard-jdbi3
            ${dropwizard.version}
        
        
            io.dropwizard
            dropwizard-auth
            ${dropwizard.version}
        
        
            org.postgresql
            postgresql
            ${postgresql.version}
        
        
            com.opentable.components
            otj-pg-embedded
            ${embedded-pg.version}
            test
        
        
            org.flywaydb
            flyway-maven-plugin
            ${flyway.version}
        
        
            org.mockito
            mockito-core
            ${mockito.version}
            test
        
        
            org.dataone
            d1_libclient_java
            ${d1libclient.version}
            
                
                    org.junit
                    junit
                
            
        
        
            org.junit.platform
            junit-platform-launcher
            ${junit.platform.version}
            test
        
        
            org.junit.jupiter
            junit-jupiter
            ${junit.jupiter.version}
            test
        
        
            org.junit.vintage
            junit-vintage-engine
            ${junit.vintage.version}
            test
        
        
            com.nimbusds
            nimbus-jose-jwt
            ${nimbus.version}
        
        
            org.dataone
            bookkeeper-api
            ${bookkeeper-api.version}
        
    
    
        
            dataone.org
            http://maven.dataone.org/
            
                true
            
            
                true
            
        
    
    
        
            
                maven-surefire-plugin
                ${maven.surefire.version}
                
                    
                        **/Test*.java
                        **/*Test.java
                        **/*Tests.java
                        **/*TestCase.java
                    
                
                
                    
                        org.junit.platform
                        junit-platform-launcher
                        ${junit.platform.version}
                    
                    
                        org.junit.jupiter
                        junit-jupiter
                        ${junit.jupiter.version}
                    
                    
                        org.junit.vintage
                        junit-vintage-engine
                        ${junit.vintage.version}
                    
                
            
            
                maven-failsafe-plugin
                ${maven.failsafe.version}
            
            
                org.flywaydb
                flyway-maven-plugin
                ${flyway.version}
                
                    
                        org.postgresql
                        postgresql
                        ${postgresql.version}
                    
                
            
            
                org.apache.maven.plugins
                maven-compiler-plugin
                ${maven.compiler.version}
                
                    8
                    8
                
            
            
                org.apache.maven.plugins
                maven-shade-plugin
                ${maven.shade.version}
                
                    
                        
                            shade
                        
                    
                
                
                    true
                    
                        
                            *:*
                            
                                META-INF/*.SF
                                META-INF/*.DSA
                                META-INF/*.RSA
                            
                        
                    
                    
                        
                        
                            org.dataone.bookkeeper.Bookkeeper
                        
                    
                
            
            
                org.apache.maven.plugins
                maven-jar-plugin
                ${maven.jar.version}
                
                    
                        
                            true
                        
                    
                
            
            
                org.apache.maven.plugins
                maven-install-plugin
                ${maven.install.version}
                
                    
                        
                            install-file
                        
                        install
                        
                            ${project.groupId}
                            ${client.artifact.id}
                            ${unshaded.jar.file}
                            ${project.version}
                            false
                            pom.xml
                        
                    
                
            
             
                org.apache.maven.plugins
                maven-deploy-plugin
                ${maven.deploy.version}
                
                    
                        deploy-file
                        
                            deploy-file
                        
                        deploy
                        
                            ${url}
                            ${project.groupId}
                            ${client.artifact.id}
                            ${unshaded.jar.file}
                            ${project.version}
                            false
                            pom.xml
                            jar
                            jenkins.dataone.org
                        
                    
                
            
            
                io.fabric8
                docker-maven-plugin
                ${io.fabric8.version}
                
                    
                        
                            ${docker.repo}/bookkeeper:${docker.tag}
                            
                                ${project.basedir}