diff --git a/odata_renderer/src/main/java/com/sdl/odata/unmarshaller/atom/ODataAtomParser.java b/odata_renderer/src/main/java/com/sdl/odata/unmarshaller/atom/ODataAtomParser.java index b6af4a40..6db1b1eb 100644 --- a/odata_renderer/src/main/java/com/sdl/odata/unmarshaller/atom/ODataAtomParser.java +++ b/odata_renderer/src/main/java/com/sdl/odata/unmarshaller/atom/ODataAtomParser.java @@ -1,12 +1,12 @@ /** * Copyright (c) 2014 All Rights Reserved by the SDL Group. - *

+ * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - *

- * http://www.apache.org/licenses/LICENSE-2.0 - *

+ * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/pom.xml b/pom.xml index bd7ba7ab..3c7be216 100644 --- a/pom.xml +++ b/pom.xml @@ -102,7 +102,7 @@ 1.1.1 3.0.8 3.1.0 - 1.7.30 + 1.7.36 5.1.20.RELEASE 2.1.18.RELEASE 9.0.62 @@ -136,7 +136,11 @@ ch.qos.logback logback-classic ${logback.version} - runtime + + + ch.qos.logback + logback-core + ${logback.version}