Skip to content

Commit 372be90

Browse files
committed
Updated USD↔INR converter and pom.xml
1 parent 18d0aa5 commit 372be90

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

desktop.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[.ShellClassInfo]
2+
LocalizedResourceName=@Java,0

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,20 @@
77
<artifactId>Java</artifactId>
88
<version>1.0-SNAPSHOT</version>
99
<packaging>jar</packaging>
10+
<dependency>
11+
<groupId>org.json</groupId>
12+
<artifactId>json</artifactId>
13+
<version>20240303</version>
14+
</dependency>
15+
1016

1117
<properties>
1218
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1319
<maven.compiler.source>21</maven.compiler.source>
1420
<maven.compiler.target>21</maven.compiler.target>
1521
<assertj.version>3.27.6</assertj.version>
1622
</properties>
23+
1724

1825
<dependencyManagement>
1926
<dependencies>

0 commit comments

Comments
 (0)