This is an automated email from the ASF dual-hosted git repository.
ntimofeev pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cayenne.git
The following commit(s) were added to refs/heads/master by this push:
new 1f64a4f32 Remove unused dependencies
1f64a4f32 is described below
commit 1f64a4f328611a0a971cbe571ae4069d47f3a4ec
Author: Nikita Timofeev <[email protected]>
AuthorDate: Fri Jul 29 18:27:25 2022 +0300
Remove unused dependencies
---
docs/doc/pom.xml | 28 ----------------------------
pom.xml | 16 ----------------
2 files changed, 44 deletions(-)
diff --git a/docs/doc/pom.xml b/docs/doc/pom.xml
index 52b3069e8..3bbd05a21 100644
--- a/docs/doc/pom.xml
+++ b/docs/doc/pom.xml
@@ -34,39 +34,11 @@
<description>Cayenne documentation sans Docbook docs, including API,
RELEASE-NOTES, etc.</description>
<dependencies>
-
<dependency>
<groupId>org.apache.cayenne</groupId>
<artifactId>cayenne-server</artifactId>
<version>${project.version}</version>
</dependency>
-
- <dependency>
- <groupId>org.apache.cayenne.modeler</groupId>
- <artifactId>cayenne-modeler</artifactId>
- <version>${project.version}</version>
- </dependency>
-
- <dependency>
- <groupId>foundrylogic.vpp</groupId>
- <artifactId>vpp</artifactId>
- </dependency>
-
- <dependency>
- <groupId>com.jgoodies</groupId>
- <artifactId>forms</artifactId>
- </dependency>
-
- <dependency>
- <groupId>com.jgoodies</groupId>
- <artifactId>jgoodies-looks</artifactId>
- </dependency>
-
- <dependency>
- <groupId>ognl</groupId>
- <artifactId>ognl</artifactId>
- </dependency>
-
</dependencies>
<profiles>
diff --git a/pom.xml b/pom.xml
index 186c7fe2e..bcd1f1109 100644
--- a/pom.xml
+++ b/pom.xml
@@ -305,22 +305,6 @@
</exclusion>
</exclusions>
</dependency>
- <dependency>
- <groupId>org.apache.ant</groupId>
- <artifactId>ant-junit</artifactId>
- <version>${ant.version}</version>
- <scope>test</scope>
- <exclusions>
- <exclusion>
- <groupId>xerces</groupId>
- <artifactId>xerces</artifactId>
- </exclusion>
- <exclusion>
- <groupId>xml-apis</groupId>
-
<artifactId>xml-apis</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant-testutil</artifactId>