Skip to content

Commit

Permalink
Merge pull request #62 from spinnaker/fix-swagger-annotations
Browse files Browse the repository at this point in the history
Use the correct annotation packages so the annotations are picked up …
  • Loading branch information
anotherchrisberry committed Jan 12, 2016
2 parents ec5af3a + e54f7da commit ef30f0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,9 @@ package com.netflix.spinnaker.rosco.api

import com.fasterxml.jackson.annotation.JsonProperty
import com.google.gson.annotations.SerializedName
import com.wordnik.swagger.annotations.ApiModelProperty
import groovy.transform.CompileStatic
import groovy.transform.Immutable
import org.springframework.beans.factory.annotation.Value
import io.swagger.annotations.ApiModelProperty

/**
* A request to bake a new machine image.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,13 @@ import com.netflix.spinnaker.rosco.providers.registry.CloudProviderBakeHandlerRe
import com.netflix.spinnaker.rosco.rush.api.RushService
import com.netflix.spinnaker.rosco.rush.api.ScriptExecution
import com.netflix.spinnaker.rosco.rush.api.ScriptRequest
import com.wordnik.swagger.annotations.ApiOperation
import com.wordnik.swagger.annotations.ApiParam
import groovy.util.logging.Slf4j
import io.swagger.annotations.ApiOperation
import io.swagger.annotations.ApiParam
import org.springframework.beans.factory.annotation.Autowired
import org.springframework.beans.factory.annotation.Value
import org.springframework.http.HttpStatus
import org.springframework.web.bind.annotation.*
import retrofit.http.Path

@RestController
@Slf4j
Expand Down

0 comments on commit ef30f0b

Please sign in to comment.