hayashi lib.
java
Revisión | f0169d7b043d0f1bb2cdcb94c97e83c59d105491 (tree) |
---|---|
Tiempo | 2020-11-23 08:31:50 |
Autor | ![]() |
Commiter | haya4 |
success: 0.0.3-SNAPSHOT
@@ -4,7 +4,7 @@ | ||
4 | 4 | <groupId>haya4.tools</groupId> |
5 | 5 | <artifactId>hayashilib</artifactId> |
6 | 6 | <version>0.0.3-SNAPSHOT</version> |
7 | - <name>haya4-lib</name> | |
7 | + <name>hayashilib</name> | |
8 | 8 | <description>file commands use by 'org.apache.commons'.</description> |
9 | 9 | <packaging>jar</packaging> |
10 | 10 | <scm> |
@@ -52,13 +52,28 @@ | ||
52 | 52 | </distributionManagement> |
53 | 53 | |
54 | 54 | <dependencies> |
55 | + <!-- https://mvnrepository.com/artifact/javax.mail/mail --> | |
55 | 56 | <dependency> |
56 | - <groupId>org.apache.commons</groupId> | |
57 | - <artifactId>commons-compress</artifactId> | |
58 | - <version>1.14</version> | |
59 | - <type>jar</type> | |
57 | + <groupId>javax.mail</groupId> | |
58 | + <artifactId>mail</artifactId> | |
59 | + <version>1.4.7</version> | |
60 | + </dependency> | |
61 | + | |
62 | + <!-- https://mvnrepository.com/artifact/javax.servlet/servlet-api --> | |
63 | + <dependency> | |
64 | + <groupId>javax.servlet</groupId> | |
65 | + <artifactId>servlet-api</artifactId> | |
66 | + <version>2.5</version> | |
67 | + <scope>provided</scope> | |
60 | 68 | </dependency> |
61 | 69 | |
70 | + <!-- https://mvnrepository.com/artifact/javax.json/javax.json-api --> | |
71 | + <dependency> | |
72 | + <groupId>javax.json</groupId> | |
73 | + <artifactId>javax.json-api</artifactId> | |
74 | + <version>1.0</version> | |
75 | + </dependency> | |
76 | + | |
62 | 77 | <!-- for JUnit test --> |
63 | 78 | <dependency> |
64 | 79 | <groupId>org.hamcrest</groupId> |
@@ -75,7 +90,7 @@ | ||
75 | 90 | <type>jar</type> |
76 | 91 | </dependency> |
77 | 92 | </dependencies> |
78 | - | |
93 | + | |
79 | 94 | <build> |
80 | 95 | <plugins> |
81 | 96 | <plugin> |