Skip to content

Commit 0022c31

Browse files
committed
Pom cleanup
1 parent d1cd146 commit 0022c31

12 files changed

Lines changed: 82 additions & 64 deletions

File tree

cayenne-gradle-plugin/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@
106106
<plugin>
107107
<groupId>org.codehaus.mojo</groupId>
108108
<artifactId>build-helper-maven-plugin</artifactId>
109-
<version>1.12</version>
110109
<executions>
111110
<execution>
112111
<id>attach-artifacts</id>

cayenne-jcache/pom.xml

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -30,37 +30,6 @@
3030
<name>cayenne-jcache: Cayenne JCache Integration</name>
3131
<packaging>jar</packaging>
3232

33-
<properties>
34-
<jcache-version>1.0.0</jcache-version>
35-
<ehcache-version>3.8.1</ehcache-version>
36-
<jaxb-api-version>2.3.1</jaxb-api-version>
37-
</properties>
38-
39-
<dependencyManagement>
40-
<dependencies>
41-
<dependency>
42-
<groupId>org.ehcache</groupId>
43-
<artifactId>ehcache</artifactId>
44-
<version>${ehcache-version}</version>
45-
</dependency>
46-
<dependency>
47-
<groupId>javax.cache</groupId>
48-
<artifactId>cache-api</artifactId>
49-
<version>${jcache-version}</version>
50-
</dependency>
51-
<dependency>
52-
<groupId>javax.xml.bind</groupId>
53-
<artifactId>jaxb-api</artifactId>
54-
<version>${jaxb-api-version}</version>
55-
</dependency>
56-
<dependency>
57-
<groupId>com.sun.xml.bind</groupId>
58-
<artifactId>jaxb-impl</artifactId>
59-
<version>${jaxb-api-version}</version>
60-
</dependency>
61-
</dependencies>
62-
</dependencyManagement>
63-
6433
<dependencies>
6534

6635
<!-- Compile dependencies -->

cayenne-maven-plugin/pom.xml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -24,31 +24,6 @@
2424
<packaging>maven-plugin</packaging>
2525
<name>cayenne-maven-plugin: Cayenne Maven Plugin</name>
2626

27-
<dependencyManagement>
28-
<dependencies>
29-
<dependency>
30-
<groupId>org.apache.maven</groupId>
31-
<artifactId>maven-core</artifactId>
32-
<version>3.9.8</version>
33-
</dependency>
34-
<dependency>
35-
<groupId>org.apache.maven</groupId>
36-
<artifactId>maven-compat</artifactId>
37-
<version>3.9.8</version>
38-
</dependency>
39-
<dependency>
40-
<groupId>org.apache.maven.plugin-tools</groupId>
41-
<artifactId>maven-plugin-annotations</artifactId>
42-
<version>3.13.1</version>
43-
</dependency>
44-
<dependency>
45-
<groupId>org.apache.maven.plugin-testing</groupId>
46-
<artifactId>maven-plugin-testing-harness</artifactId>
47-
<version>3.3.0</version>
48-
</dependency>
49-
</dependencies>
50-
</dependencyManagement>
51-
5227
<build>
5328
<plugins>
5429
<!-- This ensures LICENSE and NOTICE inclusion in all jars -->

cayenne/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,6 @@
168168
<plugin>
169169
<groupId>org.codehaus.mojo</groupId>
170170
<artifactId>javacc-maven-plugin</artifactId>
171-
<version>2.6</version>
172171
<executions>
173172
<execution>
174173
<id>jjtree-ejbql</id>

docs/asciidoc/cayenne-asciidoc-extension/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
<!-- jsoup HTML parser library @ https://jsoup.org/ -->
3535
<groupId>org.jsoup</groupId>
3636
<artifactId>jsoup</artifactId>
37-
<version>1.15.3</version>
3837
</dependency>
3938
</dependencies>
4039

docs/asciidoc/cayenne-guide/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<dependency>
4141
<groupId>io.bootique.tools</groupId>
4242
<artifactId>hugo-asciidoctorj-extension</artifactId>
43-
<version>1.0-M2</version>
43+
<version>${hugo.asciidoctorj.extension.version}</version>
4444
</dependency>
4545
</dependencies>
4646

docs/asciidoc/getting-started-db-first/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<dependency>
4141
<groupId>io.bootique.tools</groupId>
4242
<artifactId>hugo-asciidoctorj-extension</artifactId>
43-
<version>1.0-M1</version>
43+
<version>${hugo.asciidoctorj.extension.version}</version>
4444
</dependency>
4545
</dependencies>
4646

docs/asciidoc/getting-started-guide/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<dependency>
4141
<groupId>io.bootique.tools</groupId>
4242
<artifactId>hugo-asciidoctorj-extension</artifactId>
43-
<version>1.0-M1</version>
43+
<version>${hugo.asciidoctorj.extension.version}</version>
4444
</dependency>
4545
</dependencies>
4646

docs/asciidoc/pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,20 @@
4646
<asciidoctorj.pdf.version>2.3.23</asciidoctorj.pdf.version>
4747
<cayenne.version>${project.version}</cayenne.version>
4848
<cayenne.major.version>5.0</cayenne.major.version>
49+
<hugo.asciidoctorj.extension.version>1.0-M2</hugo.asciidoctorj.extension.version>
50+
<jsoup.version>1.15.3</jsoup.version>
4951
</properties>
5052

53+
<dependencyManagement>
54+
<dependencies>
55+
<dependency>
56+
<groupId>org.jsoup</groupId>
57+
<artifactId>jsoup</artifactId>
58+
<version>${jsoup.version}</version>
59+
</dependency>
60+
</dependencies>
61+
</dependencyManagement>
62+
5163
<dependencies>
5264
<dependency>
5365
<groupId>org.apache.cayenne</groupId>

docs/asciidoc/upgrade-guide/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<dependency>
3939
<groupId>io.bootique.tools</groupId>
4040
<artifactId>hugo-asciidoctorj-extension</artifactId>
41-
<version>1.0-M1</version>
41+
<version>${hugo.asciidoctorj.extension.version}</version>
4242
</dependency>
4343
</dependencies>
4444

0 commit comments

Comments
 (0)