Skip to content

Commit 2cf41ed

Browse files
committed
remove libs e cria parseIniFile
1 parent fd7f28f commit 2cf41ed

File tree

2 files changed

+164
-116
lines changed

2 files changed

+164
-116
lines changed

pom.xml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -80,17 +80,6 @@
8080
</profiles>
8181

8282
<dependencies>
83-
<dependency>
84-
<groupId>org.apache.commons</groupId>
85-
<artifactId>commons-configuration2</artifactId>
86-
<version>2.10.1</version>
87-
</dependency>
88-
<dependency>
89-
<groupId>commons-beanutils</groupId>
90-
<artifactId>commons-beanutils</artifactId>
91-
<version>1.9.4</version>
92-
</dependency>
93-
9483
<!-- Certificado Utils -->
9584
<dependency>
9685
<groupId>br.com.swconsultoria</groupId>
@@ -273,4 +262,4 @@
273262
</plugin>
274263
</plugins>
275264
</build>
276-
</project>
265+
</project>

0 commit comments

Comments
 (0)