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/01/29 14:45:25 UTC

cayenne git commit: Remove unneeded dependency

Repository: cayenne
Updated Branches:
  refs/heads/master 5cbb4f089 -> f9b725a56


Remove unneeded dependency


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

Branch: refs/heads/master
Commit: f9b725a567d7de58c6fec5e823d9bb8a107ca310
Parents: 5cbb4f0
Author: Nikita Timofeev <st...@gmail.com>
Authored: Mon Jan 29 17:45:13 2018 +0300
Committer: Nikita Timofeev <st...@gmail.com>
Committed: Mon Jan 29 17:45:13 2018 +0300

----------------------------------------------------------------------
 docs/doc/pom.xml | 5 -----
 pom.xml          | 6 ------
 2 files changed, 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cayenne/blob/f9b725a5/docs/doc/pom.xml
----------------------------------------------------------------------
diff --git a/docs/doc/pom.xml b/docs/doc/pom.xml
index e502be1..68b7462 100644
--- a/docs/doc/pom.xml
+++ b/docs/doc/pom.xml
@@ -83,11 +83,6 @@
 			<artifactId>servlet-api</artifactId>
 		</dependency>
 
-		<dependency>
-			<groupId>opensymphony</groupId>
-			<artifactId>oscache</artifactId>
-		</dependency>
-
 	</dependencies>
 
 	<profiles>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/f9b725a5/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 0d2bd8b..7444379 100644
--- a/pom.xml
+++ b/pom.xml
@@ -372,12 +372,6 @@
 				<version>2.6.7</version>
 			</dependency>
 			<dependency>
-				<groupId>opensymphony</groupId>
-				<artifactId>oscache</artifactId>
-				<version>2.3.2</version>
-				<scope>provided</scope>
-			</dependency>
-			<dependency>
 				<groupId>javax.servlet</groupId>
 				<artifactId>servlet-api</artifactId>
 				<version>2.5</version>