-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #204 from mohanvive/master
Add dependencies as private package required for JDK 11
- Loading branch information
Showing
6 changed files
with
85 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# | ||
# This is a very simple 'mailcap' file | ||
# | ||
image/gif;; x-java-view=com.sun.activation.viewers.ImageViewer | ||
image/jpeg;; x-java-view=com.sun.activation.viewers.ImageViewer | ||
text/*;; x-java-view=com.sun.activation.viewers.TextViewer | ||
text/*;; x-java-edit=com.sun.activation.viewers.TextEditor |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# | ||
# A simple, old format, mime.types file | ||
# | ||
text/html html htm HTML HTM | ||
text/plain txt text TXT TEXT | ||
image/gif gif GIF | ||
image/ief ief | ||
image/jpeg jpeg jpg jpe JPG | ||
image/tiff tiff tif | ||
image/png png PNG | ||
image/x-xwindowdump xwd | ||
application/postscript ai eps ps | ||
application/rtf rtf | ||
application/x-tex tex | ||
application/x-texinfo texinfo texi | ||
application/x-troff t tr roff | ||
audio/basic au | ||
audio/midi midi mid | ||
audio/x-aifc aifc | ||
audio/x-aiff aif aiff | ||
audio/x-mpeg mpeg mpg | ||
audio/x-wav wav | ||
video/mpeg mpeg mpg mpe | ||
video/quicktime qt mov | ||
video/x-msvideo avi |
1 change: 1 addition & 0 deletions
1
component/src/main/resources/META-INF/services/javax.xml.bind.JAXBContext
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
com.sun.xml.bind.v2.ContextFactory |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters