You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by nt...@apache.org on 2018/03/27 13:56:10 UTC

[3/3] cayenne git commit: CAY-2398 Deprecate cayenne-joda release notes and cleanup

CAY-2398 Deprecate cayenne-joda
  release notes and cleanup


Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo
Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/bddc400b
Tree: http://git-wip-us.apache.org/repos/asf/cayenne/tree/bddc400b
Diff: http://git-wip-us.apache.org/repos/asf/cayenne/diff/bddc400b

Branch: refs/heads/master
Commit: bddc400b93eb4be199c766705514b297b28f14f8
Parents: 2a6b79c
Author: Nikita Timofeev <st...@gmail.com>
Authored: Tue Mar 27 16:55:19 2018 +0300
Committer: Nikita Timofeev <st...@gmail.com>
Committed: Tue Mar 27 16:55:19 2018 +0300

----------------------------------------------------------------------
 RELEASE-NOTES.txt    |  1 +
 cayenne-joda/pom.xml | 14 +++++---------
 2 files changed, 6 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cayenne/blob/bddc400b/RELEASE-NOTES.txt
----------------------------------------------------------------------
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 0ce5f8d..acdd968 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -21,6 +21,7 @@ CAY-2393 Add sqlserver-docker profile to automate tests on SQLServer
 CAY-2394 Upgrade to Apache Velocity 2.0
 CAY-2395 cdbimport: add option to create project file
 CAY-2396 Upgrade maven-assembly-plugin to 3.1.0
+CAY-2398 Deprecate cayenne-joda
 CAY-2403 Extract eventbridges to top level
 CAY-2404 Move itests to maven-plugins
 CAY-2406 Add prefetch-related API to SQLSelect

http://git-wip-us.apache.org/repos/asf/cayenne/blob/bddc400b/cayenne-joda/pom.xml
----------------------------------------------------------------------
diff --git a/cayenne-joda/pom.xml b/cayenne-joda/pom.xml
index 42e5ce1..9507517 100644
--- a/cayenne-joda/pom.xml
+++ b/cayenne-joda/pom.xml
@@ -52,6 +52,11 @@
 			<artifactId>joda-time</artifactId>
 			<scope>compile</scope>
 		</dependency>
+		<dependency>
+			<groupId>org.slf4j</groupId>
+			<artifactId>slf4j-api</artifactId>
+			<scope>compile</scope>
+		</dependency>
 
 		<!-- Test dependencies -->
 		<dependency>
@@ -91,18 +96,9 @@
 		</dependency>
 		<dependency>
 			<groupId>org.slf4j</groupId>
-			<artifactId>slf4j-api</artifactId>
-			<scope>test</scope>
-		</dependency>
-		<dependency>
-			<groupId>org.slf4j</groupId>
 			<artifactId>slf4j-simple</artifactId>
 			<scope>test</scope>
 		</dependency>
-		<dependency>
-			<groupId>org.slf4j</groupId>
-			<artifactId>slf4j-api</artifactId>
-		</dependency>
 	</dependencies>
 	<build>
 		<plugins>