semantic-modules
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>it.tidalwave.semantic</groupId>
<artifactId>semantic-modules</artifactId>
<version>0.10.20</version>
</dependency>
<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>it.tidalwave.semantic</groupId>
<artifactId>semantic</artifactId>
<version>0.10.20</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>it.tidalwave.semantic</groupId>
<artifactId>semantic-modules</artifactId>
<packaging>pom</packaging>
<version>0.10.20</version>
<name>Semantic (modules)</name>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>it.tidalwave.netbeans</groupId>
<artifactId>openbluesky</artifactId>
<version>${openbluesky.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>it.tidalwave.thesefoolishthings</groupId>
<artifactId>thesefoolishthings</artifactId>
<version>${thesefoolishthings.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>it.tidalwave.superpom</groupId>
<artifactId>platform11</artifactId>
<version>${netbeans.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>it.tidalwave.superpom</groupId>
<artifactId>libraries</artifactId>
<version>${libraries.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<!--==== FIXME old OpenBlueSky stuff =====================================================================-->
<dependency>
<groupId>it.tidalwave.openbluesky</groupId>
<artifactId>it-tidalwave-openide-node</artifactId>
<version>2.4.3</version>
</dependency>
<!--==== FIXME old blueMarine stuff =====================================================================-->
<dependency>
<groupId>it.tidalwave.bluemarine</groupId>
<artifactId>it-tidalwave-bluemarine-dataobjectselection</artifactId>
<version>2.9.6</version>
</dependency>
<dependency>
<groupId>it.tidalwave.bluemarine</groupId>
<artifactId>it-tidalwave-bluemarine-lookandfeel</artifactId>
<version>1.7.12</version>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<!-- TEST DEPENDENCIES -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<modules>
<module>Semantic/ElmoUtils</module>
<!-- <module>Semantic/Explorer</module>-->
<module>Semantic/ImportExport</module>
<module>Semantic/Node</module>
<module>Semantic/OpenRDFAdapter</module>
<module>Semantic/Other</module>
<module>Semantic/Persistence</module>
<module>Semantic/Selection</module>
<module>Semantic/TestHarness</module>
<module>Semantic/Viewer</module>
<module>Semantic/Visual</module>
</modules>
</project>