Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
atlas
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dataplatform
atlas
Commits
34941a4f
Commit
34941a4f
authored
Dec 18, 2014
by
Harish Butani
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
typesystem as submodule
parent
6d1cb982
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
28 additions
and
82 deletions
+28
-82
pom.xml
pom.xml
+1
-0
pom.xml
typesystem/pom.xml
+27
-82
No files found.
pom.xml
View file @
34941a4f
...
@@ -310,6 +310,7 @@
...
@@ -310,6 +310,7 @@
</profiles>
</profiles>
<modules>
<modules>
<module>
typesystem
</module>
<module>
common
</module>
<module>
common
</module>
<module>
repository
</module>
<module>
repository
</module>
<module>
webapp
</module>
<module>
webapp
</module>
...
...
typesystem/pom.xml
View file @
34941a4f
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Licensed to the Apache Software Foundation (ASF) under one
~ or more contributor license agreements. See the NOTICE file
~ distributed with this work for additional information
~ regarding copyright ownership. The ASF licenses this file
~ to you under the Apache License, Version 2.0 (the
~ "License"); you may not use this file except in compliance
~ with the License. You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
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"
>
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.apache
</groupId>
<parent>
<artifactId>
metadata
</artifactId>
<groupId>
org.apache.hadoop.metadata
</groupId>
<artifactId>
metadata-governance
</artifactId>
<version>
0.1-incubating-SNAPSHOT
</version>
</parent>
<artifactId>
metadata-typesystem
</artifactId>
<description>
Apache Metadata Typesystem Module
</description>
<name>
Apache Metadata Typesystem
</name>
<packaging>
jar
</packaging>
<packaging>
jar
</packaging>
<version>
1.0-SNAPSHOT
</version>
<prerequisites>
<prerequisites>
<maven>
3.0.4
</maven>
<maven>
3.0.4
</maven>
</prerequisites>
</prerequisites>
<properties>
<properties>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<project.reporting.outputEncoding>
UTF-8
</project.reporting.outputEncoding>
<java.version>
1.6
</java.version>
<java.version>
1.6
</java.version>
<scala.version>
2.10.4
</scala.version>
<scala.version>
2.10.4
</scala.version>
<scala.binary.version>
2.10
</scala.binary.version>
<scala.binary.version>
2.10
</scala.binary.version>
<scala.macros.version>
2.0.1
</scala.macros.version>
<scala.macros.version>
2.0.1
</scala.macros.version>
<slf4j.version>
1.7.5
</slf4j.version>
<log4j.version>
1.2.17
</log4j.version>
<log4j.version>
1.2.17
</log4j.version>
<hadoop.version>
2.4.0
</hadoop.version>
<protobuf.version>
2.4.1
</protobuf.version>
<yarn.version>
${hadoop.version}
</yarn.version>
<hbase.version>
0.94.6
</hbase.version>
<hive.version>
0.13.1
</hive.version>
<akka.version>
2.3.7
</akka.version>
<akka.version>
2.3.7
</akka.version>
<spray.version>
1.3.1
</spray.version>
<spray.version>
1.3.1
</spray.version>
<guava.version>
11.0.2
</guava.version>
<guava.version>
11.0.2
</guava.version>
...
@@ -40,81 +55,11 @@
...
@@ -40,81 +55,11 @@
<repositories>
<repositories>
<repository>
<repository>
<id>
central
</id>
<!-- This should be at top, it makes maven try the central repo first and then others and hence faster dep resolution -->
<name>
Maven Repository
</name>
<url>
https://repo1.maven.org/maven2
</url>
<releases>
<enabled>
true
</enabled>
</releases>
<!--
<snapshots>
<enabled>false</enabled>
</snapshots>
-->
</repository>
<repository>
<id>
apache-repo
</id>
<name>
Apache Repository
</name>
<url>
https://repository.apache.org/content/repositories/releases
</url>
<releases>
<enabled>
true
</enabled>
</releases>
<snapshots>
<enabled>
false
</enabled>
</snapshots>
</repository>
<repository>
<id>
jboss-repo
</id>
<name>
JBoss Repository
</name>
<url>
https://repository.jboss.org/nexus/content/repositories/releases
</url>
<releases>
<enabled>
true
</enabled>
</releases>
<snapshots>
<enabled>
false
</enabled>
</snapshots>
</repository>
<repository>
<id>
mqtt-repo
</id>
<name>
MQTT Repository
</name>
<url>
https://repo.eclipse.org/content/repositories/paho-releases
</url>
<releases>
<enabled>
true
</enabled>
</releases>
<snapshots>
<enabled>
false
</enabled>
</snapshots>
</repository>
<repository>
<id>
spring-releases
</id>
<name>
Spring Release Repository
</name>
<url>
https://repo.spring.io/libs-release
</url>
<releases>
<enabled>
true
</enabled>
</releases>
<snapshots>
<enabled>
false
</enabled>
</snapshots>
</repository>
<repository>
<id>
typesafe
</id>
<id>
typesafe
</id>
<name>
Typesafe Repository
</name>
<name>
Typesafe Repository
</name>
<url>
http://repo.typesafe.com/typesafe/releases/
</url>
<url>
http://repo.typesafe.com/typesafe/releases/
</url>
</repository>
</repository>
</repositories>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>
central
</id>
<url>
https://repo1.maven.org/maven2
</url>
<releases>
<enabled>
true
</enabled>
</releases>
<snapshots>
<enabled>
false
</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>
<dependencies>
<dependencies>
<dependency>
<dependency>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment