server-main
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.powertac</groupId>
<artifactId>server-main</artifactId>
<version>1.9.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>server-main</artifactId>
<packaging>jar</packaging>
<name>Power TAC server main</name>
<description>Top-level module of the Power TAC simulation server</description>
<url>https://github.com/powertac/powertac-server/</url>
<parent>
<groupId>org.powertac</groupId>
<artifactId>powertac-server</artifactId>
<version>1.9.0</version>
</parent>
<dependencies>
<!-- Power TAC -->
<!-- <dependency>
<groupId>org.powertac</groupId>
<artifactId>common</artifactId>
<version>1.9.0-SNAPSHOT</version>
</dependency> -->
<dependency>
<groupId>org.powertac</groupId>
<artifactId>logtool-core</artifactId>
<version>1.9.0</version>
</dependency>
<dependency>
<groupId>org.powertac</groupId>
<artifactId>server-interface</artifactId>
<version>1.9.0</version>
</dependency>
<dependency>
<groupId>org.powertac</groupId>
<artifactId>accounting</artifactId>
<version>1.9.0</version>
</dependency>
<dependency>
<groupId>org.powertac</groupId>
<artifactId>auctioneer</artifactId>
<version>1.9.0</version>
</dependency>
<dependency>
<groupId>org.powertac</groupId>
<artifactId>default-broker</artifactId>
<version>1.9.0</version>
</dependency>
<dependency>
<groupId>org.powertac</groupId>
<artifactId>distribution-utility</artifactId>
<version>1.9.0</version>
</dependency>
<dependency>
<groupId>org.powertac</groupId>
<artifactId>genco</artifactId>
<version>1.9.0</version>
</dependency>
<dependency>
<groupId>org.powertac</groupId>
<artifactId>household-customer</artifactId>
<version>1.9.0</version>
</dependency>
<dependency>
<groupId>org.powertac</groupId>
<artifactId>factored-customer</artifactId>
<version>1.9.0</version>
</dependency>
<dependency>
<groupId>org.powertac</groupId>
<artifactId>officecomplex-customer</artifactId>
<version>1.9.0</version>
</dependency>
<dependency>
<groupId>org.powertac</groupId>
<artifactId>balancing-market</artifactId>
<version>1.9.0</version>
</dependency>
<dependency>
<groupId>org.powertac</groupId>
<artifactId>customer-models</artifactId>
<version>1.9.0</version>
</dependency>
<dependency>
<groupId>org.powertac</groupId>
<artifactId>evcustomer</artifactId>
<version>1.9.0</version>
</dependency>
<!-- Messaging -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-jms</artifactId>
</dependency>
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-broker</artifactId>
</dependency>
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-pool</artifactId>
</dependency>
<!-- Utilities -->
<dependency>
<groupId>net.sf.jopt-simple</groupId>
<artifactId>jopt-simple</artifactId>
</dependency>
</dependencies>
<scm>
<connection>scm:git:git//github.com/powertac/powertac-server.git</connection>
<developerConnection>scm:git:git@github.com:powertac/powertac-server.git</developerConnection>
<url>https://github.com/powertac/powertac-server/</url>
<tag>powertac-server-1.9.0</tag>
</scm>
</project>