Changeset 11 for exampleparties/humangui
- Timestamp:
- 01/30/20 16:52:38 (5 years ago)
- Location:
- exampleparties/humangui
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
exampleparties/humangui/pom.xml
r9 r11 6 6 <groupId>geniusweb.exampleparties</groupId> 7 7 <artifactId>humangui</artifactId> 8 <version>1. 1.0</version>8 <version>1.2.0</version> 9 9 <packaging>jar</packaging> 10 10 … … 33 33 <groupId>geniusweb</groupId> 34 34 <artifactId>party</artifactId> 35 <version>1. 1.0</version>35 <version>1.2.0</version> 36 36 </dependency> 37 37 … … 39 39 <groupId>geniusweb</groupId> 40 40 <artifactId>bidspace</artifactId> 41 <version>1. 1.0</version>41 <version>1.2.0</version> 42 42 </dependency> 43 43 <dependency> … … 49 49 <groupId>geniusweb</groupId> 50 50 <artifactId>profileconnection</artifactId> 51 <version>1. 1.0</version>51 <version>1.2.0</version> 52 52 </dependency> 53 53 <dependency> -
exampleparties/humangui/src/test/java/geniusweb/exampleparties/humangui/HumanGuiTest.java
r10 r11 47 47 public class HumanGuiTest { 48 48 49 private static final ProtocolRef SAOP = new ProtocolRef("SAOP");49 private static final String SAOP = "SAOP"; 50 50 private static final PartyId otherparty = new PartyId("other"); 51 51 private static final String PROFILE = "src/test/resources/testprofile.json";
Note:
See TracChangeset
for help on using the changeset viewer.