File tree Expand file tree Collapse file tree 6 files changed +47
-6
lines changed Expand file tree Collapse file tree 6 files changed +47
-6
lines changed Original file line number Diff line number Diff line change 590
590
<id >elemental-release</id >
591
591
<build >
592
592
<plugins >
593
+ <plugin >
594
+ <groupId >org.apache.maven.plugins</groupId >
595
+ <artifactId >maven-source-plugin</artifactId >
596
+ <executions >
597
+ <execution >
598
+ <id >attach-sources</id >
599
+ <phase >package</phase >
600
+ <goals >
601
+ <goal >jar-no-fork</goal >
602
+ </goals >
603
+ </execution >
604
+ </executions >
605
+ </plugin >
606
+ <plugin >
607
+ <groupId >org.apache.maven.plugins</groupId >
608
+ <artifactId >maven-javadoc-plugin</artifactId >
609
+ <executions >
610
+ <execution >
611
+ <id >attach-sources</id >
612
+ <phase >package</phase >
613
+ <goals >
614
+ <goal >jar</goal >
615
+ </goals >
616
+ </execution >
617
+ </executions >
618
+ </plugin >
593
619
<plugin >
594
620
<groupId >org.apache.maven.plugins</groupId >
595
621
<artifactId >maven-gpg-plugin</artifactId >
Original file line number Diff line number Diff line change @@ -1770,7 +1770,6 @@ The BaseX Team. The original license statement is also included below.]]></pream
1770
1770
<ignoredUnusedDeclaredDependency >org.apache.logging.log4j:log4j-jul:jar:${log4j.version} </ignoredUnusedDeclaredDependency >
1771
1771
<ignoredUnusedDeclaredDependency >org.eclipse.angus:angus-activation:jar:${eclipse.angus-activation.version} </ignoredUnusedDeclaredDependency >
1772
1772
<ignoredUnusedDeclaredDependency >org.glassfish.jaxb:jaxb-runtime:jar:${jaxb.impl.version} </ignoredUnusedDeclaredDependency >
1773
- <ignoredUnusedDeclaredDependency >org.fusesource.jansi:jansi:jar:${jansi.version} </ignoredUnusedDeclaredDependency >
1774
1773
<ignoredUnusedDeclaredDependency >org.codelibs:nekohtml:jar:${nekohtml.version} </ignoredUnusedDeclaredDependency >
1775
1774
<ignoredUnusedDeclaredDependency >xml-resolver:xml-resolver:jar:1.2</ignoredUnusedDeclaredDependency >
1776
1775
<ignoredUnusedDeclaredDependency >org.xmlresolver:xmlresolver:jar:${xmlresolver.version} </ignoredUnusedDeclaredDependency >
Original file line number Diff line number Diff line change 86
86
<artifactId >xml-apis</artifactId >
87
87
</dependency >
88
88
89
+ <dependency >
90
+ <groupId >commons-io</groupId >
91
+ <artifactId >commons-io</artifactId >
92
+ <scope >test</scope >
93
+ </dependency >
94
+
89
95
<dependency >
90
96
<groupId >junit</groupId >
91
97
<artifactId >junit</artifactId >
Original file line number Diff line number Diff line change 86
86
<artifactId >log4j-api</artifactId >
87
87
</dependency >
88
88
89
+ <dependency >
90
+ <groupId >commons-io</groupId >
91
+ <artifactId >commons-io</artifactId >
92
+ </dependency >
93
+
89
94
<dependency >
90
95
<groupId >com.evolvedbinary.thirdparty.xml-apis</groupId >
91
96
<artifactId >xml-apis</artifactId >
Original file line number Diff line number Diff line change 92
92
<artifactId >commons-io</artifactId >
93
93
</dependency >
94
94
95
- <dependency >
96
- <groupId >net.sf.xmldb-org</groupId >
97
- <artifactId >xmldb-api</artifactId >
98
- </dependency >
99
-
100
95
<dependency >
101
96
<groupId >org.apache.logging.log4j</groupId >
102
97
<artifactId >log4j-api</artifactId >
107
102
<artifactId >xml-apis</artifactId >
108
103
</dependency >
109
104
105
+ <dependency >
106
+ <groupId >com.google.code.findbugs</groupId >
107
+ <artifactId >jsr305</artifactId >
108
+ </dependency >
109
+
110
110
<dependency >
111
111
<groupId >junit</groupId >
112
112
<artifactId >junit</artifactId >
Original file line number Diff line number Diff line change 118
118
<artifactId >commons-codec</artifactId >
119
119
</dependency >
120
120
121
+ <dependency >
122
+ <groupId >commons-io</groupId >
123
+ <artifactId >commons-io</artifactId >
124
+ </dependency >
125
+
121
126
<dependency >
122
127
<groupId >org.apache.logging.log4j</groupId >
123
128
<artifactId >log4j-api</artifactId >
You can’t perform that action at this time.
0 commit comments