diff --git a/Jenkinsfile b/Jenkinsfile
index 98d2540..f9c2c1d 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -4,7 +4,8 @@ pipeline {
stage('git repo & clean') {
steps {
bat "rmdir /s /q TicketBookingServiceJunitTesting"
- bat "git clone https://github.com/kishancs2020/TicketBookingServiceJunitTesting.git"
+ //bat "git clone https://github.com/kishancs2020/TicketBookingServiceJunitTesting.git"
+ bat "git clone https://github.com/bolarum/TicketBookingServiceJunitTesting.git"
bat "mvn clean -f TicketBookingServiceJunitTesting"
}
}
diff --git a/pom.xml b/pom.xml
index 7bb2973..2557a2c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -48,6 +48,11 @@
spring-boot-starter-test
test
+
+ org.ow2.asm
+ asm-commons
+ 5.0.3
+
@@ -56,6 +61,14 @@
org.springframework.boot
spring-boot-maven-plugin
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+ 2.19.1
+
+ true
+
+