Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91100865
pom.xml
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Thu, Nov 7, 22:03
Size
3 KB
Mime Type
text/xml
Expires
Sat, Nov 9, 22:03 (2 d)
Engine
blob
Format
Raw Data
Handle
22196732
Attached To
R2664 SHRINE MedCo Fork
pom.xml
View Options
<?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"
>
<parent>
<artifactId>
shrine-base
</artifactId>
<groupId>
net.shrine
</groupId>
<version>
1.21.0-SNAPSHOT
</version>
<relativePath>
../../pom.xml
</relativePath>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
shrine-app
</artifactId>
<name>
SHRINE App
</name>
<packaging>
jar
</packaging>
<build>
<sourceDirectory>
src/main/scala
</sourceDirectory>
<testSourceDirectory>
src/test/scala
</testSourceDirectory>
<plugins>
<plugin>
<groupId>
net.alchim31.maven
</groupId>
<artifactId>
scala-maven-plugin
</artifactId>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>
net.shrine
</groupId>
<artifactId>
shrine-test-commons
</artifactId>
<version>
${
project
.
version
}
</version>
<type>
test-jar
</type>
<scope>
test
</scope>
</dependency>
<dependency>
<groupId>
net.shrine
</groupId>
<artifactId>
shrine-config
</artifactId>
<version>
${
project
.
version
}
</version>
</dependency>
<dependency>
<groupId>
net.shrine
</groupId>
<artifactId>
shrine-hms-core
</artifactId>
<version>
${
project
.
version
}
</version>
</dependency>
<dependency>
<groupId>
net.shrine
</groupId>
<artifactId>
shrine-qep
</artifactId>
<version>
${
project
.
version
}
</version>
</dependency>
<dependency>
<groupId>
net.shrine
</groupId>
<artifactId>
shrine-broadcaster-aggregator
</artifactId>
<version>
${
project
.
version
}
</version>
</dependency>
<dependency>
<groupId>
net.shrine
</groupId>
<artifactId>
shrine-broadcaster-service
</artifactId>
<version>
${
project
.
version
}
</version>
</dependency>
<dependency>
<groupId>
net.shrine
</groupId>
<artifactId>
shrine-adapter-service
</artifactId>
<version>
${
project
.
version
}
</version>
</dependency>
<dependency>
<groupId>
net.shrine
</groupId>
<artifactId>
shrine-crypto
</artifactId>
<version>
${
project
.
version
}
</version>
</dependency>
<dependency>
<groupId>
net.shrine
</groupId>
<artifactId>
shrine-ont-support
</artifactId>
<version>
${
project
.
version
}
</version>
</dependency>
<dependency>
<groupId>
net.shrine
</groupId>
<artifactId>
shrine-crypto
</artifactId>
<version>
${
project
.
version
}
</version>
<type>
test-jar
</type>
<scope>
test
</scope>
</dependency>
<dependency>
<groupId>
net.shrine
</groupId>
<artifactId>
shrine-protocol
</artifactId>
<version>
${
project
.
version
}
</version>
<type>
test-jar
</type>
<scope>
test
</scope>
</dependency>
<dependency>
<groupId>
net.shrine
</groupId>
<artifactId>
shrine-config
</artifactId>
<version>
${
project
.
version
}
</version>
<type>
test-jar
</type>
<scope>
test
</scope>
</dependency>
<dependency>
<groupId>
net.shrine
</groupId>
<artifactId>
shrine-broadcaster-aggregator
</artifactId>
<version>
${
project
.
version
}
</version>
<type>
test-jar
</type>
<scope>
test
</scope>
</dependency>
<dependency>
<groupId>
net.shrine
</groupId>
<artifactId>
shrine-client
</artifactId>
<version>
${
project
.
version
}
</version>
<type>
test-jar
</type>
<scope>
test
</scope>
</dependency>
</dependencies>
</project>
Event Timeline
Log In to Comment