|
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"> |
2 | 3 | <modelVersion>4.0.0</modelVersion> |
3 | 4 |
|
4 | 5 | <groupId>org.jgroups.kubernetes</groupId> |
|
13 | 14 | </description> |
14 | 15 |
|
15 | 16 | <organization> |
16 | | - <name>JBoss, a division of Red Hat</name> |
| 17 | + <name>JBoss, a division of Red Hat</name> |
17 | 18 | <url>http://www.jboss.org</url> |
18 | 19 | </organization> |
19 | 20 |
|
|
64 | 65 | <nexus.server.id>jboss-releases-repository</nexus.server.id> |
65 | 66 | <nexus.server.url>https://repository.jboss.org/nexus</nexus.server.url> |
66 | 67 | <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> |
68 | 70 | </properties> |
69 | 71 |
|
70 | 72 |
|
|
95 | 97 | <updatePolicy>interval:120</updatePolicy> |
96 | 98 | </snapshots> |
97 | 99 | </repository> |
98 | | - |
99 | 100 | <repository> |
100 | 101 | <id>jboss-releases-repository</id> |
101 | 102 | <name>JBoss Public Maven Repository Staging</name> |
|
110 | 111 | <updatePolicy>interval:120</updatePolicy> |
111 | 112 | </snapshots> |
112 | 113 | </repository> |
113 | | - |
114 | 114 | <repository> |
115 | 115 | <id>jboss-snapshots-repository</id> |
116 | 116 | <name>JBoss Nexus snapshots repository</name> |
|
125 | 125 | <updatePolicy>interval:120</updatePolicy> |
126 | 126 | </snapshots> |
127 | 127 | </repository> |
128 | | - |
129 | 128 | </repositories> |
130 | 129 |
|
131 | 130 |
|
132 | | - |
133 | 131 | <dependencies> |
134 | | - |
135 | 132 | <dependency> |
136 | 133 | <groupId>org.jgroups</groupId> |
137 | 134 | <artifactId>jgroups</artifactId> |
|
150 | 147 | <version>${version.junit}</version> |
151 | 148 | <scope>test</scope> |
152 | 149 | </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 | | - |
166 | 150 | </dependencies> |
167 | 151 |
|
168 | 152 | <build> |
|
179 | 163 | </configuration> |
180 | 164 | </plugin> |
181 | 165 |
|
182 | | - <!-- Make sure we generate src jars too --> |
183 | 166 | <plugin> |
184 | 167 | <groupId>org.apache.maven.plugins</groupId> |
185 | 168 | <artifactId>maven-source-plugin</artifactId> |
|
194 | 177 | </execution> |
195 | 178 | </executions> |
196 | 179 | </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>--> |
206 | 180 | </plugins> |
207 | 181 |
|
208 | 182 | <pluginManagement> |
|
224 | 198 | </plugin> |
225 | 199 | </plugins> |
226 | 200 | </pluginManagement> |
227 | | - |
228 | | - |
229 | | - |
230 | 201 | </build> |
231 | | - |
232 | | - |
233 | | - |
234 | 202 | </project> |
235 | 203 |
|
0 commit comments