|
39 | 39 |
|
40 | 40 | <spring.boot.version>1.4.2.RELEASE</spring.boot.version> |
41 | 41 | <sofa.boot.version>2.3.0</sofa.boot.version> |
42 | | - <sofa.ark.version>0.1.0</sofa.ark.version> |
| 42 | + <sofa.ark.version>0.2.0</sofa.ark.version> |
43 | 43 | <rpc.starter.version>5.3.0</rpc.starter.version> |
44 | 44 | <!-- sofa-common-tools for log --> |
45 | 45 | <sofa.common.tools.version>1.0.12</sofa.common.tools.version> |
|
117 | 117 | <version>${sofa.ark.version}</version> |
118 | 118 | </dependency> |
119 | 119 |
|
120 | | - <dependency> |
121 | | - <groupId>com.alipay.sofa</groupId> |
122 | | - <artifactId>rpc-sofa-boot-starter</artifactId> |
123 | | - <version>${rpc.starter.version}</version> |
124 | | - </dependency> |
125 | 120 | <!-- Ark Plugin Management --> |
126 | 121 | <dependency> |
127 | 122 | <groupId>com.alipay.sofa</groupId> |
|
130 | 125 | <version>${sofa.boot.version}</version> |
131 | 126 | </dependency> |
132 | 127 |
|
| 128 | + <dependency> |
| 129 | + <groupId>com.alipay.sofa</groupId> |
| 130 | + <artifactId>rpc-sofa-boot-starter</artifactId> |
| 131 | + <version>${rpc.starter.version}</version> |
| 132 | + </dependency> |
| 133 | + |
133 | 134 | <!-- starter management end --> |
134 | 135 |
|
135 | 136 | <!-- 2nd dependency begin --> |
|
152 | 153 | </dependencies> |
153 | 154 | </dependencyManagement> |
154 | 155 |
|
| 156 | + <build> |
| 157 | + <plugins> |
| 158 | + <plugin> |
| 159 | + <groupId>org.apache.maven.plugins</groupId> |
| 160 | + <artifactId>maven-javadoc-plugin</artifactId> |
| 161 | + <version>2.9.1</version> |
| 162 | + <executions> |
| 163 | + <execution> |
| 164 | + <id>attach-javadocs</id> |
| 165 | + <goals> |
| 166 | + <goal>jar</goal> |
| 167 | + </goals> |
| 168 | + </execution> |
| 169 | + </executions> |
| 170 | + </plugin> |
| 171 | + </plugins> |
| 172 | + </build> |
155 | 173 |
|
156 | 174 | <profiles> |
157 | 175 | <profile> |
158 | 176 | <id>release</id> |
159 | 177 | <build> |
160 | 178 | <plugins> |
161 | | - <plugin> |
162 | | - <groupId>org.apache.maven.plugins</groupId> |
163 | | - <artifactId>maven-javadoc-plugin</artifactId> |
164 | | - <version>2.9.1</version> |
165 | | - <executions> |
166 | | - <execution> |
167 | | - <id>attach-javadocs</id> |
168 | | - <goals> |
169 | | - <goal>jar</goal> |
170 | | - </goals> |
171 | | - </execution> |
172 | | - </executions> |
173 | | - </plugin> |
174 | 179 | <plugin> |
175 | 180 | <groupId>org.sonatype.plugins</groupId> |
176 | 181 | <artifactId>nexus-staging-maven-plugin</artifactId> |
|
0 commit comments