Skip to content

Commit c96d5ed

Browse files
pom.xml included
1 parent 8c76060 commit c96d5ed

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

pom.xml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55

6-
76
<modelVersion>4.0.0</modelVersion>
87
<groupId>com.contentstack.sdk</groupId>
98
<artifactId>java</artifactId>
@@ -99,7 +98,6 @@
9998
</executions>
10099
</plugin>
101100

102-
103101
<plugin>
104102
<groupId>org.apache.maven.plugins</groupId>
105103
<artifactId>maven-javadoc-plugin</artifactId>
@@ -114,7 +112,6 @@
114112
</executions>
115113
</plugin>
116114

117-
118115
<plugin>
119116
<groupId>org.apache.maven.plugins</groupId>
120117
<artifactId>maven-gpg-plugin</artifactId>
@@ -130,8 +127,6 @@
130127
</executions>
131128
</plugin>
132129

133-
134-
135130
<plugin>
136131
<groupId>org.apache.maven.plugins</groupId>
137132
<artifactId>maven-release-plugin</artifactId>
@@ -144,8 +139,6 @@
144139
</configuration>
145140
</plugin>
146141

147-
148-
149142
<plugin>
150143
<groupId>org.sonatype.plugins</groupId>
151144
<artifactId>nexus-staging-maven-plugin</artifactId>
@@ -158,7 +151,6 @@
158151
</configuration>
159152
</plugin>
160153

161-
162154
</plugins>
163155
</pluginManagement>
164156
</build>
@@ -172,7 +164,6 @@
172164
<version>4.12</version>
173165
<scope>test</scope>
174166
</dependency>
175-
176167
<dependency>
177168
<groupId>org.json</groupId>
178169
<artifactId>json</artifactId>
@@ -181,8 +172,4 @@
181172

182173
</dependencies>
183174

184-
185-
186-
187-
188175
</project>

0 commit comments

Comments
 (0)