Skip to content

Commit bb0ab3f

Browse files
committed
mjson copied to the project and pom cleanup
1 parent febcf72 commit bb0ab3f

File tree

3 files changed

+3034
-37
lines changed

3 files changed

+3034
-37
lines changed

pom.xml

Lines changed: 5 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
23
<modelVersion>4.0.0</modelVersion>
34

45
<groupId>org.jgroups.kubernetes</groupId>
@@ -13,7 +14,7 @@
1314
</description>
1415

1516
<organization>
16-
<name>JBoss, a division of Red Hat</name>
17+
<name>JBoss, a division of Red Hat</name>
1718
<url>http://www.jboss.org</url>
1819
</organization>
1920

@@ -64,7 +65,8 @@
6465
<nexus.server.id>jboss-releases-repository</nexus.server.id>
6566
<nexus.server.url>https://repository.jboss.org/nexus</nexus.server.url>
6667
<nexus.snapshot.server.id>jboss-snapshots-repository</nexus.snapshot.server.id>
67-
<nexus.snapshot.server.url>https://repository.jboss.org/nexus/content/repositories/snapshots/</nexus.snapshot.server.url>
68+
<nexus.snapshot.server.url>https://repository.jboss.org/nexus/content/repositories/snapshots/
69+
</nexus.snapshot.server.url>
6870
</properties>
6971

7072

@@ -95,7 +97,6 @@
9597
<updatePolicy>interval:120</updatePolicy>
9698
</snapshots>
9799
</repository>
98-
99100
<repository>
100101
<id>jboss-releases-repository</id>
101102
<name>JBoss Public Maven Repository Staging</name>
@@ -110,7 +111,6 @@
110111
<updatePolicy>interval:120</updatePolicy>
111112
</snapshots>
112113
</repository>
113-
114114
<repository>
115115
<id>jboss-snapshots-repository</id>
116116
<name>JBoss Nexus snapshots repository</name>
@@ -125,13 +125,10 @@
125125
<updatePolicy>interval:120</updatePolicy>
126126
</snapshots>
127127
</repository>
128-
129128
</repositories>
130129

131130

132-
133131
<dependencies>
134-
135132
<dependency>
136133
<groupId>org.jgroups</groupId>
137134
<artifactId>jgroups</artifactId>
@@ -150,19 +147,6 @@
150147
<version>${version.junit}</version>
151148
<scope>test</scope>
152149
</dependency>
153-
154-
<dependency>
155-
<groupId>org.sharegov</groupId>
156-
<artifactId>mjson</artifactId>
157-
<version>1.4.1</version>
158-
</dependency>
159-
160-
<!--<dependency>
161-
<groupId>com.grack</groupId>
162-
<artifactId>nanojson</artifactId>
163-
<version>1.1</version>
164-
</dependency>-->
165-
166150
</dependencies>
167151

168152
<build>
@@ -179,7 +163,6 @@
179163
</configuration>
180164
</plugin>
181165

182-
<!-- Make sure we generate src jars too -->
183166
<plugin>
184167
<groupId>org.apache.maven.plugins</groupId>
185168
<artifactId>maven-source-plugin</artifactId>
@@ -194,15 +177,6 @@
194177
</execution>
195178
</executions>
196179
</plugin>
197-
<!--<plugin>
198-
<groupId>org.apache.maven.plugins</groupId>
199-
<artifactId>maven-jar-plugin</artifactId>
200-
<configuration>
201-
<archive>
202-
<manifestFile>conf/manifest.mf</manifestFile>
203-
</archive>
204-
</configuration>
205-
</plugin>-->
206180
</plugins>
207181

208182
<pluginManagement>
@@ -224,12 +198,6 @@
224198
</plugin>
225199
</plugins>
226200
</pluginManagement>
227-
228-
229-
230201
</build>
231-
232-
233-
234202
</project>
235203

0 commit comments

Comments
 (0)