2020-11-29 (2)
authorsatomichan <git.20200328@...>
Sun, 29 Nov 2020 02:18:45 +0000 (11:18 +0900)
committersatomichan <git.20200328@...>
Sun, 29 Nov 2020 02:18:45 +0000 (11:18 +0900)
target/classes/META-INF/maven/eiyou_table/eiyou_table/pom.xml [new file with mode: 0644]

diff --git a/target/classes/META-INF/maven/eiyou_table/eiyou_table/pom.xml b/target/classes/META-INF/maven/eiyou_table/eiyou_table/pom.xml
new file mode 100644 (file)
index 0000000..7a36375
--- /dev/null
@@ -0,0 +1,36 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
+       <modelVersion>4.0.0</modelVersion>
+       <groupId>eiyou_table</groupId>
+       <artifactId>eiyou_table</artifactId>
+       <version>0.0.1-SNAPSHOT</version>
+       <name>EiyouTable</name>
+       <dependencies>
+               <dependency>
+                       <groupId>org.apache.poi</groupId>
+                       <artifactId>poi-ooxml</artifactId>
+                       <version>3.17</version>
+               </dependency>
+               <!-- https://mvnrepository.com/artifact/commons-configuration/commons-configuration -->
+               <dependency>
+                       <groupId>commons-configuration</groupId>
+                       <artifactId>commons-configuration</artifactId>
+                       <version>1.4</version>
+               </dependency>
+               <!-- https://mvnrepository.com/artifact/commons-collections/commons-collections -->
+               <dependency>
+                       <groupId>commons-collections</groupId>
+                       <artifactId>commons-collections</artifactId>
+                       <version>3.2.2</version>
+               </dependency>
+               <!-- https://mvnrepository.com/artifact/commons-cli/commons-cli -->
+               <dependency>
+                       <groupId>commons-cli</groupId>
+                       <artifactId>commons-cli</artifactId>
+                       <version>1.4</version>
+               </dependency>
+
+
+       </dependencies>
+</project>
\ No newline at end of file