Skip to content

Commit d6f976f

Browse files
committed
Market service
1 parent df4104a commit d6f976f

File tree

5 files changed

+766
-4
lines changed

5 files changed

+766
-4
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<groupId>com.github.anthill-platform</groupId>
1111
<artifactId>anthill-runtime-java</artifactId>
1212
<packaging>jar</packaging>
13-
<version>0.2.2</version>
13+
<version>0.2.8</version>
1414

1515
<name>Anthill Java Runtime</name>
1616
<description>Java Runtime for Anthill Platform</description>
@@ -111,7 +111,7 @@
111111
<dependency>
112112
<groupId>org.java-websocket</groupId>
113113
<artifactId>Java-WebSocket</artifactId>
114-
<version>1.3.4</version>
114+
<version>1.5.0</version>
115115
<scope>compile</scope>
116116
</dependency>
117117
</dependencies>

src/org/anthillplatform/runtime/AnthillRuntime.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ private void registerServices()
118118
register(StaticService.ID, StaticService.class);
119119
register(StoreService.ID, StoreService.class);
120120
register(BlogService.ID, BlogService.class);
121+
register(MarketService.ID, MarketService.class);
121122
}
122123

123124
public Service setService(String serviceId, String location)

0 commit comments

Comments
 (0)