|
@@ -117,6 +117,29 @@
|
|
<version>1.5.24</version>
|
|
<version>1.5.24</version>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
|
|
+ <!-- stripe begin -->
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>org.slf4j</groupId>
|
|
|
|
+ <artifactId>slf4j-simple</artifactId>
|
|
|
|
+ <version>2.0.3</version>
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>com.sparkjava</groupId>
|
|
|
|
+ <artifactId>spark-core</artifactId>
|
|
|
|
+ <version>2.9.4</version>
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>com.google.code.gson</groupId>
|
|
|
|
+ <artifactId>gson</artifactId>
|
|
|
|
+ <version>2.9.1</version>
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>com.stripe</groupId>
|
|
|
|
+ <artifactId>stripe-java</artifactId>
|
|
|
|
+ <version>22.5.1</version>
|
|
|
|
+ </dependency>
|
|
|
|
+ <!-- stripe end -->
|
|
|
|
+
|
|
|
|
|
|
</dependencies>
|
|
</dependencies>
|
|
|
|
|