File tree 2 files changed +22
-1
lines changed
2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 21
21
<automaticModuleName >org.simplejavamail.core</automaticModuleName >
22
22
</properties >
23
23
24
+ <build >
25
+ <plugins >
26
+ <plugin >
27
+ <groupId >org.apache.felix</groupId >
28
+ <artifactId >maven-bundle-plugin</artifactId >
29
+ <configuration >
30
+ <instructions >
31
+ <Export-Package >
32
+ org.simplejavamail.*
33
+ </Export-Package >
34
+ <Import-Package >
35
+ !org.jacoco.*,
36
+ *
37
+ </Import-Package >
38
+ </instructions >
39
+ </configuration >
40
+ </plugin >
41
+ </plugins >
42
+ </build >
43
+
24
44
<dependencies >
25
45
26
46
<!-- core dependencies -->
Original file line number Diff line number Diff line change 106
106
<groupId >org.slf4j</groupId >
107
107
<artifactId >slf4j-api</artifactId >
108
108
<version >1.7.32</version >
109
+ <scope >provided</scope >
109
110
</dependency >
110
111
<dependency >
111
112
<groupId >com.google.code.findbugs</groupId >
265
266
</build >
266
267
</profile >
267
268
</profiles >
268
- </project >
269
+ </project >
You can’t perform that action at this time.
0 commit comments