File tree Expand file tree Collapse file tree
cayenne-asciidoc-extension
modeler/cayenne-modeler-mac-ext Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 -->
Original file line number Diff line number Diff line change 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 -->
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments