<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>

	<groupId>edu.stanford.smi.protege</groupId>
	<artifactId>protege-owl</artifactId>
	<version>3.4.1</version>

	<name>Protege API</name>
	<description>main library of the Protege Ontology Development Tool</description>
	<url>http://protege.stanford.edu</url>

	<organization>
		<name>Stanford Center for Biomedical Informatics Research</name>
		<url>http://bmir.stanford.edu/</url>
	</organization>

	<licenses>
		<license>
			<name>Mozilla Public License Version 1.1</name>
			<url>http://www.mozilla.org/MPL/</url>
			<distribution>repo</distribution>
		</license>
	</licenses>

  <repositories>
    <repository>
      <id>clojars</id>
      <url>http://clojars.org/repo/</url>
    </repository>
  </repositories>
  
  <dependencies>
		<dependency>
				<groupId>edu.stanford.smi.protege</groupId>
				<artifactId>protege</artifactId>
				<version>3.4.1</version>
		</dependency>	
	</dependencies>
	
</project>