diff options
Diffstat (limited to 'standardization/api-custom-header/pom.xml')
-rw-r--r-- | standardization/api-custom-header/pom.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/standardization/api-custom-header/pom.xml b/standardization/api-custom-header/pom.xml index a2cf6615..4f58163b 100644 --- a/standardization/api-custom-header/pom.xml +++ b/standardization/api-custom-header/pom.xml @@ -20,7 +20,7 @@ language governing permissions and limitations under the License. <parent> <groupId>org.onap.dcaegen2.services.sdk</groupId> <artifactId>dcaegen2-services-sdk-standardization</artifactId> - <version>1.8.9-SNAPSHOT</version> + <version>${revision}</version> <relativePath>..</relativePath> </parent> @@ -42,7 +42,6 @@ language governing permissions and limitations under the License. <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> - <version>2.8.5</version> </dependency> <dependency> <groupId>org.jetbrains</groupId> |