File tree 1 file changed +16
-5
lines changed 1 file changed +16
-5
lines changed Original file line number Diff line number Diff line change 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/xsd/maven-4.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/xsd/maven-4.0.0.xsd" >
2
3
<modelVersion >4.0.0</modelVersion >
3
4
<groupId >org.restdoc</groupId >
4
5
<artifactId >restdoc-server-impl</artifactId >
48
49
<version >1.2.0</version >
49
50
</dependency >
50
51
<dependency >
51
- <groupId >javax.ws.rs</groupId >
52
- <artifactId >javax.ws.rs-api</artifactId >
53
- <version >2.0</version >
54
- </dependency >
52
+ <groupId >javax.ws.rs</groupId >
53
+ <artifactId >javax.ws.rs-api</artifactId >
54
+ <version >2.0</version >
55
+ </dependency >
55
56
<dependency >
56
57
<groupId >org.slf4j</groupId >
57
58
<artifactId >slf4j-api</artifactId >
118
119
</archive >
119
120
</configuration >
120
121
</plugin >
122
+ <plugin >
123
+ <groupId >org.sonatype.plugins</groupId >
124
+ <artifactId >nexus-staging-maven-plugin</artifactId >
125
+ <version >1.4.4</version >
126
+ <extensions >true</extensions >
127
+ <configuration >
128
+ <serverId >sonatype-nexus-staging</serverId >
129
+ <nexusUrl >https://oss.sonatype.org/</nexusUrl >
130
+ </configuration >
131
+ </plugin >
121
132
</plugins >
122
133
</build >
123
134
</project >
You can’t perform that action at this time.
0 commit comments