Skip to content

Commit 6b70376

Browse files
committed
Remove dependencies added by accident
1 parent a4b0af0 commit 6b70376

File tree

1 file changed

+1
-23
lines changed

1 file changed

+1
-23
lines changed

pom.xml

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
<groupId>com.axway.maven.plugins</groupId>
2121
<artifactId>apigw-maven-plugin</artifactId>
22-
<version>1.2.0</version>
22+
<version>1.2.0.1</version>
2323
<packaging>maven-plugin</packaging>
2424

2525
<name>Axway API Gateway Maven Plugin</name>
@@ -65,8 +65,6 @@
6565
<maven.compiler.target>1.8</maven.compiler.target>
6666

6767
<jackson.version>[2.9.9.1,)</jackson.version>
68-
<karate.version>0.9.6</karate.version>
69-
<cucumber.version>5.4.0</cucumber.version>
7068

7169
<maven.wagon.http.pool>false</maven.wagon.http.pool>
7270
</properties>
@@ -113,26 +111,6 @@
113111
<artifactId>jackson-databind</artifactId>
114112
<version>${jackson.version}</version>
115113
</dependency>
116-
<dependency>
117-
<groupId>com.intuit.karate</groupId>
118-
<artifactId>karate-core</artifactId>
119-
<version>${karate.version}</version>
120-
</dependency>
121-
<dependency>
122-
<groupId>com.intuit.karate</groupId>
123-
<artifactId>karate-apache</artifactId>
124-
<version>${karate.version}</version>
125-
</dependency>
126-
<dependency>
127-
<groupId>com.intuit.karate</groupId>
128-
<artifactId>karate-junit5</artifactId>
129-
<version>${karate.version}</version>
130-
</dependency>
131-
<dependency>
132-
<groupId>net.masterthought</groupId>
133-
<artifactId>cucumber-reporting</artifactId>
134-
<version>${cucumber.version}</version>
135-
</dependency>
136114
</dependencies>
137115

138116
<build>

0 commit comments

Comments
 (0)