diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 13 |
1 files changed, 9 insertions, 4 deletions
@@ -14,9 +14,7 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - -<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"> +<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"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.maven</groupId> @@ -120,6 +118,8 @@ <module>maven-repository-webapp</module> <module>maven-repository-proxy</module> <module>maven-repository-manager-site</module> + <module>maven-repository-core</module> + <module>maven-repository-configuration</module> </modules> <dependencies> <dependency> @@ -211,6 +211,11 @@ <artifactId>maven-repository-artifact-applet</artifactId> <version>${pom.version}</version> </dependency> + <dependency> + <groupId>org.apache.maven.repository</groupId> + <artifactId>maven-repository-configuration</artifactId> + <version>${pom.version}</version> + </dependency> </dependencies> </dependencyManagement> <reporting> @@ -329,4 +334,4 @@ </build> </profile> </profiles> -</project> +</project>
\ No newline at end of file |