All Downloads are FREE. Search and download functionalities are using the official Maven repository.

JavaJaxRS.spec.pom.mustache Maven / Gradle / Ivy

There is a newer version: 7.7.0
Show newest version

  4.0.0
  {{groupId}}
  {{artifactId}}
  {{#interfaceOnly}}jar{{/interfaceOnly}}{{^interfaceOnly}}war{{/interfaceOnly}}
  {{artifactId}}
  {{artifactVersion}}
  
    src/main/java
    {{#interfaceOnly}}
      
        org.apache.maven.plugins
        maven-jar-plugin
        2.2
      {{/interfaceOnly}}{{^interfaceOnly}}
      
        org.apache.maven.plugins
        maven-war-plugin
        3.1.0
        
            false
        
      
      
        maven-failsafe-plugin
        2.6
        
          
            
              integration-test
              verify
            
          
        
      {{/interfaceOnly}}
    
  
  
    
      javax.ws.rs
      javax.ws.rs-api
      2.0
      provided
    
    {{#useSwaggerAnnotations}}
    
      io.swagger
      swagger-annotations
      provided
      1.5.3
    
    {{/useSwaggerAnnotations}}
    
      junit
      junit
      ${junit-version}
      test
    {{^interfaceOnly}}
    
      org.testng
      testng
      6.8.8
      test
      
        
          junit
          junit
        
        
          snakeyaml
          org.yaml
        
        
          bsh
          org.beanshell
        
      
    {{/interfaceOnly}}
    {{#useBeanValidation}}
    
    
        javax.validation
        validation-api
        1.1.0.Final
        provided
    
{{/useBeanValidation}}
  
  
    4.8.1
  





© 2015 - 2024 Weber Informatics LLC | Privacy Policy